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