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 22d61ef6781f49e64b82b6734f366f78c31e0888..ab5c70fef7826bbf6aa97efe991aded8d5bc9521 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd |
+++ b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd |
@@ -723,6 +723,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> |
@@ -1746,6 +1752,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> |