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