/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer3/js/strings_en.js
JavaScript | 76 lines | 65 code | 5 blank | 6 comment | 0 complexity | d95aaefed5a25939f296880719646f02 MD5 | raw file
1// LOCALIZATION STRING 2 3// Strings for calendar.js and calendar_param.js 4var L_Today = "Today"; 5var L_January = "January"; 6var L_February = "February"; 7var L_March = "March"; 8var L_April = "April"; 9var L_May = "May"; 10var L_June = "June"; 11var L_July = "July"; 12var L_August = "August"; 13var L_September = "September"; 14var L_October = "October"; 15var L_November = "November"; 16var L_December = "December"; 17var L_Su = "Su"; 18var L_Mo = "Mo"; 19var L_Tu = "Tu"; 20var L_We = "We"; 21var L_Th = "Th"; 22var L_Fr = "Fr"; 23var L_Sa = "Sa"; 24 25// strings for dt_param.js 26var L_TIME_SEPARATOR = ":"; 27var L_AM_DESIGNATOR = "AM"; 28var L_PM_DESIGNATOR = "PM"; 29 30// strings for range parameter 31var L_FROM = "From {0}"; 32var L_TO = "To {0}"; 33var L_AFTER = "After {0}"; 34var L_BEFORE = "Before {0}"; 35var L_FROM_TO = "From {0} to {1}"; 36var L_FROM_BEFORE = "From {0} to before {1}"; 37var L_AFTER_TO = "After {0} to {1}"; 38var L_AFTER_BEFORE = "After {0} to before {1}"; 39 40// Strings for prompts.js and prompts_param.js 41var 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."; 42var 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."; 43var 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."; 44var 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, \"mm\" is minutes and \"ss\" is seconds."; 45var L_BadTime = "This parameter is of type \"Time\" and should be in the format \"Time(hh,mm,ss)\" where \"hh\" is hours in 24 a hour clock, \"mm\" is minutes into the hour, and \"ss\" is seconds into the minute."; 46var L_NoValue = "No Value"; 47var L_BadValue = "To set \"No Value\", you must set both From and To values to \"No Value\"."; 48var L_BadBound = "You cannot set \"No Lower Bound\" together with \"No Upper Bound\"."; 49var L_NoValueAlready = "This parameter is already set to \"No Value\". Remove \"No Value\" before adding other values"; 50var L_RangeError = "The start of range cannot be greater than the end of range."; 51var L_NoDateEntered = "You must enter a date."; 52 53// Strings for ../html/crystalexportdialog.htm 54var L_ExportOptions = "Export Options"; 55var L_PrintOptions = "Print Options"; 56var L_PrintPageTitle = "Print the Report"; 57var L_ExportPageTitle = "Export the Report"; 58var L_OK = "OK"; 59var L_PrintPageRange = "Enter the page range that you want to Print."; 60var L_ExportPageRange = "Enter the page range that you want to Export."; 61var L_InvalidPageRange = "The page range value(s) are incorrect. Please enter a valid page range."; 62var L_ExportFormat = "Please select an Export format from the list."; 63var L_Formats = "Formats:"; 64var L_All = "All"; 65var L_Pages = "Pages"; 66var L_From = "From:"; 67var L_To = "To:"; 68var L_PrintStep0 = "To Print:"; 69var L_PrintStep1 = "1. In the next dialog that appears, select the \"Open this file\" option and click the OK button."; 70var L_PrintStep2 = "2. Click the printer icon on the Acrobat Reader Menu rather than the print button on your internet browser."; 71var L_RTFFormat = "Rich Text Format"; 72var L_AcrobatFormat = "Acrobat Format (PDF)"; 73var L_CrystalRptFormat = "Crystal Reports (RPT)"; 74var L_WordFormat = "MS Word"; 75var L_ExcelFormat = "MS Excel 97-2000"; 76var L_ExcelRecordFormat = "MS Excel 97-2000 (Data Only)";