| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific strings (included from generated_resources.grd). --> | 2 <!-- Settings-specific strings (included from generated_resources.grd). --> |
| 3 <grit-part> | 3 <grit-part> |
| 4 <!-- About Page --> | 4 <!-- About Page --> |
| 5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc
ribing the section that shows detailed information about the current Chrome buil
d."> | 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc
ribing the section that shows detailed information about the current Chrome buil
d."> |
| 7 Detailed build information | 7 Detailed build information |
| 8 </message> | 8 </message> |
| 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers
ion"> | 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers
ion"> |
| 10 ARC Version | 10 ARC Version |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 Enable on-screen keyboard | 158 Enable on-screen keyboard |
| 159 </message> | 159 </message> |
| 160 <message name="IDS_SETTINGS_MONO_AUDIO_LABEL" desc="Label for checkbox which
enables mono audio output."> | 160 <message name="IDS_SETTINGS_MONO_AUDIO_LABEL" desc="Label for checkbox which
enables mono audio output."> |
| 161 Play the same audio through all speakers (mono audio) | 161 Play the same audio through all speakers (mono audio) |
| 162 </message> | 162 </message> |
| 163 <message name="IDS_SETTINGS_ACCESSIBILITY_EXPLANATION" desc="Informational m
essage at the top of the accessibility section of the settings page about enabli
ng additional accessibility-related features."> | 163 <message name="IDS_SETTINGS_ACCESSIBILITY_EXPLANATION" desc="Informational m
essage at the top of the accessibility section of the settings page about enabli
ng additional accessibility-related features."> |
| 164 Enable accessibility features to make your device easier to use. | 164 Enable accessibility features to make your device easier to use. |
| 165 </message> | 165 </message> |
| 166 </if> | 166 </if> |
| 167 | 167 |
| 168 <if expr="chromeos"> |
| 169 <!-- Android Apps Page --> |
| 170 <message name="IDS_SETTINGS_ANDROID_APPS_TITLE" desc="The title of Google Pl
ay Store (Arc++ / Android Apps) section."> |
| 171 Google Play Store (beta) |
| 172 </message> |
| 173 <message name="IDS_SETTINGS_ANDROID_APPS_ENABLE" desc="Label for the checkbo
x that enables Google Play Store (Arc++) apps."> |
| 174 Enable Google Play Store on your Chromebook. |
| 175 </message> |
| 176 <message name="IDS_SETTINGS_ANDROID_APPS_MANAGE_APPS" desc="Label for launch
ing Android apps settings."> |
| 177 Manage your Android preferences |
| 178 </message> |
| 179 <message name="IDS_SETTINGS_ANDROID_APPS_LEARN_MORE" desc="Link for more inf
ormaiton about installing Android apps on Chrome OS."> |
| 180 Learn more. |
| 181 </message> |
| 182 |
| 183 <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_TITLE" desc="Title o
f the confirmation dialog for disabling android apps."> |
| 184 Remove Android apps? |
| 185 </message> |
| 186 <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_MESSAGE" desc="Descr
ibes what will happen if the user opts out of android apps."> |
| 187 Apps you’ve downloaded from Google Play will be deleted from this Chromebo
ok. |
| 188 <ph name="LINE_BREAKS1"><br><br></ph> |
| 189 Content you’ve purchased such as movies, TV shows, music, books, or other
in-app purchases may also be deleted. |
| 190 <ph name="LINE_BREAKS2"><br><br></ph> |
| 191 This doesn’t affect apps or content on other devices. |
| 192 </message> |
| 193 </if> |
| 194 |
| 168 <!-- Appearance Page --> | 195 <!-- Appearance Page --> |
| 169 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which
displays appearance preferences."> | 196 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which
displays appearance preferences."> |
| 170 Appearance | 197 Appearance |
| 171 </message> | 198 </message> |
| 172 <message name="IDS_SETTINGS_EXAMPLE_DOT_COM" desc="Placeholder text for URL in
put example."> | 199 <message name="IDS_SETTINGS_EXAMPLE_DOT_COM" desc="Placeholder text for URL in
put example."> |
| 173 www.example.com | 200 www.example.com |
| 174 </message> | 201 </message> |
| 175 <message name="IDS_SETTINGS_SET_WALLPAPER" desc="Name of the control which all
ows the user to set the wallpaper."> | 202 <message name="IDS_SETTINGS_SET_WALLPAPER" desc="Name of the control which all
ows the user to set the wallpaper."> |
| 176 Wallpaper | 203 Wallpaper |
| 177 </message> | 204 </message> |
| (...skipping 2521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2699 System | 2726 System |
| 2700 </message> | 2727 </message> |
| 2701 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label
for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh
en available."> | 2728 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label
for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh
en available."> |
| 2702 Use hardware acceleration when available | 2729 Use hardware acceleration when available |
| 2703 </message> | 2730 </message> |
| 2704 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2731 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 2705 Change proxy settings | 2732 Change proxy settings |
| 2706 </message> | 2733 </message> |
| 2707 </if> | 2734 </if> |
| 2708 </grit-part> | 2735 </grit-part> |
| OLD | NEW |