/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer3/js/strings_en.js

http://github.com/khaneh/Orders · JavaScript · 76 lines · 65 code · 5 blank · 6 comment · 0 complexity · d95aaefed5a25939f296880719646f02 MD5 · raw file

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