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. */
- /**************************************************************************/
-
- define("_ALLTOPICS","VÜechna tΘmata");
- define("_NOCOMMENTS","Bez komentß°e");
- define("_UCOMMENT","Komentß°");
- define("_REVIEWS","Recenze");
- define("_SEARCHUSERS","Hledat v databßzi u₧ivatel∙");
- define("_SEARCHSECTIONS","Hledat ve specißlnφ sekci");
- define("_SEARCHREVIEWS","Hledat v recenzφch");
- define("_SEARCHIN","Prohledat");
- define("_ARTICLES","╚lßnky");
- define("_ALLAUTHORS","VÜechny autory");
- define("_ALL","VÜe");
- define("_WEEK","t²den");
- define("_WEEKS","t²dny");
- define("_MONTH","m∞sφc");
- define("_MONTHS","m∞sφce");
- define("_SEARCHON","Hledat v:");
- define("_SSTORIES","╚lßnky");
- define("_SSECTIONS","Sekce");
- define("_SUSERS","U₧ivatelΘ");
- define("_NOMATCHES","Nebyl nalezen zßznam na vßÜ po₧adavek");
- define("_PREVMATCHES","p°edchozφch zßznam∙");
- define("_NEXTMATCHES","dalÜφ nalezenΘ zaznamy");
- define("_INSECTION","v sekci");
- define("_NONAME","Nezadal(a) jmΘno");
- define("_SCOMMENTS","Komentß°e");
- define("_SEARCHRESULTS","V²sledky hledßnφ");
- define("_CONTRIBUTEDBY","P°φsp∞vek poslal(a)");
- define("_UCOMMENTS","Komentß°e");
- define("_MATCHTITLE","Porovnat nßzev");
- define("_MATCHTEXT","Porovnat text Φlßnku");
- define("_MATCHBOTH","Porovnat nßzev i text Φlßnku");
- define("_SREPLY","Odpov∞∩");
- define("_SREPLIES","Odpov∞di");
- define("_ATTACHART","P°φdavky k Φlßnku");
- define("_PAGES","Strßnky");
- define("_REVIEWSCORE","Hodnocenφ pro tuto recenzi");
- define("_PAGE","Strßnka");
- define("_DOWNLOADS","Downloads");
- define("_WEBLINKS","Web Links");
- define("_FINDMORE","... more");
- define("_DIDNOTFIND","Didn't find what you're looking for?");
- define("_ENCYCLOPEDIA","Encyclopedia");
- define("_SEARCHINSTORY","Search All Comments in Story:");
-
- ?>