home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / search / language / lang-polish.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.2 KB  |  67 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("_ALLTOPICS","Wszystkie tematy");
  24. define("_NOCOMMENTS","Bez komentarza");
  25. define("_UCOMMENT","Komentarz");
  26. define("_REVIEWS","Recenzje");
  27. define("_SEARCHUSERS","Szukaj w bazie u┐ytkownik≤w");
  28. define("_SEARCHSECTIONS","Szukaj w sekcjach specjalnych");
  29. define("_SEARCHREVIEWS","Szukaj w recenzjach");
  30. define("_SEARCHIN","Szukaj w");
  31. define("_ARTICLES","Artyku│y");
  32. define("_ALLAUTHORS","Wszyscy autorzy");
  33. define("_ALL","Wszystko");
  34. define("_WEEK","tydzie±");
  35. define("_WEEKS","tygodnie");
  36. define("_MONTH","miesi▒c");
  37. define("_MONTHS","miesi▒ce");
  38. define("_SEARCHON","Szukaj na:");
  39. define("_SSTORIES","Artyku│y");
  40. define("_SSECTIONS","Sekcje");
  41. define("_SUSERS","U┐ytkownicy");
  42. define("_NOMATCHES","Brak rezultat≤w wyszukiwania");
  43. define("_PREVMATCHES","poprzednie wyniki");
  44. define("_NEXTMATCHES","nastΩpne wyniki");
  45. define("_INSECTION","Artyku│ w sekcji");
  46. define("_NONAME","Nie wpisano nazwy");
  47. define("_SCOMMENTS","Komentarze");
  48. define("_SEARCHRESULTS","Wyniki wyszukiwania");
  49. define("_CONTRIBUTEDBY","Wsp≤│praca");
  50. define("_UCOMMENTS","Komentarze");
  51. define("_MATCHTITLE","Szukaj wed│ug tytu│u artyku│u");
  52. define("_MATCHTEXT","Szukaj wed│ug tekstu");
  53. define("_MATCHBOTH","Szukaj wed│ug tytu│u i tekstu");
  54. define("_SREPLY","Odpowiedz");
  55. define("_SREPLIES","Odpowiedzi");
  56. define("_ATTACHART","Do│▒czony do artyku│u");
  57. define("_PAGES","Strony");
  58. define("_REVIEWSCORE","Wynik dla tej recenzji");
  59. define("_PAGE","Strona");
  60. define("_DOWNLOADS","Pliki");
  61. define("_WEBLINKS","Linki");
  62. define("_FINDMORE","... wiΩcej");
  63. define("_DIDNOTFIND","Nie znalaz│e╢(a╢) tego czego szuka│e╢(a╢)?");
  64. define("_ENCYCLOPEDIA","Encyklopedia");
  65. define("_SEARCHINSTORY","Przeszukaj wszystkie komentarze:");
  66.  
  67. ?>