| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- // 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 = "Od {0}";
- var L_TO = "Do {0}";
- var L_AFTER = "Po {0}";
- var L_BEFORE = "Pred {0}";
- var L_FROM_TO = "Od {0} do {1}";
- var L_FROM_BEFORE = "Od {0} do {1} (pred)";
- var L_AFTER_TO = "Po {0} do {1}";
- var L_AFTER_BEFORE = "Po {0} do {1} (pred)";
- // 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 = "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\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 = "Hodnoty rozsahu str\u00E1n s\u00FA nespr\u00E1vne. Zadajte platn\u00FD rozsah str\u00E1n.";
- 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. In the next dialog that appears, select the \"Open this file\" option and click the OK button.";
- 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 = "Form\u00E1t 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) len \u00FAdaje";
- var L_EditableRTFFormat = "Microsoft Word (97-2003) - upravite\u013En\u00FD";
- // 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.";
|