home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-polish.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.7 KB  |  74 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. /* Polish translation by NordavindÆ(Bolo) (http://forum.phpnuke.org.pl)   */
  20. /*                                                                        */
  21. /**************************************************************************/
  22.  
  23. define("_YOURNAME","Twoje imiÍ i nazwisko");
  24. define("_OK","OK!");
  25. define("_COMMENT","komentarz");
  26. define("_CONFIGURE","Konfiguracja");
  27. define("_LOGINCREATE","Logowanie/Za≥oøenie konta");
  28. define("_THRESHOLD","PrÛg");
  29. define("_NOCOMMENTS","Bez komentarza");
  30. define("_NESTED","Zagnieødøony");
  31. define("_FLAT","P≥aski");
  32. define("_THREAD","W±tek");
  33. define("_OLDEST","Starsze jako pierwsze");
  34. define("_NEWEST","Nowsze jako pierwsze");
  35. define("_HIGHEST","Najpierw najwyøej oceniane");
  36. define("_COMMENTSWARNING","Komentarze s± w≥asno∂ci± ich twÛrcÛw. Nie ponosimy odpowiedzialno∂ci za ich tre∂Ê.");
  37. define("_SCORE","Wynik:");
  38. define("_USERINFO","Informacje o uøytkowniku");
  39. define("_READREST","Przeczytaj dalszy ci±g komentarza...");
  40. define("_REPLY","Odpowiedz na to");
  41. define("_REPLYMAIN","Napisz komentarz");
  42. define("_NOSUBJECT","Bez tematu");
  43. define("_NOANONCOMMENTS","Komentowanie niedozwolone dla anonimowego uøytkownika, proszÍ siÍ <a href=\"modules.php?name=Your_Account&op=new_user&op=new_user\">zarejestrowaÊ</a>");
  44. define("_PARENT","NadrzÍdny");
  45. define("_ROOT","G≥Ûwny");
  46. define("_UCOMMENT","Komentarz");
  47. define("_ALLOWEDHTML","Dozwolony HTML:");
  48. define("_POSTANON","Wy∂lij anonimowo");
  49. define("_EXTRANS","Zamiana (tagi HTML na tekst)");
  50. define("_HTMLFORMATED","Formatowanie HTML");
  51. define("_PLAINTEXT","Zwyk≥y tekst bez formatowania");
  52. define("_ONN","na...");
  53. define("_SUBJECT","Temat");
  54. define("_SURVEYCOM","Wy∂lij komentarz");
  55. define("_SURVEYCOMPRE","Przejrzyj komentarz");
  56. define("_NOTRIGHT","Co∂ jest nie tak ze zmienn± w tej funkcji. Ta wiadomo∂Ê ma w≥a∂nie ustrzec CiÍ od b≥ÍdÛw");
  57. define("_DIRECTCOM","Bezpo∂redni przegl±d komentarza...");
  58. define("_SENDAMSG","Wy∂lij wiadomo∂Ê");
  59. define("_PASTSURVEYS","Poprzednie ankiety");
  60. define("_LVOTES","G≥osÛw");
  61. define("_TOTALVOTES","Razem g≥osÛw:");
  62. define("_VOTING","Skrytka do g≥osowania");
  63. define("_OTHERPOLLS","Inne ankiety");
  64. define("_CURRENTSURVEY","Bieø±ce g≥osowanie");
  65. define("_CURRENTPOLLRESULTS","Aktualny rezultat g≥osowania");
  66. define("_PREVIEW","Podgl±d");
  67. define("_REFRESH","Od∂wieø");
  68. define("_SURVEYS","Ankiety");
  69. define("_ATTACHEDTOARTICLE","- dodana do artyku≥u:");
  70. define("_SURVEYSATTACHED","Ankiety dodane do artyku≥Ûw");
  71. define("_LAST5POLLS", "Najnowsze 5 ankiet na");
  72. define("_MOREPOLLS", "...wiÍcej ankiet");
  73.  
  74. ?>