| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- // LOCALIZATION STRING
- // Strings for calendar.js and calendar_param.js
- var L_Today = "Dnes";
- var L_January = "Leden";
- var L_February = "\u00DAnor";
- var L_March = "B\u0159ezen";
- var L_April = "Duben";
- var L_May = "Kv\u011Bten";
- var L_June = "\u010Cerven";
- var L_July = "\u010Cervenec";
- var L_August = "Srpen";
- var L_September = "Z\u00E1\u0159\u00ED";
- var L_October = "\u0158\u00EDjen";
- var L_November = "Listopad";
- var L_December = "Prosinec";
- var L_Su = "Ne";
- var L_Mo = "Po";
- var L_Tu = "\u00DAt";
- var L_We = "St";
- var L_Th = "\u010Ct";
- var L_Fr = "P\u00E1";
- var L_Sa = "So";
- // strings for dt_param.js
- var L_TIME_SEPARATOR = ":";
- var L_AM_DESIGNATOR = "dop.";
- var L_PM_DESIGNATOR = "odp.";
- // strings for range parameter
- var L_FROM = "Od {0}";
- var L_TO = "Do {0}";
- var L_AFTER = "Po {0}";
- var L_BEFORE = "Poed {0}";
- var L_FROM_TO = "Od {0} do {1}";
- var L_FROM_BEFORE = "Od {0} do do\u00EDve ne\u017E {1}";
- var L_AFTER_TO = "Po {0} a do {1}";
- var L_AFTER_BEFORE = "Po {0} a poed {1}";
- // Strings for prompts.js and prompts_param.js
- 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.";
- 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.";
- 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.";
- 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.";
- 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.";
- var L_NoValue = "\u017D\u00E1dn\u00E1 hodnota";
- var L_BadValue = "To set \"No Value\", you must set both From and To values to \"No Value\".";
- var L_BadBound = "You cannot set \"No Lower Bound\" together with \"No Upper Bound\".";
- var L_NoValueAlready = "This parameter is already set to \"No Value\". Remove \"No Value\" before adding other values";
- var L_RangeError = "Za\u010D\u00E1tek rozsahu nem\u016F\u017Ee b\u00FDt v\u011Bt\u0161\u00ED ne\u017E konec rozsahu.";
- var L_NoDateEntered = "Mus\u00EDte zadat datum.";
- // Strings for ../html/crystalexportdialog.htm
- var L_ExportOptions = "Mo\u017Enosti exportu";
- var L_PrintOptions = "Mo\u017Enosti tisku";
- var L_PrintPageTitle = "Vytisknout sestavu";
- var L_ExportPageTitle = "Exportovat sestavu";
- var L_OK = "OK";
- var L_Cancel = "Storno";
- var L_PrintPageRange = "Zadejte rozsah str\u00E1nek, kter\u00E9 chcete vytisknout.";
- var L_ExportPageRange = "Zadejte rozsah str\u00E1nek, kter\u00E9 chcete exportovat.";
- var L_InvalidPageRange = "Hodnoty rozsahu str\u00E1nek jsou neplatn\u00E9. Zadejte platn\u00FD rozsah str\u00E1nek.";
- var L_ExportFormat = "Vyberte ze seznamu form\u00E1t exportu ";
- var L_Formats = "Form\u00E1t souboru:";
- var L_PageRange = "Rozsah str\u00E1nky:";
- var L_All = "V\u0161e";
- var L_Pages = "Str\u00E1nky:";
- var L_From = "Od:";
- var L_To = "Pro:";
- var L_PrintStep0 = "K tisku:";
- var L_PrintStep1 = "1. In the next dialog that appears, select the \"Open this file\" option and click the OK button.";
- var L_PrintStep2 = "2. Klepnite na ikonu tisk\u00E1rny v nab\u00EDdce aplikace Acrobat Reader (nikoli na tlae\u00EDtko tisku v prohl\u00ED\u017Eeei).";
- var L_RTFFormat = "Form\u00E1tovan\u00FD Text (RTF)";
- var L_AcrobatFormat = "PDF";
- var L_CrystalRptFormat = "Crystal Reports (RPT)";
- var L_WordFormat = "Microsoft Word (97-2003)";
- var L_ExcelFormat = "Microsoft Excel (97-2003)";
- var L_ExcelRecordFormat = "Microsoft Excel (97-2003) pouze data";
- var L_EditableRTFFormat = "Microsoft Word (97-2003) - upraviteln\u00FD";
- // Strings for print.js
- var L_PrintControlInstallError = "Instalace dopl\u0148ku ActiveX Print Control se nezda\u0159ila. K\u00F3d chyby:";
- var L_PrintControlPlugin = "Doplnik ovl\u00E1dac\u00EDho prvku Crystal Reports pro tisk";
- // Strings for previewerror.js
- var L_SessionExpired = "Vypr\u0161el \u010Dasov\u00FD limit va\u0161\u00ED relace.";
- var L_PleaseRefresh = "Stiskn\u011Bte tla\u010D\u00EDtko Obnovit a zopakujte akci.";
|