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("_CATEGORY","Kategoria");
- define("_LVOTES","G│os≤w");
- define("_HITS","Ods│on");
- define("_TOPWELCOME","Witaj na stronie NAJ w");
- define("_READSTORIES","najczΩ╢ciej czytanych artyku│≤w");
- define("_COMMENTEDSTORIES","najczΩ╢ciej komentowanych artyku│≤w");
- define("_ACTIVECAT","najbardziej aktywnych kategorii");
- define("_READSECTION","najczΩ╢ciej czytanych artyku│≤w w sekcji specjalnej");
- define("_NEWSSUBMITTERS","najbardziej aktywnych dostarczycieli news≤w");
- define("_NEWSSENT","wys│anych news≤w");
- define("_VOTEDPOLLS","ankiet w kt≤rych g│osowano najczΩ╢ciej");
- define("_MOSTACTIVEAUTHORS","najaktywniejszych autor≤w");
- define("_NEWSPUBLISHED","opublikowanych news≤w");
- define("_READREVIEWS","najczΩ╢ciej czytanych recenzji");
- define("_DOWNLOADEDFILES","najczΩ╢ciej ╢ci▒ganych plik≤w");
- define("_MOSTREADPAGES","najczΩ╢ciej czytanych stron");
- define("_MOSTVOTEDSTORIES","najczΩ╢ciej ocenianych news≤w");
- define("_POINTS","punkt≤w");
- define("_BESTRATEDSTORIES","najlepiej ocenianych news≤w (minimum 5 punkt≤w)");
-
- ?>