You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

85 line
2.9 KiB

  1. //Copyright (c) 2001-2016 Aspose Pty Ltd. All Rights Reserved.
  2. /*****************************************************
  3. * Aspose.Cells.GridWeb Component Language File
  4. * Copyright 2003-2011, All Rights Reserverd.
  5. * V2.4.0
  6. *****************************************************/
  7. // English
  8. var ACWLang =
  9. {
  10. // tip of a null cell
  11. TipCellNoValue :"<NULL>",
  12. // tip of formula cell
  13. TipCellFormula :"<FORMULA>",
  14. // tips of cell type
  15. TipCellIsRequired :"<REQUIRED>",
  16. TipCellAnyValue :"<ANY VALUE>",
  17. TipCellList :"<SELECT FROM LIST>",
  18. TipCellDropDownList :"<SELECT FROM LIST>",
  19. TipCellFreeList :"<SELECT FROM LIST OR INPUT>",
  20. TipCellRegex :"<REGEX>",
  21. TipCellBoolean :"<BOOLEAN>",
  22. TipCellDate :"<DATE>",
  23. TipCellDateTime :"<DATETIME>",
  24. TipCellNumber :"<NUMBER>",
  25. TipCellInteger :"<INTEGER>",
  26. TipCellCustomFunction :"<CUSTOM FUNCTION>",
  27. TipCellCheckbox :"<CHECKBOX>",
  28. TipCellFilter :"<AUTO FILTER>",
  29. TipCellCustomString : "<CUSTOM STRING>",
  30. TipCellTime : "<TIME>",
  31. TipCellTextLength : "<TEXT LENGTH>",
  32. // tip of validation operator
  33. valid_op_between :"between",
  34. valid_op_notbetween :"not between",
  35. valid_op_equal :"equal",
  36. valid_op_notequal :"not equal",
  37. valid_op_lessthan :"less than",
  38. valid_op_lessorequal :"less or equal than",
  39. valid_op_greaterthan :"greater than",
  40. valid_op_greaterorequal :"greater or equal than",
  41. // tip of a cell with comment
  42. TipCellComment :"<COMMENT>",
  43. // context menu items text
  44. MenuItemCopy :"Copy",
  45. MenuItemCut :"Cut",
  46. MenuItemPaste :"Paste",
  47. MenuItemFreeze :"Freeze",
  48. MenuItemUnfreeze :"Unfreeze",
  49. MenuItemAddRow :"Add Row",
  50. MenuItemInsertRow :"Insert Row",
  51. MenuItemDeleteRow :"Delete Row",
  52. MenuItemAddColumn :"Add Column",
  53. MenuItemInsertColumn :"Insert Column",
  54. MenuItemDeleteColumn :"Delete Column",
  55. MenuItemMergeCells :"Merge Cells",
  56. MenuItemUnmergeCells :"Unmerge Cells",
  57. MenuItemFormat :"Format Cell...",
  58. MenuItemFind :"Find...",
  59. MenuItemReplace :"Replace...",
  60. MenuItemFilterAll :"(ALL)",
  61. MenuItemDelComment :"Delete Comments",
  62. // tips of buttons
  63. TipListMenuButton :"Click to show the list values.",
  64. TipCalendarButton :"Click to show the calendar.",
  65. TipScrollLeftButton :"Scroll tab bar to the left.",
  66. TipScrollRightButton :"Scroll tab bar to the right.",
  67. TipSubmitButton :"Submit edit result and recalculate all formulas.",
  68. TipSaveButton :"Save edit result.",
  69. TipUndoButton :"Cancel edit result.",
  70. TipTab :"Change worksheet.",
  71. TipClientSideMenu :"Client side menu.",
  72. TipExpandChildButton :"Expand or collapse the child view.",
  73. TipExpandGroupButton :"Expand or collapse the group rows.",
  74. TipSortHeader :"Click to sort.",
  75. TipFilterButton :"Click to show the filter values.",
  76. TipPasteTooMuchRows : "The rows of the copy content is more than the paste rows .",
  77. // dialogbox
  78. DialogBoxLoading :"Loading, please wait..."
  79. }