igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
584 lines (583 loc) • 43.3 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
export class SpreadsheetLocaleEn {
constructor() {
this["CellBorderLineStyle_DashDot"] = "DashDot";
this["CellBorderLineStyle_DashDotDot"] = "DashDotDot";
this["CellBorderLineStyle_Dashed"] = "Dashed";
this["CellBorderLineStyle_Default"] = "Default";
this["CellBorderLineStyle_Dotted"] = "Dotted";
this["CellBorderLineStyle_Double"] = "Double";
this["CellBorderLineStyle_Hair"] = "Hair";
this["CellBorderLineStyle_Medium"] = "Medium";
this["CellBorderLineStyle_MediumDashDot"] = "MediumDashDot";
this["CellBorderLineStyle_MediumDashDotDot"] = "MediumDashDotDot";
this["CellBorderLineStyle_MediumDashed"] = "MediumDashed";
this["CellBorderLineStyle_None"] = "None";
this["CellBorderLineStyle_SlantedDashDot"] = "SlantedDashDot";
this["CellBorderLineStyle_Thick"] = "Thick";
this["CellBorderLineStyle_Thin"] = "Thin";
this["CopyError_General_Message"] = "An error occurred during the copy operation:\r\n{0}";
this["CopyError_InvalidSelection_Message"] = "The operation cannot be performed on the current selection. If there are multiple selections ensure they form a rectangular region and do not overlap.";
this["CustomValidationInformationMessage"] = "{0}";
this["CustomValidationStopMessage"] = "{0}";
this["CustomValidationWarningMessage"] = "{0}\r\n\r\nContinue?";
this["DefaultAutoFilterToolTip"] = "(Showing All)";
this["DefaultChartTitle"] = "Chart Title";
this["DefaultHyperlinkToolTip"] = "{0} - Click once to follow. Click and hold to select this cell.";
this["DefaultValidationInformationMessage"] = "The value you entered is not valid.\r\n\r\nA user has restricted values that can be entered into this cell.";
this["DefaultValidationStopMessage"] = "The value you entered is not valid.\r\n\r\nA user has restricted values that can be entered into this cell.";
this["DefaultValidationWarningMessage"] = "The value you entered is not valid.\r\n\r\nA user has restricted values that can be entered into this cell.\r\n\r\nContinue?";
this["DeleteWorksheets_Message"] = "Deleting a worksheet cannot be undone and you may be removing some data. If you don't need it then click Ok.";
this["Error_ChangePartOfDataTableError_Message"] = "Cannot change part of a data table.";
this["Error_DeletingLockedColumnCells_Message"] = "You are trying to delete a column that contains a locked cell. Locked cells cannot be deleted while the worksheet is protected.";
this["Error_DeletingLockedRowCells_Message"] = "You are trying to delete a row that contains a locked cell. Locked cells cannot be deleted while the worksheet is protected.";
this["Error_IntersectsMergedCells_Message"] = "The operation cannot be performed because the selection intersects with a merged cell.";
this["Error_InvalidArrayFormulaLockedState_Message"] = "Cannot enter an array formula into a range of cells which are not all locked or unlocked.";
this["Error_InvalidHyperlinkAddress_Message"] = "Cannot open the specified file.";
this["Error_InvalidHyperlinkReference_Message"] = "Reference is not valid.";
this["Error_InvalidProtectedWorksheetChange_Message"] = "The cell you're trying to change is on a protected sheet.";
this["Error_InvalidSortOrFilterRange_Message"] = "This operation cannot be performed on the selected range. The selection should be within an area with data and/or formatting and should not contain table and non-table cells.";
this["Error_LargeOperation_Message"] = "The operation you are about to perform affects a large number of cells and may take a significant amount of time to complete. Are you sure you want to continue?";
this["Error_LargePasteOperation_Message"] = "The operation you are about to perform affects a large number of cells and may take a significant amount of time to complete. Are you sure you want to continue?";
this["Error_NoSingleAllowedEditRange_Message"] = "Some of the cells you are trying to change are password protected but no single password will allow access to all of the cells.";
this["ExcelComparisonOperator_BeginsWith_DisplayText"] = "begins with";
this["ExcelComparisonOperator_Contains_DisplayText"] = "contains";
this["ExcelComparisonOperator_DoesNotBeginWith_DisplayText"] = "does not begin with";
this["ExcelComparisonOperator_DoesNotContain_DisplayText"] = "does not contain";
this["ExcelComparisonOperator_DoesNotEndWith_DisplayText"] = "does not end with";
this["ExcelComparisonOperator_EndsWith_DisplayText"] = "ends with";
this["ExcelComparisonOperator_Equals_DisplayText"] = "equals";
this["ExcelComparisonOperator_GreaterThan_DisplayText"] = "is greater than";
this["ExcelComparisonOperator_GreaterThanOrEqual_DisplayText"] = "is greater than or equal to";
this["ExcelComparisonOperator_LessThan_DisplayText"] = "is less than";
this["ExcelComparisonOperator_LessThanOrEqual_DisplayText"] = "is less than or equal to";
this["ExcelComparisonOperator_NotEqual_DisplayText"] = "does not equal";
this["ExcelTopOrBottomFilterDirection_Bottom_DisplayText"] = "Bottom";
this["ExcelTopOrBottomFilterDirection_Top_DisplayText"] = "Top";
this["ExcelTopOrBottomFilterTypes_Items_DisplayText"] = "Items";
this["ExcelTopOrBottomFilterTypes_Percent_DisplayText"] = "Percent";
this["FillPatternStyle_DiagonalCrosshatch"] = "DiagonalCrosshatch";
this["FillPatternStyle_DiagonalStripe"] = "DiagonalStripe";
this["FillPatternStyle_Gray12percent"] = "Gray12percent";
this["FillPatternStyle_Gray25percent"] = "Gray25percent";
this["FillPatternStyle_Gray50percent"] = "Gray50percent";
this["FillPatternStyle_Gray6percent"] = "Gray6percent";
this["FillPatternStyle_Gray75percent"] = "Gray75percent";
this["FillPatternStyle_HorizontalStripe"] = "HorizontalStripe";
this["FillPatternStyle_None"] = "None";
this["FillPatternStyle_ReverseDiagonalStripe"] = "ReverseDiagonalStripe";
this["FillPatternStyle_Solid"] = "Solid";
this["FillPatternStyle_ThickDiagonalCrosshatch"] = "ThickDiagonalCrosshatch";
this["FillPatternStyle_ThinDiagonalCrosshatch"] = "ThinDiagonalCrosshatch";
this["FillPatternStyle_ThinDiagonalStripe"] = "ThinDiagonalStripe";
this["FillPatternStyle_ThinHorizontalCrosshatch"] = "ThinHorizontalCrosshatch";
this["FillPatternStyle_ThinHorizontalStripe"] = "ThinHorizontalStripe";
this["FillPatternStyle_ThinReverseDiagonalStripe"] = "ThinReverseDiagonalStripe";
this["FillPatternStyle_ThinVerticalStripe"] = "ThinVerticalStripe";
this["FillPatternStyle_VerticalStripe"] = "VerticalStripe";
this["FilterDescription_AboveAverage"] = "Above Average";
this["FilterDescription_BelowAverage"] = "Below Average";
this["FilterDescription_BottomItems"] = "Bottom {0} Items";
this["FilterDescription_BottomPercent"] = "Bottom {0} Percent";
this["FilterDescription_CellFill_Named"] = "Equals a {0} cell color";
this["FilterDescription_CellFill_NoFill"] = "Equals a cell color (No Fill)";
this["FilterDescription_CellFill_Unknown"] = "Equals a cell color";
this["FilterDescription_ComparisonItem_BeginsWith"] = "Begins with \"{0}\"";
this["FilterDescription_ComparisonItem_Contains"] = "Contains \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotBeginWith"] = "Does not begin with \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotContain"] = "Does not contain \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotEndWith"] = "Does not end with \"{0}\"";
this["FilterDescription_ComparisonItem_EndsWith"] = "Ends with \"{0}\"";
this["FilterDescription_ComparisonItem_Equals"] = "Equals \"{0}\"";
this["FilterDescription_ComparisonItem_GreaterThan"] = "Greater than \"{0}\"";
this["FilterDescription_ComparisonItem_GreaterThanOrEqual"] = "Greater than or equal to \"{0}\"";
this["FilterDescription_ComparisonItem_LessThan"] = "Less than \"{0}\"";
this["FilterDescription_ComparisonItem_LessThanOrEqual"] = "Less than or equal to \"{0}\"";
this["FilterDescription_ComparisonItem_NotEqual"] = "Does not equal \"{0}\"";
this["FilterDescription_Custom_And"] = "{0} and {1}";
this["FilterDescription_Custom_Or"] = "{0} or {1}";
this["FilterDescription_FixedValues"] = "Equals \"{0}\"";
this["FilterDescription_FixedValues_Blanks"] = "(Blanks)";
this["FilterDescription_FixedValues_Day"] = "\"{0:MMMM dd yyyy}\"";
this["FilterDescription_FixedValues_Hour"] = "\"{0:MMMM dd yyyy h tt}\"";
this["FilterDescription_FixedValues_Minute"] = "\"{0:MMMM dd yyyy h:mm tt}\"";
this["FilterDescription_FixedValues_Month"] = "{0:MMMM yyyy}";
this["FilterDescription_FixedValues_Second"] = "\"{0:MMMM dd yyyy h:mm:ss tt}\"";
this["FilterDescription_FixedValues_Year"] = "All of {0:yyyy}";
this["FilterDescription_FontColor_Automatic"] = "Equals a font color (Automatic)";
this["FilterDescription_FontColor_Named"] = "Equals a {0} font color";
this["FilterDescription_FontColor_Unknown"] = "Equals a font color";
this["FilterDescription_MonthNumber"] = "Equals \"{0}\"";
this["FilterDescription_NoCellIcon"] = "Equals a cell icon (No Cell Icon)";
this["FilterDescription_QuarterNumber"] = "Equals \"Quarter {0}\"";
this["FilterDescription_RelativeDate_CurrentDay"] = "Equals \"Today\"";
this["FilterDescription_RelativeDate_CurrentMonth"] = "Equals \"This Month\"";
this["FilterDescription_RelativeDate_CurrentQuarter"] = "Equals \"This Quarter\"";
this["FilterDescription_RelativeDate_CurrentWeek"] = "Equals \"This Week\"";
this["FilterDescription_RelativeDate_CurrentYear"] = "Equals \"This Year\"";
this["FilterDescription_RelativeDate_NextDay"] = "Equals \"Tomorrow\"";
this["FilterDescription_RelativeDate_NextMonth"] = "Equals \"Next Month\"";
this["FilterDescription_RelativeDate_NextQuarter"] = "Equals \"Next Quarter\"";
this["FilterDescription_RelativeDate_NextWeek"] = "Equals \"Next Week\"";
this["FilterDescription_RelativeDate_NextYear"] = "Equals \"Next Year\"";
this["FilterDescription_RelativeDate_PreviousDay"] = "Equals \"Yesterday\"";
this["FilterDescription_RelativeDate_PreviousMonth"] = "Equals \"Last Month\"";
this["FilterDescription_RelativeDate_PreviousQuarter"] = "Equals \"Last Quarter\"";
this["FilterDescription_RelativeDate_PreviousWeek"] = "Equals \"Last Week\"";
this["FilterDescription_RelativeDate_PreviousYear"] = "Equals \"Last Year\"";
this["FilterDescription_TopItems"] = "Top {0} Items";
this["FilterDescription_TopPercent"] = "Top {0} Percent";
this["FilterDescription_WithCellIcon"] = "Equals a {0}";
this["FilterDescription_YearToDate"] = "Equals \"Year to Date\"";
this["FilterDialog_And"] = "_And";
this["FilterDialog_AsteriskHint"] = "Use * to represent any series of characters";
this["FilterDialog_Cancel"] = "Cancel";
this["FilterDialog_OK"] = "OK";
this["FilterDialog_Or"] = "_Or";
this["FilterDialog_QuestionMarkHint"] = "Use ? to represent any single character";
this["FilterDialog_ShowRowsWhere"] = "Show rows where:";
this["FilterDialog_Title"] = "Custom AutoFilter";
this["FormatCellsDialog_AlignmentTab_Text_Horizontal"] = "_Horizontal";
this["FormatCellsDialog_AlignmentTab_Text_Indent"] = "Indent";
this["FormatCellsDialog_AlignmentTab_Text_JustifyDistributed"] = "Justify distributed";
this["FormatCellsDialog_AlignmentTab_Text_MergeCells"] = "_Merge cells";
this["FormatCellsDialog_AlignmentTab_Text_RightToLeft"] = "Right-to-left";
this["FormatCellsDialog_AlignmentTab_Text_ShrinkToFit"] = "Shrin_k to fit";
this["FormatCellsDialog_AlignmentTab_Text_TextAlignment"] = "Text alignment";
this["FormatCellsDialog_AlignmentTab_Text_TextControl"] = "Text control";
this["FormatCellsDialog_AlignmentTab_Text_TextDirection"] = "_Text direction";
this["FormatCellsDialog_AlignmentTab_Text_Vertical"] = "_Vertical";
this["FormatCellsDialog_AlignmentTab_Text_WrapText"] = "_Wrap Text";
this["FormatCellsDialog_AlignmentTabCaption"] = "Alignment";
this["FormatCellsDialog_BorderTab_Text_Border"] = "Border";
this["FormatCellsDialog_BorderTab_Text_Color"] = "_Color";
this["FormatCellsDialog_BorderTab_Text_Description"] = "The selected border style can be applied by clicking the presets or the buttons around the preview diagram.";
this["FormatCellsDialog_BorderTab_Text_Line"] = "Line";
this["FormatCellsDialog_BorderTab_Text_PresetInside"] = "_Inside";
this["FormatCellsDialog_BorderTab_Text_PresetNone"] = "_None";
this["FormatCellsDialog_BorderTab_Text_PresetOutline"] = "_Outline";
this["FormatCellsDialog_BorderTab_Text_Presets"] = "Presets";
this["FormatCellsDialog_BorderTab_Text_SampleText"] = "Text";
this["FormatCellsDialog_BorderTab_Text_Style"] = "_Style";
this["FormatCellsDialog_BorderTabCaption"] = "Border";
this["FormatCellsDialog_Cancel"] = "Cancel";
this["FormatCellsDialog_FillTab_Text_BackgroundColor"] = "Background _Color";
this["FormatCellsDialog_FillTab_Text_PatternColor"] = "P_attern Color";
this["FormatCellsDialog_FillTab_Text_PatternStyle"] = "_Pattern Style:";
this["FormatCellsDialog_FillTab_Text_Sample"] = "Sample";
this["FormatCellsDialog_FillTabCaption"] = "Fill";
this["FormatCellsDialog_FontTabCaption"] = "Font";
this["FormatCellsDialog_NumberTab_CategoryLabel"] = "_Category";
this["FormatCellsDialog_NumberTab_DateFormatMasks"] = "m/d/yyyy\r\n[$-F800]dddd, mmmm dd, yyyy\r\nm/d;@\r\nm/d/yy;@\r\nmm/dd/yy;@\r\n[$-409]d-mmm;@";
this["FormatCellsDialog_NumberTab_DecimalPlaces"] = "_Decimal Places:";
this["FormatCellsDialog_NumberTab_SampleLabel"] = "Sample";
this["FormatCellsDialog_NumberTab_TimeFormatMasks"] = "[$-F400]h:mm:ss AM/PM\r\nh:mm;@\r\n[$-409]h:mm AM/PM;@\r\nh:mm:ss;@\r\n[$-409]h:mm:ss AM/PM;@";
this["FormatCellsDialog_NumberTabCaption"] = "Number";
this["FormatCellsDialog_NumberTabInvalidMaskError"] = "The specified format mask '{0}' is not valid.";
this["FormatCellsDialog_OK"] = "OK";
this["FormatCellsDialog_ProtectionTab_Text_Hidden"] = "H_idden";
this["FormatCellsDialog_ProtectionTab_Text_Locked"] = "_Locked";
this["FormatCellsDialog_ProtectionTab_Text_Summary"] = "Locking cells or hiding formulas has no effect until you protect the worksheet.";
this["FormatCellsDialog_ProtectionTabCaption"] = "Protection";
this["FormatCellsDialog_Title"] = "Format Cells";
this["FormatInfo_Accounting"] = "Accounting";
this["FormatInfo_Accounting_NumberFormat_Description"] = "Accounting formats line up the currency symbols and decimal points in a column.";
this["FormatInfo_BlankDocument"] = "Blank Document";
this["FormatInfo_Currency"] = "Currency";
this["FormatInfo_Currency_NumberFormat_Description"] = "Currency formats are used for general monetary values. Use Accounting formats to align decimal points in a column.";
this["FormatInfo_Custom"] = "Custom";
this["FormatInfo_Custom_NumberFormat_Description"] = "Type the number format code, using one of the existing codes as a starting point.";
this["FormatInfo_Date"] = "Date";
this["FormatInfo_Date_NumberFormat_Description"] = "Date formats display date and time serial numbers as date values. Date formats that begin with an asterisk (*) respond to changes in regional date and time settings that are specified for the operating system. Formats without an asterisk are not affected by operating system settings.";
this["FormatInfo_FormatHeader_NegativeNumbers"] = "Negative numbers:";
this["FormatInfo_FormatHeader_Type"] = "Type:";
this["FormatInfo_Fraction"] = "Fraction";
this["FormatInfo_Fraction_Eighths"] = "As eighths (4/8)";
this["FormatInfo_Fraction_Halves"] = "As halves (1/2)";
this["FormatInfo_Fraction_Hundreths"] = "As hundreths (30/100)";
this["FormatInfo_Fraction_OneDigit"] = "Up to one digit (1/4)";
this["FormatInfo_Fraction_Quarters"] = "As quarters (2/4)";
this["FormatInfo_Fraction_Sixteenths"] = "As sixteenths (8/16)";
this["FormatInfo_Fraction_Tenths"] = "As tenths (3/10)";
this["FormatInfo_Fraction_ThreeDigits"] = "Up to three digits (312/943)";
this["FormatInfo_Fraction_TwoDigits"] = "Up to two digits (21/25)";
this["FormatInfo_General"] = "General";
this["FormatInfo_General_NumberFormat_Description"] = "General format cells have no specific number format.";
this["FormatInfo_Number"] = "Number";
this["FormatInfo_Number_NumberFormat_Description"] = "Number is used for general display of numbers. Currency and Accounting offer specialized formatting for monetary value.";
this["FormatInfo_Percentage"] = "Percentage";
this["FormatInfo_Percentage_NumberFormat_Description"] = "Percentage formats multiply the cell value by 100 and displays the result with a percent symbol.";
this["FormatInfo_ProjectBudget"] = "Project Budget";
this["FormatInfo_Scientific"] = "Scientific";
this["FormatInfo_Special"] = "Special";
this["FormatInfo_Special_NumberFormat_Description"] = "Special formats are useful for tracking list and database values.";
this["FormatInfo_Special_PhoneNumber"] = "Phone Number";
this["FormatInfo_Special_SocialSecurityNumber"] = "Social Security Number";
this["FormatInfo_Special_ZipCode"] = "Zip Code";
this["FormatInfo_Special_ZipCodePlus4"] = "Zip Code + 4";
this["FormatInfo_Text"] = "Text";
this["FormatInfo_Text_NumberFormat_Description"] = "Text format cells are treated as text even when a number is in the cell. The cell is displayed exactly as entered.";
this["FormatInfo_Time"] = "Time";
this["FormatInfo_Time_NumberFormat_Description"] = "Time formats display date and time serial numbers as date values. Time formats that begin with an asterisk (*) respond to changes in regional date and time settings that are specified for the operating system. Formats without an asterisk are not affected by operating system settings.";
this["HorizontalCellAlignment_Center"] = "Center";
this["HorizontalCellAlignment_CenterAcrossSelection"] = "CenterAcrossSelection";
this["HorizontalCellAlignment_Default"] = "Default";
this["HorizontalCellAlignment_Distributed"] = "Distributed";
this["HorizontalCellAlignment_Fill"] = "Fill";
this["HorizontalCellAlignment_General"] = "General";
this["HorizontalCellAlignment_Justify"] = "Justify";
this["HorizontalCellAlignment_Left"] = "Left";
this["HorizontalCellAlignment_Right"] = "Right";
this["Icon_BlackCircle"] = "Black Circle";
this["Icon_BlackCircleWithBorder"] = "Black Circle With Border";
this["Icon_CircleWithOneWhiteQuarter"] = "Circle With One White Quarter";
this["Icon_CircleWithThreeWhiteQuarters"] = "Circle With Three White Quarters";
this["Icon_CircleWithTwoWhiteQuarters"] = "Circle With Two White Quarters";
this["Icon_FourBars"] = "Signal Meter With Four Filled Bars";
this["Icon_FourFilledBoxes"] = "Four Filled Boxes";
this["Icon_GoldStar"] = "Gold Star";
this["Icon_GrayCircle"] = "Gray Circle";
this["Icon_GrayDownArrow"] = "Gray Down Arrow";
this["Icon_GrayDownInclineArrow"] = "Gray Down Incline Arrow";
this["Icon_GraySideArrow"] = "Gray Side Arrow";
this["Icon_GrayUpArrow"] = "Gray Up Arrow";
this["Icon_GrayUpInclineArrow"] = "Gray Up Incline Arrow";
this["Icon_GreenCheck"] = "Green Check";
this["Icon_GreenCheckSymbol"] = "Green Check Symbol";
this["Icon_GreenCircle"] = "Green Circle";
this["Icon_GreenFlag"] = "Green Flag";
this["Icon_GreenTrafficLight"] = "Green Traffic Light";
this["Icon_GreenUpArrow"] = "Green Up Arrow";
this["Icon_GreenUpTriangle"] = "Green Up Triangle";
this["Icon_HalfGoldStar"] = "Half Gold Star";
this["Icon_OneBar"] = "Signal Meter With One Filled Bar";
this["Icon_OneFilledBox"] = "One Filled Box";
this["Icon_PinkCircle"] = "Pink Circle";
this["Icon_RedCircle"] = "Red Circle";
this["Icon_RedCircleWithBorder"] = "Red Circle With Border";
this["Icon_RedCross"] = "Red Cross";
this["Icon_RedCrossSymbol"] = "Red Cross Symbol";
this["Icon_RedDiamond"] = "Red Diamond";
this["Icon_RedDownArrow"] = "Red Down Arrow";
this["Icon_RedDownTriangle"] = "Red Down Triangle";
this["Icon_RedFlag"] = "Red Flag";
this["Icon_RedTrafficLight"] = "Red Traffic Light";
this["Icon_SilverStar"] = "Silver Star";
this["Icon_ThreeBars"] = "Signal Meter With Three Filled Bars";
this["Icon_ThreeFilledBoxes"] = "Three Filled Boxes";
this["Icon_TwoBars"] = "Signal Meter With Two Filled Bars";
this["Icon_TwoFilledBoxes"] = "Two Filled Boxes";
this["Icon_WhiteCircleAllWhiteQuarters"] = "White Circle (All White Quarters)";
this["Icon_YellowCircle"] = "Yellow Circle";
this["Icon_YellowDash"] = "Yellow Dash";
this["Icon_YellowDownInclineArrow"] = "Yellow Down Incline Arrow";
this["Icon_YellowExclamation"] = "Yellow Exclamation";
this["Icon_YellowExclamationSymbol"] = "Yellow Exclamation Symbol";
this["Icon_YellowFlag"] = "Yellow Flag";
this["Icon_YellowSideArrow"] = "Yellow Side Arrow";
this["Icon_YellowTrafficLight"] = "Yellow Traffic Light";
this["Icon_YellowTriangle"] = "Yellow Triangle";
this["Icon_YellowUpInclineArrow"] = "Yellow Up Incline Arrow";
this["Icon_ZeroBars"] = "Signal Meter With No Filled Bars";
this["Icon_ZeroFilledBoxes"] = "Zero Filled Boxes";
this["InvalidCommand_MixedSelection_Message"] = "That command cannot be used with selections that contain a mix of entire rows/columns with other cells. Try selecting only entire rows, only entire columns or just groups of cells.";
this["InvalidCommand_MultipleSelection_Message"] = "That command cannot be used with multiple selections.\r\nSelect a single range and invoke the command again.";
this["InvalidCommand_OverlappingSelection_Message"] = "Cannot use that command on overlapping selections.";
this["InvalidCommand_TableChangeWithMultipleSheetSelection_Message"] = "Cannot make changes to a table when multiple sheets are selected.";
this["InvalidDateTimeToolTip"] = "Dates and times that are negative or too large display as #####.";
this["InvalidNameBoxValue_Message"] = "You must enter a valid reference you want to go to or type a valid name for the selection.";
this["LE_MissingTemplatePart"] = "A template part with a name of '{0}' and type '{1}' is required in the '{2}' template.";
this["MenuItem_AllDatesInPeriod"] = "All Dates in the _Period";
this["MenuItem_AutoFit_Columns"] = "_AutoFit Column Width";
this["MenuItem_AutoFit_Rows"] = "_AutoFit Row Height";
this["MenuItem_Automatic"] = "Automatic";
this["MenuItem_ClearContents"] = "Clear Co_ntents";
this["MenuItem_ClearFilterEmpty"] = "Cl_ear Filter";
this["MenuItem_ClearFilterForColumn"] = "Cl_ear Filter From \"{0}\"";
this["MenuItem_ColorValue"] = "RGB({0}, {1}, {2})";
this["MenuItem_ConvertTableToRange"] = "Con_vert to Range";
this["MenuItem_Copy"] = "_Copy";
this["MenuItem_Cut"] = "Cu_t";
this["MenuItem_DateFilters"] = "Date _Filters";
this["MenuItem_Delete"] = "_Delete";
this["MenuItem_DeleteCells"] = "_Delete";
this["MenuItem_DeleteCells_Column"] = "Entire _column";
this["MenuItem_DeleteCells_DeleteTableColumns"] = "Table _Columns";
this["MenuItem_DeleteCells_DeleteTableRows"] = "Table _Rows";
this["MenuItem_DeleteCells_Row"] = "Entire _row";
this["MenuItem_DeleteCells_ShiftLeft"] = "Shift cells _left";
this["MenuItem_DeleteCells_ShiftUp"] = "Shift cells _up";
this["MenuItem_DeleteWorksheets"] = "_Delete";
this["MenuItem_Filter"] = "Filt_er";
this["MenuItem_Filter_AboveAverage"] = "_Above Average";
this["MenuItem_Filter_After"] = "_After...";
this["MenuItem_Filter_Before"] = "_Before...";
this["MenuItem_Filter_BeginsWith"] = "Begins W_ith...";
this["MenuItem_Filter_BelowAverage"] = "Bel_ow Average";
this["MenuItem_Filter_Between"] = "Bet_ween...";
this["MenuItem_Filter_Contains"] = "Cont_ains...";
this["MenuItem_Filter_Custom"] = "Custom _Filter...";
this["MenuItem_Filter_Day_Current"] = "T_oday";
this["MenuItem_Filter_Day_Next"] = "_Tomorrow";
this["MenuItem_Filter_Day_Previous"] = "Yester_day";
this["MenuItem_Filter_DoesNotContain"] = "_Does Not Contain...";
this["MenuItem_Filter_EndsWith"] = "Ends Wi_th...";
this["MenuItem_Filter_Equals"] = "Equals...";
this["MenuItem_Filter_GreaterThan"] = "_Greater Than...";
this["MenuItem_Filter_GreaterThanOrEqual"] = "Greater Than _Or Equal To...";
this["MenuItem_Filter_LessThan"] = "_Less Than...";
this["MenuItem_Filter_LessThanOrEqual"] = "Less Than Or E_qual To...";
this["MenuItem_Filter_Month_Current"] = "Thi_s Month";
this["MenuItem_Filter_Month_Next"] = "Next _Month";
this["MenuItem_Filter_Month_Previous"] = "Last Mo_nth";
this["MenuItem_Filter_NotEqual"] = "Does _Not Equal...";
this["MenuItem_Filter_Quarter_Current"] = "This Q_uarter";
this["MenuItem_Filter_Quarter_Next"] = "Next _Quarter";
this["MenuItem_Filter_Quarter_Previous"] = "Last Qua_rter";
this["MenuItem_Filter_QuarterNumber"] = "Quarter _{0}";
this["MenuItem_Filter_Top10"] = "_Top 10...";
this["MenuItem_Filter_Week_Current"] = "T_his Week";
this["MenuItem_Filter_Week_Next"] = "Next Wee_k";
this["MenuItem_Filter_Week_Previous"] = "_Last Week";
this["MenuItem_Filter_Year_Current"] = "Th_is Year";
this["MenuItem_Filter_Year_Next"] = "Ne_xt Year";
this["MenuItem_Filter_Year_Previous"] = "Last _Year";
this["MenuItem_Filter_YearToDate"] = "Year to D_ate";
this["MenuItem_FilterByCellColor"] = "Filter by _Cell Color";
this["MenuItem_FilterByCellFontColor"] = "Filter by Selected Cell's _Font Color";
this["MenuItem_FilterByCellIcon"] = "Filter by Selected Cell's _Icon";
this["MenuItem_FilterByCellValue"] = "Filter by Selected Cell's _Value";
this["MenuItem_FilterByColor"] = "F_ilter by Color";
this["MenuItem_FilterByFontColor"] = "Filter by _Font Color";
this["MenuItem_FilterByIcon"] = "Filter by Conditional Formatting _Icon";
this["MenuItem_GradientFill"] = "Gradient";
this["MenuItem_Hide"] = "_Hide";
this["MenuItem_Insert"] = "_Insert";
this["MenuItem_InsertCells"] = "_Insert";
this["MenuItem_InsertCells_AddTableColumn"] = "Table Column to the _Right";
this["MenuItem_InsertCells_AddTableRow"] = "Table Row _Below";
this["MenuItem_InsertCells_Column"] = "Entire _column";
this["MenuItem_InsertCells_InsertTableColumns"] = "Table Columns to the _Left";
this["MenuItem_InsertCells_InsertTableRows"] = "Table Rows _Above";
this["MenuItem_InsertCells_Row"] = "Entire _row";
this["MenuItem_InsertCells_ShiftDown"] = "Shift cells _down";
this["MenuItem_InsertCells_ShiftRight"] = "Shift cells r_ight";
this["MenuItem_InsertWorksheets"] = "_Insert";
this["MenuItem_NoFill"] = "No Fill";
this["MenuItem_NoIcon"] = "No Icon";
this["MenuItem_NumberFilters"] = "Number _Filters";
this["MenuItem_OpenHyperlink"] = "_Open Hyperlink";
this["MenuItem_Paste"] = "_Paste";
this["MenuItem_PickFromDropDownList"] = "Pic_k From Drop-down List...";
this["MenuItem_ReapplyFilter"] = "_Reapply";
this["MenuItem_RemoveHyperlink"] = "_Remove Hyperlink";
this["MenuItem_RemoveHyperlinks"] = "_Remove Hyperlinks";
this["MenuItem_RenameWorksheet"] = "_Rename";
this["MenuItem_Select"] = "Se_lect";
this["MenuItem_Select_SelectEntireTableColumn"] = "_Entire Table Column";
this["MenuItem_Select_SelectTableColumnData"] = "Table _Column Data";
this["MenuItem_Select_SelectTableRow"] = "Table _Row";
this["MenuItem_SelectAllWorksheets"] = "_Select All Sheets";
this["MenuItem_ShowFormatCellsDialog"] = "_Format Cells...";
this["MenuItem_Sort"] = "S_ort";
this["MenuItem_Sort_Custom"] = "C_ustom Sort...";
this["MenuItem_SortAscending_Date"] = "_Sort Oldest to Newest";
this["MenuItem_SortAscending_Number"] = "_Sort Smallest to Largest";
this["MenuItem_SortAscending_Text"] = "_Sort A to Z";
this["MenuItem_SortByCellColor"] = "Put Selected _Cell Color On Top";
this["MenuItem_SortByCellColorHeader"] = "Sort by _Cell Color";
this["MenuItem_SortByCellFontColor"] = "Put Selected _Font Color On Top";
this["MenuItem_SortByCellIcon"] = "Put Selected _Icon On Top";
this["MenuItem_SortByColor"] = "Sor_t by Color";
this["MenuItem_SortByFontColor"] = "Sort by _Font Color";
this["MenuItem_SortByIcon"] = "Sort by Conditional Formatting _Icon";
this["MenuItem_SortDescending_Date"] = "S_ort Newest to Oldest";
this["MenuItem_SortDescending_Number"] = "S_ort Largest to Smallest";
this["MenuItem_SortDescending_Text"] = "S_ort Z to A";
this["MenuItem_Table"] = "Ta_ble";
this["MenuItem_TextFilters"] = "Text _Filters";
this["MenuItem_ToggleTableTotalRow"] = "_Totals Row";
this["MenuItem_Unhide"] = "_Unhide";
this["MenuItem_UnselectWorksheets"] = "_Ungroup Sheets";
this["NewSheetName"] = "Sheet{0}";
this["PasteError_CellRangeSize_Message"] = "The paste operation cannot be performed because the copy area and paste area are not the same size.\r\nTry one of the following:\r\n* Click one cell, then paste\r\n* Select a rectangle that's the same size, then paste.";
this["PasteError_General_Message"] = "An error occurred during the paste operation:\r\n{0}";
this["PasteError_IntersectsMergedCells_Message"] = "The paste operation cannot be performed because the paste area intersects with a merged cell.";
this["PasteError_InvalidSelectedSheetCount_Message"] = "The paste operation cannot be performed because the number of worksheets in the copy and paste areas are not the same size.";
this["PasteError_InvalidSourceRanges_Message"] = "The paste operation cannot be performed on the copy areas provided.";
this["PasteError_MultipleSheetTables_Message"] = "The paste operation cannot be performed because the source had multiple worksheets and there are tables in the source selection.";
this["PasteError_MultipleSourceAndTargetRanges_Message"] = "The paste operation cannot be performed because there are multiple selections in the source and target worksheets.";
this["SheetNameError_Message_Invalid"] = "You entered an invalid name '{0}' for the sheet. Make sure that:\r\n* The name is not blank.\r\n* There are no more than 31 characters in the name.\r\n* The name does not start or end with a single quote (').\r\n* The name does not contain any of the following characters: : \\ / ? * [ ]";
this["SheetNameError_Message_NameIsUsed"] = "A worksheet with the name '{0}' already exists in the workbook.";
this["SortDialog_AddLevel"] = "_Add Level";
this["SortDialog_Cancel"] = "Cancel";
this["SortDialog_CellFill_Gradient"] = "Gradient";
this["SortDialog_CellFill_NoColor"] = "No Color";
this["SortDialog_Color_RGB"] = "RGB ({0}, {1}, {2})";
this["SortDialog_Column_ColumnHeader"] = "Column";
this["SortDialog_ColumnName"] = "Column {0}";
this["SortDialog_ConditionalFormatIcon_NoCellIcon"] = "No Cell Icon";
this["SortDialog_CopyLevel"] = "_Copy Level";
this["SortDialog_DeleteLevel"] = "_Delete Level";
this["SortDialog_MoveDown"] = "Move Down";
this["SortDialog_MoveUp"] = "Move Up";
this["SortDialog_MyDataHasHeaders"] = "My data has _headers";
this["SortDialog_OK"] = "OK";
this["SortDialog_Options"] = "_Options...";
this["SortDialog_Order_ColumnHeader"] = "Order";
this["SortDialog_Row_ColumnHeader"] = "Row";
this["SortDialog_RowName"] = "Row {0}";
this["SortDialog_SortBy_Label"] = "Sort By";
this["SortDialog_SortConditionError_DuplicateItemSorted"] = "Duplicate sort conditions detected.";
this["SortDialog_SortConditionError_FieldCannotBeNull"] = "Sort condition field: '{0}' cannot be null";
this["SortDialog_SortDirection_CustomList"] = "Custom List...";
this["SortDialog_SortDirection_Date_Ascending"] = "Oldest to Newest";
this["SortDialog_SortDirection_Date_Descending"] = "Newest to Oldest";
this["SortDialog_SortDirection_Number_Ascending"] = "Smallest to Largest";
this["SortDialog_SortDirection_Number_Descending"] = "Largest to Smallest";
this["SortDialog_SortDirection_Text_Ascending"] = "A to Z";
this["SortDialog_SortDirection_Text_Descending"] = "Z to A";
this["SortDialog_SortDirectionLeftOrRight_Ascending"] = "On Left";
this["SortDialog_SortDirectionLeftOrRight_Descending"] = "On Right";
this["SortDialog_SortDirectionTopOrBottom_Ascending"] = "On Top";
this["SortDialog_SortDirectionTopOrBottom_Descending"] = "On Bottom";
this["SortDialog_SortOn_ColumnHeader"] = "Sort On";
this["SortDialog_Text_Automatic"] = "Automatic";
this["SortDialog_ThenBy_Label"] = "Then By";
this["SortDialog_Title"] = "Sort";
this["SortOptionsDialog_Cancel"] = "Cancel";
this["SortOptionsDialog_CaseSensitive"] = "_Case sensitive";
this["SortOptionsDialog_OK"] = "OK";
this["SortOptionsDialog_Orientation"] = "Orientation";
this["SortOptionsDialog_SortLeftToRight"] = "Sort _left to right";
this["SortOptionsDialog_SortTopToBottom"] = "Sort _top to bottom";
this["SortOptionsDialog_Title"] = "Sort Options";
this["SpreadsheetFontControl_ColorLabel"] = "_Color:";
this["SpreadsheetFontControl_FontLabel"] = "_Font:";
this["SpreadsheetFontControl_FontStyle_Bold"] = "Bold";
this["SpreadsheetFontControl_FontStyle_BoldItalic"] = "Bold Italic";
this["SpreadsheetFontControl_FontStyle_Italic"] = "Italic";
this["SpreadsheetFontControl_FontStyle_Regular"] = "Regular";
this["SpreadsheetFontControl_FontStyleLabel"] = "F_ont style:";
this["SpreadsheetFontControl_NormalFontLabel"] = "_Normal font";
this["SpreadsheetFontControl_SizeLabel"] = "_Size:";
this["SpreadsheetFontControl_StrikethroughLabel"] = "Stri_kethrough";
this["SpreadsheetFontControl_SubscriptLabel"] = "Su_bscript";
this["SpreadsheetFontControl_SuperscriptLabel"] = "Su_perscript";
this["SpreadsheetFontControl_Text_Automatic"] = "Automatic";
this["SpreadsheetFontControl_Text_Effects"] = "Effects";
this["SpreadsheetFontControl_Text_NoColor"] = "No Color";
this["SpreadsheetFontControl_Text_Preview"] = "Preview";
this["SpreadsheetFontControl_UnderlineLabel"] = "_Underline:";
this["SpreadsheetSortDialogConditionTypes_CustomListSortCondition_DisplayText"] = "Custom List";
this["SpreadsheetSortDialogConditionTypes_FillSortCondition_DisplayText"] = "Cell Color";
this["SpreadsheetSortDialogConditionTypes_FontColorSortCondition_DisplayText"] = "Font Color";
this["SpreadsheetSortDialogConditionTypes_IconSortCondition_DisplayText"] = "Conditional Formatting Icon";
this["SpreadsheetSortDialogConditionTypes_OrderedSortCondition_DisplayText"] = "Cell Values";
this["SpreadsheetThemeColorPickerControl_Text_Automatic"] = "Automatic";
this["SpreadsheetThemeColorPickerControl_Text_NoColor"] = "No Color";
this["SpreadsheetThemeColorPickerControl_Text_StandardColors"] = "Standard Colors";
this["SpreadsheetThemeColorPickerControl_Text_ThemeColors"] = "Theme Colors";
this["String1"] = "";
this["ToolTip_FormulaBarCancelButton"] = "Cancel";
this["ToolTip_FormulaBarEnterButton"] = "Enter";
this["ToolTip_FormulaBarNameBox"] = "Name Box";
this["ToolTip_FormulaBarTextEditor"] = "Formula Bar";
this["TopOrBottomDialog_Cancel"] = "Cancel";
this["TopOrBottomDialog_OK"] = "OK";
this["TopOrBottomDialog_Show"] = "Show";
this["TopOrBottomDialog_Title"] = "Top 10 AutoFilter";
this["TotalRow_Average"] = "Average";
this["TotalRow_Count"] = "Count";
this["TotalRow_CountNumbers"] = "Count Numbers";
this["TotalRow_Max"] = "Max";
this["TotalRow_Min"] = "Min";
this["TotalRow_None"] = "None";
this["TotalRow_StdDev"] = "StdDev";
this["TotalRow_Sum"] = "Sum";
this["TotalRow_Var"] = "Var";
this["Undo_AddTableColumn"] = "Add Table Column";
this["Undo_AddTableRow"] = "Add Table Row";
this["Undo_AutoFilterOff"] = "AutoFilter Off";
this["Undo_AutoFilterOn"] = "AutoFilter On";
this["Undo_Bold"] = "Bold";
this["Undo_Borders"] = "Borders";
this["Undo_BottomAlignment"] = "Bottom Alignment";
this["Undo_CenterAlignment"] = "Center Alignment";
this["Undo_ChangeTotalRowFormula"] = "Change Total Row Formula";
this["Undo_ChartAdd"] = "Insert Chart";
this["Undo_ChartModify"] = "Modify Chart";
this["Undo_ChartRemove"] = "Remove Chart";
this["Undo_ClearCellContents"] = "Clear {0}";
this["Undo_ClearCellFormats"] = "Clear";
this["Undo_ClearHyperlinks"] = "Clear Hyperlinks";
this["Undo_ClearShapes"] = "Clear Shapes";
this["Undo_ClearTables"] = "Clear Tables";
this["Undo_ConditionalFormat"] = "Conditional Formatting";
this["Undo_ConvertTableToRange"] = "Convert Table to Range";
this["Undo_CreateNamedReference"] = "Define Name";
this["Undo_CreateTable"] = "Create Table";
this["Undo_Cut"] = "Cut";
this["Undo_Delete"] = "Delete";
this["Undo_DeleteTableColumn"] = "Delete Column";
this["Undo_DeleteTableRow"] = "Delete Row";
this["Undo_EditCell"] = "Typing '{1}' in {0}";
this["Undo_Entry"] = "Entry";
this["Undo_Filter"] = "Filter";
this["Undo_Font"] = "Font";
this["Undo_FontSize"] = "Font Size";
this["Undo_FormatCells"] = "Format Cells";
this["Undo_Group"] = "Group";
this["Undo_Hyperlink"] = "Hyperlink";
this["Undo_InsertCells"] = "Insert Cells";
this["Undo_InsertColumns"] = "Insert Columns";
this["Undo_InsertRows"] = "Insert Rows";
this["Undo_InsertTableColumns"] = "Insert Columns";
this["Undo_InsertTableRows"] = "Insert Rows";
this["Undo_Italic"] = "Italic";
this["Undo_JustifyAlignment"] = "Justify Alignment";
this["Undo_LeftAlignment"] = "Left Alignment";
this["Undo_MergeCells"] = "Merge Cells";
this["Undo_MiddleAlignment"] = "Center Vertically Alignment";
this["Undo_Paste"] = "Paste";
this["Undo_Reapply"] = "Reapply";
this["Undo_RemoveHyperlinks"] = "Remove Hyperlinks";
this["Undo_RemoveTable"] = "Remove Table";
this["Undo_ResetOptions"] = "Reset Options";
this["Undo_ResizeColumn"] = "Column Width";
this["Undo_ResizeRow"] = "Row Height";
this["Undo_RightAlignment"] = "Right Alignment";
this["Undo_Shape"] = "Shape";
this["Undo_ShapeAdd"] = "Insert Shape";
this["Undo_ShapeRemove"] = "Remove Shape";
this["Undo_ShowAll"] = "Show All";
this["Undo_Sort"] = "Sort";
this["Undo_SparklineAdd"] = "Insert Sparkline";
this["Undo_SparklineColorChange"] = "Sparkline Color Change";
this["Undo_SparklineDataChange"] = "Sparkline Data Change";
this["Undo_SparklineRemove"] = "Clear Sparklines";
this["Undo_SparklineStyleChange"] = "Sparkline Style Change";
this["Undo_SparklineTypeChange"] = "Sparkline Type Change";
this["Undo_Strikethrough"] = "Strikethrough";
this["Undo_Style"] = "Style";
this["Undo_TabColor"] = "Tab Color";
this["Undo_TableAutoExpansion"] = "Table AutoExpansion";
this["Undo_ToggleTotalRow"] = "Toggle Total Row";
this["Undo_TopAlignment"] = "Top Alignment";
this["Undo_Underline"] = "Underline";
this["Undo_View"] = "View Change";
this["Undo_WrapText"] = "Wrap Text";
this["Undo_Zoom"] = "Zoom";
this["VerticalCellAlignment_Bottom"] = "Bottom";
this["VerticalCellAlignment_Center"] = "Center";
this["VerticalCellAlignment_Default"] = "Default";
this["VerticalCellAlignment_Distributed"] = "Distributed";
this["VerticalCellAlignment_Justify"] = "Justify";
this["VerticalCellAlignment_Top"] = "Top";
}
}