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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
4 <outputs> 4 <outputs>
5 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/> 5 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/>
6 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/> 6 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/>
7 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/> 7 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/>
8 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/> 8 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/>
9 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/> 9 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/>
10 <output filename="_locales/cs/messages.json" type="chrome_messages_json" lan g="cs"/> 10 <output filename="_locales/cs/messages.json" type="chrome_messages_json" lan g="cs"/>
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 </message> 715 </message>
716 <message desc="Describes the headers on a table with no headers." name="ID S_CHROMEVOX_NO_HEADERS"> 716 <message desc="Describes the headers on a table with no headers." name="ID S_CHROMEVOX_NO_HEADERS">
717 No headers 717 No headers
718 </message> 718 </message>
719 <message desc="Describes the headers on a table with empty headers." name= "IDS_CHROMEVOX_EMPTY_HEADERS"> 719 <message desc="Describes the headers on a table with empty headers." name= "IDS_CHROMEVOX_EMPTY_HEADERS">
720 Empty headers 720 Empty headers
721 </message> 721 </message>
722 <message desc="Descibes the user's location within a table." name="IDS_CHR OMEVOX_TABLE_LOCATION"> 722 <message desc="Descibes the user's location within a table." name="IDS_CHR OMEVOX_TABLE_LOCATION">
723 Row <ph name="rowIndex">$1</ph> of <ph name="rowTotal">$2</ph>, Column < ph name="colIndex">$3</ph> of <ph name="colTotal">$4</ph> 723 Row <ph name="rowIndex">$1</ph> of <ph name="rowTotal">$2</ph>, Column < ph name="colIndex">$3</ph> of <ph name="colTotal">$4</ph>
724 </message> 724 </message>
725 <message desc="summarizes a table." name="IDS_CHROMEVOX_TABLE_SUMMARY">
726 Table $1, $2 by $3
727 </message>
728 <message desc="summarizes a table cell." name="IDS_CHROMEVOX_CELL_SUMMARY" >
729 row $1 column $2
730 </message>
725 <message desc="Spoken if the user attempts to jump to the next checkbox wh en none exists." name="IDS_CHROMEVOX_NO_NEXT_CHECKBOX"> 731 <message desc="Spoken if the user attempts to jump to the next checkbox wh en none exists." name="IDS_CHROMEVOX_NO_NEXT_CHECKBOX">
726 No next checkbox. 732 No next checkbox.
727 </message> 733 </message>
728 <message desc="Spoken if the user attempts to jump to the previous checkbo x when none exists." name="IDS_CHROMEVOX_NO_PREVIOUS_CHECKBOX"> 734 <message desc="Spoken if the user attempts to jump to the previous checkbo x when none exists." name="IDS_CHROMEVOX_NO_PREVIOUS_CHECKBOX">
729 No previous checkbox. 735 No previous checkbox.
730 </message> 736 </message>
731 <message desc="Spoken if the user attempts to jump to the next editable te xt field when none exists." name="IDS_CHROMEVOX_NO_NEXT_EDIT_TEXT"> 737 <message desc="Spoken if the user attempts to jump to the next editable te xt field when none exists." name="IDS_CHROMEVOX_NO_NEXT_EDIT_TEXT">
732 No next editable text field. 738 No next editable text field.
733 </message> 739 </message>
734 <message desc="Spoken if the user attempts to jump to the previous editabl e text field when none exists." name="IDS_CHROMEVOX_NO_PREVIOUS_EDIT_TEXT"> 740 <message desc="Spoken if the user attempts to jump to the previous editabl e text field when none exists." name="IDS_CHROMEVOX_NO_PREVIOUS_EDIT_TEXT">
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 </message> 1744 </message>
1739 <message desc="A message spoken when the user switches to the table granul arity, which allows users to navigate within a group." name="IDS_CHROMEVOX_TABLE _STRATEGY"> 1745 <message desc="A message spoken when the user switches to the table granul arity, which allows users to navigate within a group." name="IDS_CHROMEVOX_TABLE _STRATEGY">
1740 Table 1746 Table
1741 </message> 1747 </message>
1742 <message desc="A message spoken when the user switches to the row granular ity, which allows users to navigate within a table." name="IDS_CHROMEVOX_ROW_GRA NULARITY"> 1748 <message desc="A message spoken when the user switches to the row granular ity, which allows users to navigate within a table." name="IDS_CHROMEVOX_ROW_GRA NULARITY">
1743 Row 1749 Row
1744 </message> 1750 </message>
1745 <message desc="A message spoken when the user switches to the column granu larity, which allows users to navigate within a column." name="IDS_CHROMEVOX_COL UMN_GRANULARITY"> 1751 <message desc="A message spoken when the user switches to the column granu larity, which allows users to navigate within a column." name="IDS_CHROMEVOX_COL UMN_GRANULARITY">
1746 Column 1752 Column
1747 </message> 1753 </message>
1754 <message desc="Describes rows within tables on the web." name="IDS_CHROMEV OX_ROLE_ROW">
1755 Row
1756 </message>
1757 <message desc="Describes columns within tables on the web." name="IDS_CHRO MEVOX_ROLE_COLUMN">
1758 Column
1759 </message>
1760 <message desc="Describes rows within tables on the web." name="IDS_CHROMEV OX_ROLE_ROW_BRL">
1761 row
1762 </message>
1763 <message desc="Describes columns within tables on the web." name="IDS_CHRO MEVOX_ROLE_COLUMN_BRL">
1764 col
1765 </message>
1748 <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"> 1766 <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">
1749 Math ML Tree 1767 Math ML Tree
1750 </message> 1768 </message>
1751 <message desc="A message spoken when the user switches to the MathMl layou t granularity, which allows users to navigate within a math expression." name="I DS_CHROMEVOX_MATHML_LAYOUT_GRANULARITY"> 1769 <message desc="A message spoken when the user switches to the MathMl layou t granularity, which allows users to navigate within a math expression." name="I DS_CHROMEVOX_MATHML_LAYOUT_GRANULARITY">
1752 Math ML Layout 1770 Math ML Layout
1753 </message> 1771 </message>
1754 <message desc="A message spoken when the user switches to the MathMl token granularity, which allows users to navigate within a math expression." name="ID S_CHROMEVOX_MATHML_TOKEN_GRANULARITY"> 1772 <message desc="A message spoken when the user switches to the MathMl token granularity, which allows users to navigate within a math expression." name="ID S_CHROMEVOX_MATHML_TOKEN_GRANULARITY">
1755 Math ML Token 1773 Math ML Token
1756 </message> 1774 </message>
1757 <message desc="A message spoken when the user switches to the MathMl leaf granularity, which allows users to navigate within a math expression." name="IDS _CHROMEVOX_MATHML_LEAF_GRANULARITY"> 1775 <message desc="A message spoken when the user switches to the MathMl leaf granularity, which allows users to navigate within a math expression." name="IDS _CHROMEVOX_MATHML_LEAF_GRANULARITY">
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2526 </message> 2544 </message>
2527 <message desc="Title of an article on keyboard shortcuts for Chromebooks" name="IDS_CHROMEVOX_CHROME_KEYBOARD_SHORTCUTS"> 2545 <message desc="Title of an article on keyboard shortcuts for Chromebooks" name="IDS_CHROMEVOX_CHROME_KEYBOARD_SHORTCUTS">
2528 Chromebook keyboard shortcuts 2546 Chromebook keyboard shortcuts
2529 </message> 2547 </message>
2530 <message desc="Title of an article on how to use accessibility features of the Chromebook touch screen" name="IDS_CHROMEVOX_TOUCHSCREEN_ACCESSIBILITY"> 2548 <message desc="Title of an article on how to use accessibility features of the Chromebook touch screen" name="IDS_CHROMEVOX_TOUCHSCREEN_ACCESSIBILITY">
2531 Use Chromebook touch screen accessibility features 2549 Use Chromebook touch screen accessibility features
2532 </message> 2550 </message>
2533 </messages> 2551 </messages>
2534 </release> 2552 </release>
2535 </grit> 2553 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698