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

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

Issue 2745533005: Show notification during ARC managed provision (Closed)
Patch Set: Add tests, clean up Created 3 years, 9 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 6601 matching lines...) Expand 10 before | Expand all | Expand 10 after
6612 </message> 6612 </message>
6613 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user."> 6613 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user.">
6614 Your organization has not enabled Google Play Store for your account. Contac t your administrator for more information. 6614 Your organization has not enabled Google Play Store for your account. Contac t your administrator for more information.
6615 </message> 6615 </message>
6616 <message name="IDS_ARC_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space and An droid apps can not be launched."> 6616 <message name="IDS_ARC_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space and An droid apps can not be launched.">
6617 Device disk space critically low 6617 Device disk space critically low
6618 </message> 6618 </message>
6619 <message name="IDS_ARC_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notific ation text warning users that they are critically low on disk space and Android apps can not be launched."> 6619 <message name="IDS_ARC_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notific ation text warning users that they are critically low on disk space and Android apps can not be launched.">
6620 Free up disk space to launch Android apps. 6620 Free up disk space to launch Android apps.
6621 </message> 6621 </message>
6622 <message name="IDS_ARC_MANAGED_PROVISION_NOTIFICATION_TITLE" desc="Title of th e notification shown to user during ARC provision when the ARC opt-in flow happe ns silently due to enterprise policies">
6623 Google Play Store (beta)
6624 </message>
6625 <message name="IDS_ARC_MANAGED_PROVISION_NOTIFICATION_MESSAGE" desc="Notificat ion shown to user during ARC provision when the ARC opt-in flow happens silently due to enterprise policies.">
6626 Installing Google Play Store on your <ph name="DEVICE_TYPE">$1<ex>Chromebook </ex></ph>...
6627 </message>
6622 <message name="IDS_ARC_OOBE_TERMS_HEADING" desc="Heading of the Arc Terms OOBE dialog."> 6628 <message name="IDS_ARC_OOBE_TERMS_HEADING" desc="Heading of the Arc Terms OOBE dialog.">
6623 Google Play Terms of Service 6629 Google Play Terms of Service
6624 </message> 6630 </message>
6625 <message name="IDS_ARC_OOBE_TERMS_DESCRIPTION" desc="Description of the Arc Te rms OOBE dialog."> 6631 <message name="IDS_ARC_OOBE_TERMS_DESCRIPTION" desc="Description of the Arc Te rms OOBE dialog.">
6626 Use Google Play to install Android apps 6632 Use Google Play to install Android apps
6627 </message> 6633 </message>
6628 <message name="IDS_ARC_OOBE_TERMS_LOADING" desc="Loading message of the Arc Te rms OOBE dialog."> 6634 <message name="IDS_ARC_OOBE_TERMS_LOADING" desc="Loading message of the Arc Te rms OOBE dialog.">
6629 Loading... 6635 Loading...
6630 </message> 6636 </message>
6631 <message name="IDS_ARC_OOBE_TERMS_LOAD_ERROR" desc="Load error message of the Arc Terms OOBE dialog."> 6637 <message name="IDS_ARC_OOBE_TERMS_LOAD_ERROR" desc="Load error message of the Arc Terms OOBE dialog.">
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
6729 Attempts left: $1 6735 Attempts left: $1
6730 </message> 6736 </message>
6731 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6737 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6732 PIN 6738 PIN
6733 </message> 6739 </message>
6734 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6740 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6735 PUK 6741 PUK
6736 </message> 6742 </message>
6737 6743
6738 </grit-part> 6744 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | chrome/browser/chromeos/arc/arc_session_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698