You cannot 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 lines
2.9 KiB
JavaScript
85 lines
2.9 KiB
JavaScript
//Copyright (c) 2001-2016 Aspose Pty Ltd. All Rights Reserved.
|
|
|
|
/*****************************************************
|
|
* Aspose.Cells.GridWeb Component Language File
|
|
* Copyright 2003-2011, All Rights Reserverd.
|
|
* V2.4.0
|
|
*****************************************************/
|
|
|
|
// English
|
|
var ACWLang =
|
|
{
|
|
// tip of a null cell
|
|
TipCellNoValue :"<NULL>",
|
|
|
|
// tip of formula cell
|
|
TipCellFormula :"<FORMULA>",
|
|
|
|
// tips of cell type
|
|
TipCellIsRequired :"<REQUIRED>",
|
|
TipCellAnyValue :"<ANY VALUE>",
|
|
TipCellList :"<SELECT FROM LIST>",
|
|
TipCellDropDownList :"<SELECT FROM LIST>",
|
|
TipCellFreeList :"<SELECT FROM LIST OR INPUT>",
|
|
TipCellRegex :"<REGEX>",
|
|
TipCellBoolean :"<BOOLEAN>",
|
|
TipCellDate :"<DATE>",
|
|
TipCellDateTime :"<DATETIME>",
|
|
TipCellNumber :"<NUMBER>",
|
|
TipCellInteger :"<INTEGER>",
|
|
TipCellCustomFunction :"<CUSTOM FUNCTION>",
|
|
TipCellCheckbox :"<CHECKBOX>",
|
|
TipCellFilter :"<AUTO FILTER>",
|
|
TipCellCustomString : "<CUSTOM STRING>",
|
|
TipCellTime : "<TIME>",
|
|
TipCellTextLength : "<TEXT LENGTH>",
|
|
// tip of validation operator
|
|
valid_op_between :"between",
|
|
valid_op_notbetween :"not between",
|
|
valid_op_equal :"equal",
|
|
valid_op_notequal :"not equal",
|
|
valid_op_lessthan :"less than",
|
|
valid_op_lessorequal :"less or equal than",
|
|
valid_op_greaterthan :"greater than",
|
|
valid_op_greaterorequal :"greater or equal than",
|
|
// tip of a cell with comment
|
|
TipCellComment :"<COMMENT>",
|
|
|
|
// context menu items text
|
|
MenuItemCopy :"Copy",
|
|
MenuItemCut :"Cut",
|
|
MenuItemPaste :"Paste",
|
|
MenuItemFreeze :"Freeze",
|
|
MenuItemUnfreeze :"Unfreeze",
|
|
MenuItemAddRow :"Add Row",
|
|
MenuItemInsertRow :"Insert Row",
|
|
MenuItemDeleteRow :"Delete Row",
|
|
MenuItemAddColumn :"Add Column",
|
|
MenuItemInsertColumn :"Insert Column",
|
|
MenuItemDeleteColumn :"Delete Column",
|
|
MenuItemMergeCells :"Merge Cells",
|
|
MenuItemUnmergeCells :"Unmerge Cells",
|
|
MenuItemFormat :"Format Cell...",
|
|
MenuItemFind :"Find...",
|
|
MenuItemReplace :"Replace...",
|
|
MenuItemFilterAll :"(ALL)",
|
|
MenuItemDelComment :"Delete Comments",
|
|
// tips of buttons
|
|
TipListMenuButton :"Click to show the list values.",
|
|
TipCalendarButton :"Click to show the calendar.",
|
|
TipScrollLeftButton :"Scroll tab bar to the left.",
|
|
TipScrollRightButton :"Scroll tab bar to the right.",
|
|
TipSubmitButton :"Submit edit result and recalculate all formulas.",
|
|
TipSaveButton :"Save edit result.",
|
|
TipUndoButton :"Cancel edit result.",
|
|
TipTab :"Change worksheet.",
|
|
TipClientSideMenu :"Client side menu.",
|
|
TipExpandChildButton :"Expand or collapse the child view.",
|
|
TipExpandGroupButton :"Expand or collapse the group rows.",
|
|
TipSortHeader :"Click to sort.",
|
|
TipFilterButton :"Click to show the filter values.",
|
|
TipPasteTooMuchRows : "The rows of the copy content is more than the paste rows .",
|
|
// dialogbox
|
|
DialogBoxLoading :"Loading, please wait..."
|
|
}
|