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("_YOURNAME","VaÜe jmΘno");
- define("_OK","Ok!");
- define("_COMMENT","komentß°");
- define("_CONFIGURE","Nastavenφ");
- define("_LOGINCREATE","P°ihlßsit/Vytvo°it ·Φet");
- define("_THRESHOLD","Prßhy");
- define("_NOCOMMENTS","Bez komentß°e");
- define("_NESTED","VklßdanΘ");
- define("_FLAT","Patra");
- define("_THREAD","Strom");
- define("_OLDEST","Nejd°φve starÜφ");
- define("_NEWEST","Nejd°φve nov∞jÜφ");
- define("_HIGHEST","Nejd°φve s nejvyÜÜφm sk≤re");
- define("_COMMENTSWARNING","Za obsah komentß°e zodpovφdß jeho autor.");
- define("_SCORE","Sk≤re:");
- define("_USERINFO","O u₧ivateli");
- define("_READREST","P°eΦφst zbytek komentß°e...");
- define("_REPLY","Odpov∞d∞t");
- define("_REPLYMAIN","Poslat komentß°");
- define("_NOSUBJECT","Chybφ p°edm∞t");
- define("_NOANONCOMMENTS","Nenφ povoleno posφlat komentß°e anonymn∞, prosφm <a href=\"modules.php?name=Your_Account&op=new_user\">registrijte se</a>");
- define("_PARENT","Nad°azen²");
- define("_ROOT","Hlavnφ");
- define("_UCOMMENT","Komentß°");
- define("_ALLOWEDHTML","Povolit HTML:");
- define("_POSTANON","Poslat anonymn∞");
- define("_EXTRANS","Extrans (html tagy do textu)");
- define("_HTMLFORMATED","HTML formßtovßnφ");
- define("_PLAINTEXT","Prost² text");
- define("_ONN","na...");
- define("_SUBJECT","P°edm∞t");
- define("_SURVEYCOM","Komentß° k anket∞");
- define("_SURVEYCOMPRE","ProhlΘdnout komentß° k anket∞");
- define("_NOTRIGHT","S touto funkcφ nenφ n∞co v po°ßdku.");
- define("_DIRECTCOM","P°φm² komentß° k anket∞...");
- define("_SENDAMSG","Poslat zprßvu");
- define("_PASTSURVEYS","StarÜφ ankety");
- define("_LVOTES","hlasovalo");
- define("_TOTALVOTES","Celkem hlasovalo:");
- define("_VOTING","Strßnka anket");
- define("_OTHERPOLLS","DalÜφ ankety");
- define("_CURRENTSURVEY","Aktußlnφ anketa");
- define("_CURRENTPOLLRESULTS","V²sledky aktußlnφ ankety");
- define("_PREVIEW","ProhlΘdnout");
- define("_REFRESH","Obnovit");
- define("_SURVEYS","Ankety");
- define("_ATTACHEDTOARTICLE","- Attached to article:");
- define("_SURVEYSATTACHED","Surveys Attached to Articles");
- define("_LAST5POLLS", "Last 5 Surveys at");
- define("_MOREPOLLS", "...more polls");
-
- ?>