{
  "CustomizedMessagesOn": {
    "message": "Optimized messages on",
    "_message.comment": "Script optimization enabled string"
  },
  "CustomizedMessagesOff": {
    "message": "Optimized messages off",
    "_message.comment": "Script optimization disabled string"
  },
  "NameBucketTitle": {
    "message": "Name",
    "_message.comment": "Name property readout bucket title"
  },
  "ValueBucketTitle": {
    "message": "Value",
    "_message.comment": "Value readout bucket title"
  },
  "ContextBucketTitle": {
    "message": "Context",
    "_message.comment": "Context readout bucket title"
  },
  "PropertyBucketTitle": {
    "message": "Property",
    "_message.comment": "Property readout bucket title"
  },
  "EmptyCellValue": {
    "message": "Blank",
    "_message.comment": "Value property readout for empty cell"
  },
  "CellInFilteredRange": {
    "message": "Filtered",
    "_message.comment": "String to indicate that cell is in a filtered range"
  },
  "CellNotInFilteredRange": {
    "message": "Not filtered",
    "_message.comment": "String to indicate that cell is not in a filtered range"
  },
  "ContextEntry": {
    "message": "Entering %0",
    "_message.comment": "String to indicate we are entering a context like a table. %0 is the context name."
  },
  "ContextExit": {
    "message": "Exiting %0",
    "_message.comment": "String to indicate we are exiting a context like a table. %0 is the context name."
  },
  "RowPositionInSet": {
    "message": "Row %0 of %1",
    "_message.comment": "Format string for row position in set. %0 is the row and %1 is the total number of rows. Used when filtered and unfiltered indices are the same"
  },
  "ColumnPositionInSet": {
    "message": "Column %0 of %1",
    "_message.comment": "Format string for column position in set. %0 is the column and %1 is the total number of columns. Used when filtered and unfiltered indices are the same"
  },
  "RowPositionInFilteredSet": {
    "message": "Row %0 of %1 filtered",
    "_message.comment": "Format string for row position in filtered set. %0 is the row and %1 is the total number of filtered rows. Used when filtered and unfiltered indices are not the same"
  },
  "ColumnPositionInFilteredSet": {
    "message": "Column %0 of %1 filtered",
    "_message.comment": "Format string for column position in filtered set. %0 is the column and %1 is the total number of filtered columns. Used when filtered and unfiltered indices are not the same"
  },
  "RowPositionInTotalSet": {
    "message": "Row %0 of %1 total",
    "_message.comment": "Format string for row position in total set. %0 is the row and %1 is the total number of unfiltered rows. Used when filtered and unfiltered indices are not the same"
  },
  "ColumnPositionInTotalSet": {
    "message": "Column %0 of %1 total",
    "_message.comment": "Format string for column position in total set. %0 is the column and %1 is the total number of unfiltered columns. Used when filtered and unfiltered indices are not the same."
  },
  "ColumnHeaderName": {
    "message": "Column Header",
    "_message.comment": "idsUIAColumnHeader - UIA name property for a column header."
  },
  "RowHeaderName": {
    "message": "Row Header",
    "_message.comment": "idsUIARowHeader - UIA name property for a row header."
  },
  "RangeCurrent": {
    "message": "Range, %0",
    "_message.comment": "When beginning a multi-cell selection. %0 is the cell name and value we just extended the selection to."
  },
  "RangeLimits": {
    "message": "Range, %0, to %1",
    "_message.comment": "Identifies the range of cells selected. %0 is the first cell and %1 is the last cell."
  },
  "SelectionCount": {
    "message": "Count %0",
    "_message.comment": "Count of selected cells. %0 is the number of selected cells"
  },
  "SelectedAllCells": {
    "message": "All cells selected",
    "_message.comment": "Description for state with all cells selected"
  },
  "ColumnSelected": {
    "message": "Column %0 selected",
    "_message.comment": "Description for whole column selected. %0 is column name"
  },
  "ColumnSelectionExtension": {
    "message": "Column %0",
    "_message.comment": "Adding new column to whole column selections. %0 is column name"
  },
  "ColumnRangeSelected": {
    "message": "Columns %0 through %1 selected",
    "_message.comment": "Full description of multiple column selection. %0 is the name of the start column, and %1 is the name of the ending column"
  },
  "ColumnDataSelected": {
    "message": "Column %0 data selected",
    "_message.comment": "Description for whole column selected, excluding header. %0 is column name"
  },
  "ColumnDataSelectionExtension": {
    "message": "Column %0 data",
    "_message.comment": "Adding new column to whole column selections, excluding header. %0 is column name"
  },
  "ColumnDataRangeSelected": {
    "message": "Columns %0 through %1 data selected",
    "_message.comment": "Full description of multiple column selection, excluding header. %0 is the name of the start column, and %1 is the name of the ending column"
  },
  "RowSelected": {
    "message": "Row %0 selected",
    "_message.comment": "Description for whole row selected. %0 is row name"
  },
  "RowSelectionExtension": {
    "message": "Row %0",
    "_message.comment": "Adding new row to whole row selections. %0 is row name"
  },
  "RowRangeSelected": {
    "message": "Rows %0 through %1 selected",
    "_message.comment": "Full description of multiple row selection. %0 is the name of the start row, and %1 is the name of the ending row"
  },
  "MultipleAuthors": {
    "message": "%0 users",
    "_message.comment": "Representation for more than co-author. %0 is the number of users."
  },
  "HasConditionalFormatting": {
    "message": "Conditional formatting",
    "_message.comment": "idsUIACondFmt - Property to indicate that this cell contains conditional formatting"
  },
  "CellHasFormula": {
    "message": "Formula",
    "_message.comment": "idsUIAFormula - Property to indicate that this cell contains formula."
  },
  "HasDataValidation": {
    "message": "Data validation",
    "_message.comment": "Pronounced for a cell with a data validation check."
  },
  "HasDataValidationDropdown": {
    "message": "Data validation dropdown",
    "_message.comment": "Indicates cell has a data validation dropdown menu."
  },
  "HasFilterDropdown": {
    "message": "Filter dropdown",
    "_message.comment": "Indicates cell has a filter object dropdown menu."
  },
  "CellSpansColumns": {
    "message": "Merges %0 columns",
    "_message.comment": "Indicates merged cell that spans multiple columns. %0 is the number of columns."
  },
  "CellSpansRows": {
    "message": "Merges %0 rows",
    "_message.comment": "Indicates merged cell that spans multiple rows. %0 is the number of rows."
  },
  "CellSpansRowsAndColumns": {
    "message": "Merges %0 rows and %1 columns",
    "_message.comment": "Indicates merged cell that spans multiple rows and columns, %0 in number of rows and %1 is number of columns."
  },
  "EmptyItemStatus": {
    "message": "No item status",
    "_message.comment": "Indicates cell has no item status."
  },
  "EntireTableSelected": {
    "message": "Table %0 selected",
    "_message.comment": "Indicates all the table cells are selected, with the header row. %0 is table name"
  },
  "EntireTableDataSelected": {
    "message": "Table %0 data selected",
    "_message.comment": "Indicates all the table cells are selected, without the header row. %0 is table name"
  },
  "StaleFormula": {
    "message": "Formula is stale",
    "_message.comment": "indicates that the cell formula is stale"
  },
  "PythonFormula": {
    "message": "Python Formula",
    "_message.comment": "Indicates the formula in the cell is a Python formula"
  },
  "CheckedCheckBox": {
    "message": "Checkbox checked",
    "_message.comment": "Indicates the cell contains a checked checkbox"
  },
  "UncheckedCheckBox": {
    "message": "Checkbox unchecked",
    "_message.comment": "Indicates the cell contains an unchecked checkbox"
  },
  "ToggleOptimizationsDescription": {
    "message": "Toggle optimized messages",
    "_message.comment": "Description for toggle optimizations hot key"
  },
  "MoveContextDescription": {
    "message": "Move context announcements",
    "_message.comment": "Description for move context announcement hot key"
  },
  "SwapNameValueDescription": {
    "message": "Swap name and value announcements",
    "_message.comment": "Description for the swap name and value hot key"
  },
  "ReadCurrentContextDescription": {
    "message": "Read context information",
    "_message.comment": "Description for the read current context hot key"
  },
  "ReadCurrentSelectionDescription": {
    "message": "Read selection information",
    "_message.comment": "Description for the read current selection range hot key"
  },
  "ReadItemStatusDescription": {
    "message": "Read item status information",
    "_message.comment": "Description for the read item status hot key"
  }
}
