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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2541923002: MD Settings: Add Google Play Store (Arc++) section (Closed)
Patch Set: Fix tests Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index f7f26741c33de32ae53d2bd6bc038ad5657cfb2b..3d57805e8e53f9e82d97d2fcba2799ff7b8f34e0 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -168,6 +168,33 @@
</message>
</if>
+ <if expr="chromeos">
+ <!-- Android Apps Page -->
+ <message name="IDS_SETTINGS_ANDROID_APPS_TITLE" desc="The title of Google Play Store (Arc++ / Android Apps) section.">
+ Google Play Store (beta)
+ </message>
+ <message name="IDS_SETTINGS_ANDROID_APPS_ENABLE" desc="Label for the checkbox that enables Google Play Store (Arc++) apps.">
+ Enable Google Play Store on your Chromebook.
+ </message>
+ <message name="IDS_SETTINGS_ANDROID_APPS_MANAGE_APPS" desc="Label for launching Android apps settings.">
+ Manage your Android preferences
+ </message>
+ <message name="IDS_SETTINGS_ANDROID_APPS_LEARN_MORE" desc="Link for more informaiton about installing Android apps on Chrome OS.">
+ Learn more.
+ </message>
+
+ <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_TITLE" desc="Title of the confirmation dialog for disabling android apps.">
+ Remove Android apps?
+ </message>
+ <message name="IDS_SETTINGS_ANDROID_APPS_DISABLE_DIALOG_MESSAGE" desc="Describes what will happen if the user opts out of android apps.">
+ Apps you’ve downloaded from Google Play will be deleted from this Chromebook.
+ <ph name="LINE_BREAKS1">&lt;br&gt;&lt;br&gt;</ph>
+ Content you’ve purchased such as movies, TV shows, music, books, or other in-app purchases may also be deleted.
+ <ph name="LINE_BREAKS2">&lt;br&gt;&lt;br&gt;</ph>
+ This doesn’t affect apps or content on other devices.
+ </message>
+ </if>
+
<!-- Appearance Page -->
<message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which displays appearance preferences.">
Appearance
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698