home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-euskara.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.6 KB  |  71 lines

  1. <?php
  2.  
  3. /**************************************************************************/
  4. /* PHP-NUKE: Advanced Content Management System                           */
  5. /* ============================================                           */
  6. /*                                                                        */
  7. /* This is the language module with all the system messages               */
  8. /*                                                                        */
  9. /* If you made a translation, please go to the site and send to me        */
  10. /* the translated file. Please keep the original text order by modules,   */
  11. /* and just one message per line, also double check your translation!     */
  12. /*                                                                        */
  13. /* You need to change the second quoted phrase, not the capital one!      */
  14. /*                                                                        */
  15. /* If you need to use double quotes (") remember to add a backslash (\),  */
  16. /* so your entry will look like: This is \"double quoted\" text.          */
  17. /* And, if you use HTML code, please double check it.                     */
  18. /**************************************************************************/
  19.  
  20. define("_YOURNAME","Zure izena");
  21. define("_OK","Bidali");
  22. define("_COMMENT","komentarioa");
  23. define("_CONFIGURE","Konfiguratu");
  24. define("_LOGINCREATE","Zure Kontura sartu");
  25. define("_THRESHOLD","Puntuak");
  26. define("_NOCOMMENTS","Komentariorik gabe");
  27. define("_NESTED","Gaika lotu");
  28. define("_FLAT","Sartu diren ordenean");
  29. define("_THREAD","Hariagatik");
  30. define("_OLDEST","Zaharrak lehenago");
  31. define("_NEWEST","Berriak lehenago");
  32. define("_HIGHEST","Puntuazio gehien daukatenek lehenago");
  33. define("_COMMENTSWARNING","Bidalitako komentarioak bakoitzaren errespontsabilitatea izango dira, inola ere Sistemako arduradunarenak.");
  34. define("_SCORE","Puntuazioa");
  35. define("_USERINFO","Erabiltzailearen informazioa");
  36. define("_READREST","Komentario guztia irakurri...");
  37. define("_REPLY","Honi erantzun");
  38. define("_REPLYMAIN","Komentarioa bidali");
  39. define("_NOSUBJECT","Gairik gabe");
  40. define("_NOANONCOMMENTS","Komentario anonimoak ez dira onartzen, mesedez <a href=\"modules.php?name=Your_Account\">erregφstratu</a> zaitez");
  41. define("_PARENT","Aurrekoa");
  42. define("_ROOT","Erroa/Lehena");
  43. define("_UCOMMENT","Komentarioa");
  44. define("_ALLOWEDHTML","HTML erabili daiteke:");
  45. define("_POSTANON","Anonimo bidalketa");
  46. define("_EXTRANS","Itzuli (html tag-ak testu bihurtu)");
  47. define("_HTMLFORMATED","HTML formatoakin");
  48. define("_PLAINTEXT","Testu laua bakarrik");
  49. define("_ONN","non...");
  50. define("_SUBJECT","Gaia");
  51. define("_SURVEYCOM","Komentarioa inkestara bidali");
  52. define("_SURVEYCOMPRE","Inkestari komentarioak aurrebistatu");
  53. define("_NOTRIGHT","Zeozer ez doia ondo. abisatu sistemako arduradunari. just to keep things from messing up down the road");
  54. define("_DIRECTCOM","Inkestari komentario zuzena . . .");
  55. define("_SENDAMSG","Mezu bat bidali");
  56. define("_PASTSURVEYS","Aurreko Inkestak");
  57. define("_LVOTES","Botoak");
  58. define("_TOTALVOTES","Guztirako Botoak:");
  59. define("_VOTING","Bozketa gela");
  60. define("_OTHERPOLLS","Beste bozketa batzuk");
  61. define("_CURRENTSURVEY","Egungo Inkesta");
  62. define("_CURRENTPOLLRESULTS","Egungo Inkestaren emaitzak");
  63. define("_PREVIEW","Aurrebista");
  64. define("_REFRESH","Birkargatu");
  65. define("_SURVEYS","Inkestak");
  66. define("_ATTACHEDTOARTICLE","- Artikuloari lotuta:");
  67. define("_SURVEYSATTACHED","Artikuloei lotuta dauden inkestak");
  68. define("_LAST5POLLS", "Last 5 Surveys at");
  69. define("_MOREPOLLS", "...more polls");
  70.  
  71. ?>