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");
-
- ?>