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("_HITS","Ods│on");
- define("_BROWSERS","Przegl▒darki");
- define("_OPERATINGSYS","System operacyjny");
- define("_UNKNOWN","Nieznany");
- define("_OTHER","Inny / Nieznany");
- define("_MISCSTATS","R≤┐norodne statystyki");
- define("_REGUSERS","Zarejestrowanych u┐ytkownik≤w:");
- define("_ACTIVEAUTHORS","Aktywnych autor≤w:");
- define("_STORIESPUBLISHED","Opublikowanych artyku│≤w:");
- define("_SACTIVETOPICS","Aktywnych temat≤w:");
- define("_COMMENTSPOSTED","Wys│anych komentarzy:");
- define("_SSPECIALSECT","Sekcji specjalnych:");
- define("_ARTICLESSEC","Artyku│≤w w sekcji:");
- define("_LINKSINLINKS","Link≤w w dziale LINKI:");
- define("_LINKSCAT","Kategorii w linkach:");
- define("_NEWSWAITING","News≤w oczekuj▒cych na publikacjΩ:");
- define("_NUKEVERSION","Wersja PHP-Nuke:");
- define("_SEARCHENGINES","Wyszukiwarki");
- define("_BOTS","Roboty sieciowe");
- define("_STATS","Statystyki odwiedzin");
- define("_RETURNBASICSTATS","Wr≤µ do statystyk podstawowych");
- define("_BACKTODETSTATS","Wr≤µ do statystyk szczeg≤│owych");
- define("_BACKTOMAIN","Wr≤µ na stronΩ g│≤wn▒");
- define("_TODAYIS","Dzisiaj jest");
- define("_MOSTMONTH","Najlepszy miesi▒c");
- define("_MOSTDAY","Najlepszy dzie±");
- define("_MOSTHOUR","Najlepsza godzina");
- define("_YEARLYSTATS","Statystyki roczne");
- define("_MONTLYSTATS","Statystki miesiΩczne - miesi▒c");
- define("_SPAGESVIEWS","Ods│on strony");
- define("_DAILYSTATS","Statystyki dzienne - ");
- define("_HOURLYSTATS","Statystyki godzinowe - ");
- define("_VIEWDETAILED","Zobacz statystyki szczeg≤│owe");
-
- ?>