home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-czech.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.3 KB  |  71 lines

  1. <?php
  2.  
  3. /**************************************************************************/
  4. /* PHP-NUKE: Advanced Content Management System                           */
  5. /* ============================================                           */
  6. /*                                                                        */
  7. /* This is the language module with all the system messages               */
  8. /*                                                                        */
  9. /* If you made a translation, please go to the site and send to me        */
  10. /* the translated file. Please keep the original text order by modules,   */
  11. /* and just one message per line, also double check your translation!     */
  12. /*                                                                        */
  13. /* You need to change the second quoted phrase, not the capital one!      */
  14. /*                                                                        */
  15. /* If you need to use double quotes (") remember to add a backslash (\),  */
  16. /* so your entry will look like: This is \"double quoted\" text.          */
  17. /* And, if you use HTML code, please double check it.                     */
  18. /**************************************************************************/
  19.  
  20. define("_YOURNAME","Vaöe jmÈno");
  21. define("_OK","Ok!");
  22. define("_COMMENT","koment·¯");
  23. define("_CONFIGURE","NastavenÌ");
  24. define("_LOGINCREATE","P¯ihl·sit/Vytvo¯it ˙Ëet");
  25. define("_THRESHOLD","Pr·hy");
  26. define("_NOCOMMENTS","Bez koment·¯e");
  27. define("_NESTED","Vkl·danÈ");
  28. define("_FLAT","Patra");
  29. define("_THREAD","Strom");
  30. define("_OLDEST","Nejd¯Ìve staröÌ");
  31. define("_NEWEST","Nejd¯Ìve novÏjöÌ");
  32. define("_HIGHEST","Nejd¯Ìve s nejvyööÌm skÛre");
  33. define("_COMMENTSWARNING","Za obsah koment·¯e zodpovÌd· jeho autor.");
  34. define("_SCORE","SkÛre:");
  35. define("_USERINFO","O uûivateli");
  36. define("_READREST","P¯eËÌst zbytek koment·¯e...");
  37. define("_REPLY","OdpovÏdÏt");
  38. define("_REPLYMAIN","Poslat koment·¯");
  39. define("_NOSUBJECT","ChybÌ p¯edmÏt");
  40. define("_NOANONCOMMENTS","NenÌ povoleno posÌlat koment·¯e anonymnÏ, prosÌm <a href=\"modules.php?name=Your_Account&op=new_user\">registrijte se</a>");
  41. define("_PARENT","Nad¯azen˝");
  42. define("_ROOT","HlavnÌ");
  43. define("_UCOMMENT","Koment·¯");
  44. define("_ALLOWEDHTML","Povolit HTML:");
  45. define("_POSTANON","Poslat anonymnÏ");
  46. define("_EXTRANS","Extrans (html tagy do textu)");
  47. define("_HTMLFORMATED","HTML form·tov·nÌ");
  48. define("_PLAINTEXT","Prost˝ text");
  49. define("_ONN","na...");
  50. define("_SUBJECT","P¯edmÏt");
  51. define("_SURVEYCOM","Koment·¯ k anketÏ");
  52. define("_SURVEYCOMPRE","ProhlÈdnout koment·¯ k anketÏ");
  53. define("_NOTRIGHT","S touto funkcÌ nenÌ nÏco v po¯·dku.");
  54. define("_DIRECTCOM","P¯Ìm˝ koment·¯ k anketÏ...");
  55. define("_SENDAMSG","Poslat zpr·vu");
  56. define("_PASTSURVEYS","StaröÌ ankety");
  57. define("_LVOTES","hlasovalo");
  58. define("_TOTALVOTES","Celkem hlasovalo:");
  59. define("_VOTING","Str·nka anket");
  60. define("_OTHERPOLLS","DalöÌ ankety");
  61. define("_CURRENTSURVEY","Aktu·lnÌ anketa");
  62. define("_CURRENTPOLLRESULTS","V˝sledky aktu·lnÌ ankety");
  63. define("_PREVIEW","ProhlÈdnout");
  64. define("_REFRESH","Obnovit");
  65. define("_SURVEYS","Ankety");
  66. define("_ATTACHEDTOARTICLE","- Attached to article:");
  67. define("_SURVEYSATTACHED","Surveys Attached to Articles");
  68. define("_LAST5POLLS", "Last 5 Surveys at");
  69. define("_MOREPOLLS", "...more polls");
  70.  
  71. ?>