Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5573)

Unified Diff: chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd

Issue 2132123002: Complete table support in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore some roles. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698