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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2796783005: MD Settings: Google Play Store: Add subpage and polish (Take 2) (Closed)
Patch Set: nit Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 <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."> 207 <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.">
208 Enable accessibility features to make your device easier to use. 208 Enable accessibility features to make your device easier to use.
209 </message> 209 </message>
210 </if> 210 </if>
211 211
212 <if expr="chromeos"> 212 <if expr="chromeos">
213 <!-- Android Apps Page --> 213 <!-- Android Apps Page -->
214 <message name="IDS_SETTINGS_ANDROID_APPS_TITLE" desc="The title of Google Pl ay Store (Arc++ / Android Apps) section."> 214 <message name="IDS_SETTINGS_ANDROID_APPS_TITLE" desc="The title of Google Pl ay Store (Arc++ / Android Apps) section.">
215 Google Play Store (beta) 215 Google Play Store (beta)
216 </message> 216 </message>
217 <message name="IDS_SETTINGS_ANDROID_APPS_ENABLE" desc="Label for the checkbo x that enables Google Play Store (Arc++) apps."> 217 <message name="IDS_SETTINGS_ANDROID_APPS_LABEL" desc="The text associated wi th the primary section setting.">
218 Enable Google Play Store on your Chromebook. 218 Google Play Store
219 </message>
220 <message name="IDS_SETTINGS_ANDROID_APPS_ENABLE" desc="Label for the button that enables Google Play Store (Arc++) apps.">
221 Turn on
222 </message>
223 <message name="IDS_SETTINGS_ANDROID_APPS_SUBTEXT" desc="Description for the section for enabling and managing Google Play Store (Android) apps.">
224 Install apps and games from Google Play on your Chromebook. &lt;a target=" _blank" href="<ph name="URL">$1<ex>https://google.com/</ex></ph>"&gt;Learn more& lt;/a&gt;
219 </message> 225 </message>
220 <message name="IDS_SETTINGS_ANDROID_APPS_MANAGE_APPS" desc="Label for launch ing Android apps settings."> 226 <message name="IDS_SETTINGS_ANDROID_APPS_MANAGE_APPS" desc="Label for launch ing Android apps settings.">
221 Manage your Android preferences 227 Manage Android preferences
228 </message>
229 <message name="IDS_SETTINGS_ANDROID_APPS_REMOVE" desc="Label for the control to open a dialog confirming removal of the Google Play Store.">
230 Remove Google Play Store
222 </message> 231 </message>
223 <message name="IDS_SETTINGS_ANDROID_APPS_LEARN_MORE" desc="Link for more inf ormaiton about installing Android apps on Chrome OS."> 232 <message name="IDS_SETTINGS_ANDROID_APPS_LEARN_MORE" desc="Link for more inf ormaiton about installing Android apps on Chrome OS.">
224 Learn more 233 Learn more
225 </message> 234 </message>
226 235
227 <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_TITLE" desc="Title o f the confirmation dialog for disabling android apps."> 236 <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_TITLE" desc="Title o f the confirmation dialog for disabling android apps.">
228 Remove Android apps? 237 Remove Android apps?
229 </message> 238 </message>
230 <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_MESSAGE" desc="Descr ibes what will happen if the user opts out of android apps."> 239 <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_MESSAGE" desc="Descr ibes what will happen if the user opts out of android apps.">
231 Apps you’ve downloaded from Google Play will be deleted from this Chromebo ok. 240 Apps you’ve downloaded from Google Play will be deleted from this Chromebo ok.
232 <ph name="LINE_BREAKS1">&lt;br&gt;&lt;br&gt;</ph> 241 <ph name="LINE_BREAKS1">&lt;br&gt;&lt;br&gt;</ph>
233 Content you’ve purchased such as movies, TV shows, music, books, or other in-app purchases may also be deleted. 242 Content you’ve purchased such as movies, TV shows, music, books, or other in-app purchases may also be deleted.
234 <ph name="LINE_BREAKS2">&lt;br&gt;&lt;br&gt;</ph> 243 <ph name="LINE_BREAKS2">&lt;br&gt;&lt;br&gt;</ph>
235 This doesn’t affect apps or content on other devices. 244 This doesn’t affect apps or content on other devices.
236 </message> 245 </message>
246 <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_REMOVE" desc="Lable for confirmation button in the disable android apps dialog.">
247 Remove Android apps
248 </message>
237 </if> 249 </if>
238 250
239 <!-- Appearance Page --> 251 <!-- Appearance Page -->
240 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which displays appearance preferences."> 252 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which displays appearance preferences.">
241 Appearance 253 Appearance
242 </message> 254 </message>
243 <message name="IDS_SETTINGS_CUSTOM_WEB_ADDRESS" desc="Sub label describing an empty custom web address for the Show home button setting."> 255 <message name="IDS_SETTINGS_CUSTOM_WEB_ADDRESS" desc="Sub label describing an empty custom web address for the Show home button setting.">
244 Custom 256 Custom
245 </message> 257 </message>
246 <message name="IDS_SETTINGS_ENTER_CUSTOM_WEB_ADDRESS" desc="Input label for a custom web address for the Show home button setting."> 258 <message name="IDS_SETTINGS_ENTER_CUSTOM_WEB_ADDRESS" desc="Input label for a custom web address for the Show home button setting.">
(...skipping 2716 matching lines...) Expand 10 before | Expand all | Expand 10 after
2963 System 2975 System
2964 </message> 2976 </message>
2965 <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."> 2977 <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.">
2966 Use hardware acceleration when available 2978 Use hardware acceleration when available
2967 </message> 2979 </message>
2968 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2980 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2969 Change proxy settings 2981 Change proxy settings
2970 </message> 2982 </message>
2971 </if> 2983 </if>
2972 </grit-part> 2984 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698