// LOCALIZATION STRING // Strings for calendar.js and calendar_param.js var L_Today = "Dnes"; var L_January = "Janu\u00E1r"; var L_February = "Febru\u00E1r"; var L_March = "Marec"; var L_April = "Apr\u00EDl"; var L_May = "M\u00E1j"; var L_June = "J\u00FAn"; var L_July = "J\u00FAl"; var L_August = "August"; var L_September = "September"; var L_October = "Okt\u00F3ber"; var L_November = "November"; var L_December = "December"; var L_Su = "Ne"; var L_Mo = "Po"; var L_Tu = "Ut"; var L_We = "St"; var L_Th = "\u0160t"; var L_Fr = "Pi"; var L_Sa = "So"; // strings for dt_param.js var L_TIME_SEPARATOR = ":"; var L_AM_DESIGNATOR = "dopoludnia"; var L_PM_DESIGNATOR = "odpoludnia"; // 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 = "\u017Diadna hodnota"; var L_BadValue = "Ak chcete nastavi\u0165 polo\u017Eku \u017Diadna hodnota, polo\u017Eky Od a Do musia by\u0165 nastaven\u00E9 na mo\u017Enos\u0165 \u017Diadna hodnota."; var L_BadBound = "Nie je mo\u017En\u00E9 nastavi\u0165 polo\u017Eku Bez dolnej hranice z\u00E1rove\u0148 s polo\u017Ekou Bez hornej hranice."; var L_NoValueAlready = "Tento parameter je u\u017E nastaven\u00FD na mo\u017Enos\u0165 \u017Diadna hodnota. Pred pridan\u00EDm \u010Fal\u0161\u00EDch hodn\u00F4t odstr\u00E1\u0148te nastavenie \u017Diadna hodnota."; var L_RangeError = "Za\u010Diatok rozsahu nem\u00F4\u017Ee by\u0165 v\u00E4\u010D\u0161\u00ED ako koniec rozsahu."; var L_NoDateEntered = "Mus\u00EDte zada\u0165 d\u00E1tum."; // Strings for ../html/crystalexportdialog.htm var L_ExportOptions = "Mo\u017Enosti exportu"; var L_PrintOptions = "Mo\u017Enosti tla\u010De"; var L_PrintPageTitle = "Tla\u010Di\u0165 zostavu"; var L_ExportPageTitle = "Exportova\u0165 zostavu"; var L_OK = "OK"; var L_Cancel = "Zru\u0161i\u0165"; var L_PrintPageRange = "Zadajte rozsah str\u00E1n, ktor\u00E9 chcete tla\u010Di\u0165."; var L_ExportPageRange = "Zadajte rozsah str\u00E1n, ktor\u00E9 chcete exportova\u0165."; var L_InvalidPageRange = "The page range value(s) are incorrect. Please enter a valid page range."; var L_ExportFormat = "Vyberte zo zoznamu form\u00E1t exportu."; var L_Formats = "Form\u00E1t s\u00FAboru:"; var L_PageRange = "Rozsah str\u00E1n:"; var L_All = "V\u0161etky"; var L_Pages = "Strany:"; var L_From = "Od:"; var L_To = "Do:"; var L_PrintStep0 = "Na tla\u010D:"; var L_PrintStep1 = "1. V \u010Fal\u0161om dial\u00F3govom okne vyberte mo\u017Enos\u0165 Otvori\u0165 tento s\u00FAbor a kliknite na tla\u010Didlo OK."; var L_PrintStep2 = "2. Namiesto kliknutia na tla\u010Didlo tla\u010De v internetovom preh\u013Ead\u00E1va\u010Di kliknite na ikonu tla\u010Diarne v ponuke programu Acrobat Reader"; 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 = "In\u0161tal\u00E1cia ovl\u00E1dacieho prvku tla\u010De ActiveX zlyhala. K\u00F3d chyby:"; var L_PrintControlPlugin = "Doplnok ovl\u00E1dacieho prvku tla\u010De Crystal Reports ActiveX"; // Strings for previewerror.js var L_SessionExpired = "Platnos\u0165 rel\u00E1cie uplynula."; var L_PleaseRefresh = "Kliknite na tla\u010Didlo Obnovi\u0165 a sk\u00FAste to znova.";