| Index: chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
|
| index a2e714a13bf937a02daeaef1f98197bbfe6e363e..421fcf61ccc3d803abf86e4f2e0b7a2cbc65351c 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
|
| +++ b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
|
| @@ -722,6 +722,12 @@
|
| <message desc="Descibes the user's location within a table." name="IDS_CHROMEVOX_TABLE_LOCATION">
|
| Row <ph name="rowIndex">$1</ph> of <ph name="rowTotal">$2</ph>, Column <ph name="colIndex">$3</ph> of <ph name="colTotal">$4</ph>
|
| </message>
|
| + <message desc="summarizes a table." name="IDS_CHROMEVOX_TABLE_SUMMARY">
|
| + Table $1, $2 by $3
|
| + </message>
|
| + <message desc="summarizes a table cell." name="IDS_CHROMEVOX_CELL_SUMMARY">
|
| + row $1 column $2
|
| + </message>
|
| <message desc="Spoken if the user attempts to jump to the next checkbox when none exists." name="IDS_CHROMEVOX_NO_NEXT_CHECKBOX">
|
| No next checkbox.
|
| </message>
|
| @@ -1745,6 +1751,18 @@
|
| <message desc="A message spoken when the user switches to the column granularity, which allows users to navigate within a column." name="IDS_CHROMEVOX_COLUMN_GRANULARITY">
|
| Column
|
| </message>
|
| + <message desc="Describes rows within tables on the web." name="IDS_CHROMEVOX_ROLE_ROW">
|
| + Row
|
| + </message>
|
| + <message desc="Describes columns within tables on the web." name="IDS_CHROMEVOX_ROLE_COLUMN">
|
| + Column
|
| + </message>
|
| + <message desc="Describes rows within tables on the web." name="IDS_CHROMEVOX_ROLE_ROW_BRL">
|
| + row
|
| + </message>
|
| + <message desc="Describes columns within tables on the web." name="IDS_CHROMEVOX_ROLE_COLUMN_BRL">
|
| + col
|
| + </message>
|
| <message desc="A message spoken when the user switches to the MathMl tree granularity, which allows users to navigate within a math expression." name="IDS_CHROMEVOX_MATHML_TREE_GRANULARITY">
|
| Math ML Tree
|
| </message>
|
|
|