OLD | NEW |
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" latest_public_release="0" | 3 <grit base_dir="." current_release="1" latest_public_release="0" |
4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en"> | 4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en"> |
5 <outputs> | 5 <outputs> |
6 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan
g="am"/> | 6 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan
g="am"/> |
7 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan
g="ar"/> | 7 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan
g="ar"/> |
8 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan
g="bg"/> | 8 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan
g="bg"/> |
9 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan
g="bn"/> | 9 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan
g="bn"/> |
10 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan
g="ca"/> | 10 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan
g="ca"/> |
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 </message> | 716 </message> |
717 <message desc="Describes the headers on a table with no headers." name="ID
S_CHROMEVOX_NO_HEADERS"> | 717 <message desc="Describes the headers on a table with no headers." name="ID
S_CHROMEVOX_NO_HEADERS"> |
718 No headers | 718 No headers |
719 </message> | 719 </message> |
720 <message desc="Describes the headers on a table with empty headers." name=
"IDS_CHROMEVOX_EMPTY_HEADERS"> | 720 <message desc="Describes the headers on a table with empty headers." name=
"IDS_CHROMEVOX_EMPTY_HEADERS"> |
721 Empty headers | 721 Empty headers |
722 </message> | 722 </message> |
723 <message desc="Descibes the user's location within a table." name="IDS_CHR
OMEVOX_TABLE_LOCATION"> | 723 <message desc="Descibes the user's location within a table." name="IDS_CHR
OMEVOX_TABLE_LOCATION"> |
724 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 Row <ph name="rowIndex">$1</ph> of <ph name="rowTotal">$2</ph>, Column <
ph name="colIndex">$3</ph> of <ph name="colTotal">$4</ph> |
725 </message> | 725 </message> |
| 726 <message desc="summarizes a table." name="IDS_CHROMEVOX_TABLE_SUMMARY"> |
| 727 Table $1, $2 by $3 |
| 728 </message> |
| 729 <message desc="summarizes a table cell." name="IDS_CHROMEVOX_CELL_SUMMARY"
> |
| 730 row $1 column $2 |
| 731 </message> |
726 <message desc="Spoken if the user attempts to jump to the next checkbox wh
en none exists." name="IDS_CHROMEVOX_NO_NEXT_CHECKBOX"> | 732 <message desc="Spoken if the user attempts to jump to the next checkbox wh
en none exists." name="IDS_CHROMEVOX_NO_NEXT_CHECKBOX"> |
727 No next checkbox. | 733 No next checkbox. |
728 </message> | 734 </message> |
729 <message desc="Spoken if the user attempts to jump to the previous checkbo
x when none exists." name="IDS_CHROMEVOX_NO_PREVIOUS_CHECKBOX"> | 735 <message desc="Spoken if the user attempts to jump to the previous checkbo
x when none exists." name="IDS_CHROMEVOX_NO_PREVIOUS_CHECKBOX"> |
730 No previous checkbox. | 736 No previous checkbox. |
731 </message> | 737 </message> |
732 <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"> | 738 <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"> |
733 No next editable text field. | 739 No next editable text field. |
734 </message> | 740 </message> |
735 <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"> | 741 <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 Loading... |
1739 </message> | 1745 </message> |
1740 <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"> | 1746 <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"> |
1741 Table | 1747 Table |
1742 </message> | 1748 </message> |
1743 <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"> | 1749 <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"> |
1744 Row | 1750 Row |
1745 </message> | 1751 </message> |
1746 <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"> | 1752 <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"> |
1747 Column | 1753 Column |
1748 </message> | 1754 </message> |
| 1755 <message desc="Describes rows within tables on the web." name="IDS_CHROMEV
OX_ROLE_ROW"> |
| 1756 Row |
| 1757 </message> |
| 1758 <message desc="Describes columns within tables on the web." name="IDS_CHRO
MEVOX_ROLE_COLUMN"> |
| 1759 Column |
| 1760 </message> |
| 1761 <message desc="Describes rows within tables on the web." name="IDS_CHROMEV
OX_ROLE_ROW_BRL"> |
| 1762 row |
| 1763 </message> |
| 1764 <message desc="Describes columns within tables on the web." name="IDS_CHRO
MEVOX_ROLE_COLUMN_BRL"> |
| 1765 col |
| 1766 </message> |
1749 <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"> | 1767 <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"> |
1750 Math ML Tree | 1768 Math ML Tree |
1751 </message> | 1769 </message> |
1752 <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"> | 1770 <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"> |
1753 Math ML Layout | 1771 Math ML Layout |
1754 </message> | 1772 </message> |
1755 <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"> | 1773 <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"> |
1756 Math ML Token | 1774 Math ML Token |
1757 </message> | 1775 </message> |
1758 <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"> | 1776 <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 Loading... |
2527 </message> | 2545 </message> |
2528 <message desc="Title of an article on keyboard shortcuts for Chromebooks"
name="IDS_CHROMEVOX_CHROME_KEYBOARD_SHORTCUTS"> | 2546 <message desc="Title of an article on keyboard shortcuts for Chromebooks"
name="IDS_CHROMEVOX_CHROME_KEYBOARD_SHORTCUTS"> |
2529 Chromebook keyboard shortcuts | 2547 Chromebook keyboard shortcuts |
2530 </message> | 2548 </message> |
2531 <message desc="Title of an article on how to use accessibility features of
the Chromebook touch screen" name="IDS_CHROMEVOX_TOUCHSCREEN_ACCESSIBILITY"> | 2549 <message desc="Title of an article on how to use accessibility features of
the Chromebook touch screen" name="IDS_CHROMEVOX_TOUCHSCREEN_ACCESSIBILITY"> |
2532 Use Chromebook touch screen accessibility features | 2550 Use Chromebook touch screen accessibility features |
2533 </message> | 2551 </message> |
2534 </messages> | 2552 </messages> |
2535 </release> | 2553 </release> |
2536 </grit> | 2554 </grit> |
OLD | NEW |