Chromium Code Reviews| Index: chrome/app/settings_strings.grdp |
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp |
| index 6033d75cf8af28398214b5a96f8ed72c646c880f..4ed8c1104cbcbe0524fc1e6476a374afae62c952 100644 |
| --- a/chrome/app/settings_strings.grdp |
| +++ b/chrome/app/settings_strings.grdp |
| @@ -104,9 +104,15 @@ |
| <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page which displays accessibility preferences."> |
| Accessibility |
| </message> |
| + <message name="IDS_SETTINGS_ACCESSIBILITY_WEB_STORE" desc="In the settings tab, an explanation that additional accessibility features are found on the Chrome Web Store."> |
|
tommycli
2016/09/23 19:29:56
nit: update description. "In settings tab," seems
dschuyler
2016/09/27 00:43:09
Done.
|
| + Choose from the Chrome Web Store |
| + </message> |
| <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessibility features."> |
| Add accessibility features |
| </message> |
| + <message name="IDS_SETTINGS_MORE_FEATURES_LINK_SUBTEXT" desc="Subtext for the link about additional accessibility features."> |
| + Enable accessibility features |
| + </message> |
|
tommycli
2016/09/23 19:29:56
nit: For these 'subtext' labels, I see both fooDes
dschuyler
2016/09/27 00:43:09
Done.
|
| <if expr="chromeos"> |
| <message name="IDS_SETTINGS_OPTIONS_IN_MENU_LABEL" desc="Label for checkbox which enables showing accessibility options in the system menu."> |
| Show accessibility options in the system menu |
| @@ -743,9 +749,12 @@ |
| <message name="IDS_SETTINGS_PRINTING_NOTIFICATIONS_LABEL" desc="Label for the checkbox which enabled notifications when new printers are added to the user's network"> |
| Show notifications when new printers are detected on the network |
| </message> |
| - <message name="IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES" desc="Text for the button which allows users to manager their Google Cloud Print devices"> |
| + <message name="IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES" desc="Text for the button which allows users to manage their Google Cloud Print devices"> |
| Manage Cloud Print devices |
| </message> |
| + <message name="IDS_SETTINGS_PRINTING_MANAGE_CLOUD_PRINT_DEVICES_SUBTEXT" desc="Subtext for the button which allows users to manage their Google Cloud Print devices"> |
| + Add or remove printers |
| + </message> |
| <if expr="chromeos"> |
| <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTERS" desc="In Printing Settings, the title of the CUPS printers setting section."> |
| Printers |
| @@ -850,6 +859,9 @@ |
| <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS" desc="In Printing Settings, the title of the google cloud printers setting section."> |
| Google Cloud Print |
| </message> |
| + <message name="IDS_SETTINGS_PRINTING_CLOUD_PRINTERS_SUBTEXT" desc="In Printing Settings, the title subtext of the google cloud printers setting section."> |
| + Setup cloud printing devices |
| + </message> |
| <!-- Downloads Page --> |
| <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which displays download preferences."> |
| @@ -1462,6 +1474,9 @@ |
| <message name="IDS_SETTINGS_CLEAR_DATA" desc="Text for clear browsing data button in Privacy options"> |
| Clear browsing data |
| </message> |
| + <message name="IDS_SETTINGS_CLEAR_DATA_SUBTEXT" desc="Subtext for clear browsing data button in Privacy options"> |
| + Control your browsing data |
| + </message> |
| <message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="The title of a section in the settings page with a count of the total number of items in the section"> |
| <ph name="TITLE">$1<ex>Block</ex></ph> - <ph name="COUNT">$2<ex>42</ex></ph> |
| </message> |
| @@ -1484,6 +1499,9 @@ |
| <message name="IDS_SETTINGS_SEARCH_MANAGE_SEARCH_ENGINES" desc="Label for the Manage Search Engines button."> |
| Manage search engines |
| </message> |
| + <message name="IDS_SETTINGS_SEARCH_MANAGE_SEARCH_ENGINES_SUBTEXT" desc="Subtext label for the Manage Search Engines button."> |
| + Add, edit, or remove search engines |
| + </message> |
| <message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_LABEL" desc="Label for the checkbox which enables the OK Google hotword."> |
| Enable "Ok Google" to start a voice search. |
| </message> |
| @@ -1817,9 +1835,15 @@ |
| <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE" desc="Label for the button that opens the multi-profile user manager."> |
| Manage other people |
| </message> |
| + <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE_SUBTEXT" desc="Subtext for the button that opens the multi-profile user manager."> |
| + Enable guest browsing |
| + </message> |
| <message name="IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS" desc="Label for the button that opens the supervised users dashboard."> |
| Manage supervised users |
| </message> |
| + <message name="IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS_SUBTEXT" desc="Subtext for the button that opens the supervised users dashboard."> |
| + Opens Supervised Users Dashboard |
| + </message> |
| <message name="IDS_SETTINGS_CHANGE_PICTURE_PROFILE_PHOTO" desc="The text on the Google profile photo of the user."> |
| Google Profile photo |
| </message> |
| @@ -2337,5 +2361,8 @@ |
| <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> |
| Change proxy settings |
| </message> |
| + <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_SUBTEXT" desc="Subtext for the button that changes a user's network proxy settings."> |
| + Edit network proxy |
| + </message> |
| </if> |
| </grit-part> |