home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- /**************************************************************************/
- /* PHP-NUKE: Advanced Content Management System */
- /* ============================================ */
- /* */
- /* This is the language module with all the system messages */
- /* */
- /* If you made a translation, please go to the site and send to me */
- /* the translated file. Please keep the original text order by modules, */
- /* and just one message per line, also double check your translation! */
- /* */
- /* You need to change the second quoted phrase, not the capital one! */
- /* */
- /* If you need to use double quotes (") remember to add a backslash (\), */
- /* so your entry will look like: This is \"double quoted\" text. */
- /* And, if you use HTML code, please double check it. */
- /* */
- /* Polish translation by Nordavind«(Bolo) (http://forum.phpnuke.org.pl) */
- /* */
- /**************************************************************************/
-
- define("_YOURNAME","Twoje imiΩ i nazwisko");
- define("_OK","OK!");
- define("_COMMENT","komentarz");
- define("_CONFIGURE","Konfiguracja");
- define("_LOGINCREATE","Logowanie/Za│o┐enie konta");
- define("_THRESHOLD","Pr≤g");
- define("_NOCOMMENTS","Bez komentarza");
- define("_NESTED","Zagnie┐d┐ony");
- define("_FLAT","P│aski");
- define("_THREAD","W▒tek");
- define("_OLDEST","Starsze jako pierwsze");
- define("_NEWEST","Nowsze jako pierwsze");
- define("_HIGHEST","Najpierw najwy┐ej oceniane");
- define("_COMMENTSWARNING","Komentarze s▒ w│asno╢ci▒ ich tw≤rc≤w. Nie ponosimy odpowiedzialno╢ci za ich tre╢µ.");
- define("_SCORE","Wynik:");
- define("_USERINFO","Informacje o u┐ytkowniku");
- define("_READREST","Przeczytaj dalszy ci▒g komentarza...");
- define("_REPLY","Odpowiedz na to");
- define("_REPLYMAIN","Napisz komentarz");
- define("_NOSUBJECT","Bez tematu");
- 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>");
- define("_PARENT","NadrzΩdny");
- define("_ROOT","G│≤wny");
- define("_UCOMMENT","Komentarz");
- define("_ALLOWEDHTML","Dozwolony HTML:");
- define("_POSTANON","Wy╢lij anonimowo");
- define("_EXTRANS","Zamiana (tagi HTML na tekst)");
- define("_HTMLFORMATED","Formatowanie HTML");
- define("_PLAINTEXT","Zwyk│y tekst bez formatowania");
- define("_ONN","na...");
- define("_SUBJECT","Temat");
- define("_SURVEYCOM","Wy╢lij komentarz");
- define("_SURVEYCOMPRE","Przejrzyj komentarz");
- define("_NOTRIGHT","Co╢ jest nie tak ze zmienn▒ w tej funkcji. Ta wiadomo╢µ ma w│a╢nie ustrzec CiΩ od b│Ωd≤w");
- define("_DIRECTCOM","Bezpo╢redni przegl▒d komentarza...");
- define("_SENDAMSG","Wy╢lij wiadomo╢µ");
- define("_PASTSURVEYS","Poprzednie ankiety");
- define("_LVOTES","G│os≤w");
- define("_TOTALVOTES","Razem g│os≤w:");
- define("_VOTING","Skrytka do g│osowania");
- define("_OTHERPOLLS","Inne ankiety");
- define("_CURRENTSURVEY","Bie┐▒ce g│osowanie");
- define("_CURRENTPOLLRESULTS","Aktualny rezultat g│osowania");
- define("_PREVIEW","Podgl▒d");
- define("_REFRESH","Od╢wie┐");
- define("_SURVEYS","Ankiety");
- define("_ATTACHEDTOARTICLE","- dodana do artyku│u:");
- define("_SURVEYSATTACHED","Ankiety dodane do artyku│≤w");
- define("_LAST5POLLS", "Najnowsze 5 ankiet na");
- define("_MOREPOLLS", "...wiΩcej ankiet");
-
- ?>