// 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 = "From {0}"; var L_TO = "To {0}"; var L_AFTER = "After {0}"; var L_BEFORE = "Before {0}"; var L_FROM_TO = "From {0} to {1}"; var L_FROM_BEFORE = "From {0} to before {1}"; var L_AFTER_TO = "After {0} to {1}"; var L_AFTER_BEFORE = "After {0} to before {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 = "Chcete-li nastavit mo\u017Enost \u017D\u00E1dn\u00E1 hodnota, nastavte hodnoty v pol\u00EDch Od a Do na mo\u017Enost \u017D\u00E1dn\u00E1 hodnota."; var L_BadBound = "Mo\u017Enost Bez doln\u00ED hranice nelze nastavit spole\u010Dn\u011B s mo\u017Enost\u00ED Bez horn\u00ED hranice."; var L_NoValueAlready = "Tento parametr je ji\u017E nastaven na mo\u017Enost \u017D\u00E1dn\u00E1 hodnota. P\u0159ed p\u0159id\u00E1n\u00EDm dal\u0161\u00EDch hodnot odeberte nastaven\u00ED \u017D\u00E1dn\u00E1 hodnota."; 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 = "The page range value(s) are incorrect. Please enter a valid page range."; 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. V po\u00ED\u0161t\u00EDm zobrazen\u00E9m dialogov\u00E9m okni zvolte mo\u017Enost \"Otevo\u00EDt tento soubor\" a klepnite na tlae\u00EDtko OK."; 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 = "Rich Text Format (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) Data-Only"; var L_EditableRTFFormat = "Microsoft Word (97-2003) - Editable"; // 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.";