strings_cs.js 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. // LOCALIZATION STRING
  2. // Strings for calendar.js and calendar_param.js
  3. var L_Today = "Dnes";
  4. var L_January = "Leden";
  5. var L_February = "\u00DAnor";
  6. var L_March = "B\u0159ezen";
  7. var L_April = "Duben";
  8. var L_May = "Kv\u011Bten";
  9. var L_June = "\u010Cerven";
  10. var L_July = "\u010Cervenec";
  11. var L_August = "Srpen";
  12. var L_September = "Z\u00E1\u0159\u00ED";
  13. var L_October = "\u0158\u00EDjen";
  14. var L_November = "Listopad";
  15. var L_December = "Prosinec";
  16. var L_Su = "Ne";
  17. var L_Mo = "Po";
  18. var L_Tu = "\u00DAt";
  19. var L_We = "St";
  20. var L_Th = "\u010Ct";
  21. var L_Fr = "P\u00E1";
  22. var L_Sa = "So";
  23. // strings for dt_param.js
  24. var L_TIME_SEPARATOR = ":";
  25. var L_AM_DESIGNATOR = "dop.";
  26. var L_PM_DESIGNATOR = "odp.";
  27. // strings for range parameter
  28. var L_FROM = "Od {0}";
  29. var L_TO = "Do {0}";
  30. var L_AFTER = "Po {0}";
  31. var L_BEFORE = "Poed {0}";
  32. var L_FROM_TO = "Od {0} do {1}";
  33. var L_FROM_BEFORE = "Od {0} do do\u00EDve ne\u017E {1}";
  34. var L_AFTER_TO = "Po {0} a do {1}";
  35. var L_AFTER_BEFORE = "Po {0} a poed {1}";
  36. // Strings for prompts.js and prompts_param.js
  37. var L_BadNumber = "This parameter is of type \"Number\" and can only contain a negative sign symbol, digits (\"0-9\"), digit grouping symbols or a decimal symbol. Please correct the entered parameter value.";
  38. var L_BadCurrency = "This parameter is of type \"Currency\" and can only contain a negative sign symbol, digits (\"0-9\"), digit grouping symbols or a decimal symbol. Please correct the entered parameter value.";
  39. var L_BadDate = "This parameter is of type \"Date\" and should be in the format \"Date(yyyy,mm,dd)\" where \"yyyy\" is the four digit year, \"mm\" is the month (e.g. January = 1), and \"dd\" is the number of days into the given month.";
  40. var L_BadDateTime = "This parameter is of type \"DateTime\" and the correct format is \"DateTime(yyyy,mm,dd,hh,mm,ss)\". \"yyyy\" is the four digit year, \"mm\" is the month (e.g. January = 1), \"dd\" is the day of the month, \"hh\" is hours in a 24 hour clock, \"mm\" is minutes and \"ss\" is seconds.";
  41. var L_BadTime = "This parameter is of type \"Time\" and should be in the format \"Time(hh,mm,ss)\" where \"hh\" is hours in a 24 hour clock, \"mm\" is minutes into the hour, and \"ss\" is seconds into the minute.";
  42. var L_NoValue = "\u017D\u00E1dn\u00E1 hodnota";
  43. var L_BadValue = "To set \"No Value\", you must set both From and To values to \"No Value\".";
  44. var L_BadBound = "You cannot set \"No Lower Bound\" together with \"No Upper Bound\".";
  45. var L_NoValueAlready = "This parameter is already set to \"No Value\". Remove \"No Value\" before adding other values";
  46. var L_RangeError = "Za\u010D\u00E1tek rozsahu nem\u016F\u017Ee b\u00FDt v\u011Bt\u0161\u00ED ne\u017E konec rozsahu.";
  47. var L_NoDateEntered = "Mus\u00EDte zadat datum.";
  48. // Strings for ../html/crystalexportdialog.htm
  49. var L_ExportOptions = "Mo\u017Enosti exportu";
  50. var L_PrintOptions = "Mo\u017Enosti tisku";
  51. var L_PrintPageTitle = "Vytisknout sestavu";
  52. var L_ExportPageTitle = "Exportovat sestavu";
  53. var L_OK = "OK";
  54. var L_Cancel = "Storno";
  55. var L_PrintPageRange = "Zadejte rozsah str\u00E1nek, kter\u00E9 chcete vytisknout.";
  56. var L_ExportPageRange = "Zadejte rozsah str\u00E1nek, kter\u00E9 chcete exportovat.";
  57. var L_InvalidPageRange = "Hodnoty rozsahu str\u00E1nek jsou neplatn\u00E9. Zadejte platn\u00FD rozsah str\u00E1nek.";
  58. var L_ExportFormat = "Vyberte ze seznamu form\u00E1t exportu ";
  59. var L_Formats = "Form\u00E1t souboru:";
  60. var L_PageRange = "Rozsah str\u00E1nky:";
  61. var L_All = "V\u0161e";
  62. var L_Pages = "Str\u00E1nky:";
  63. var L_From = "Od:";
  64. var L_To = "Pro:";
  65. var L_PrintStep0 = "K tisku:";
  66. var L_PrintStep1 = "1. In the next dialog that appears, select the \"Open this file\" option and click the OK button.";
  67. var L_PrintStep2 = "2. Klepnite na ikonu tisk\u00E1rny v nab\u00EDdce aplikace Acrobat Reader (nikoli na tlae\u00EDtko tisku v prohl\u00ED\u017Eeei).";
  68. var L_RTFFormat = "Form\u00E1tovan\u00FD Text (RTF)";
  69. var L_AcrobatFormat = "PDF";
  70. var L_CrystalRptFormat = "Crystal Reports (RPT)";
  71. var L_WordFormat = "Microsoft Word (97-2003)";
  72. var L_ExcelFormat = "Microsoft Excel (97-2003)";
  73. var L_ExcelRecordFormat = "Microsoft Excel (97-2003) pouze data";
  74. var L_EditableRTFFormat = "Microsoft Word (97-2003) - upraviteln\u00FD";
  75. // Strings for print.js
  76. var L_PrintControlInstallError = "Instalace dopl\u0148ku ActiveX Print Control se nezda\u0159ila. K\u00F3d chyby:";
  77. var L_PrintControlPlugin = "Doplnik ovl\u00E1dac\u00EDho prvku Crystal Reports pro tisk";
  78. // Strings for previewerror.js
  79. var L_SessionExpired = "Vypr\u0161el \u010Dasov\u00FD limit va\u0161\u00ED relace.";
  80. var L_PleaseRefresh = "Stiskn\u011Bte tla\u010D\u00EDtko Obnovit a zopakujte akci.";