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

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

Issue 2745533005: Show notification during ARC managed provision (Closed)
Patch Set: Address feedback. New icon. 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
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 6490 matching lines...) Expand 10 before | Expand all | Expand 10 after
6501 </message> 6501 </message>
6502 <message name="IDS_ARC_NETWORK_UNAVAILABLE_ERROR" desc="Error message shown wh en Android cannot set up network connection."> 6502 <message name="IDS_ARC_NETWORK_UNAVAILABLE_ERROR" desc="Error message shown wh en Android cannot set up network connection.">
6503 Network connection cannot be established. 6503 Network connection cannot be established.
6504 </message> 6504 </message>
6505 <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."> 6505 <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.">
6506 Device disk space critically low 6506 Device disk space critically low
6507 </message> 6507 </message>
6508 <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."> 6508 <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.">
6509 Free up disk space to launch Android apps. 6509 Free up disk space to launch Android apps.
6510 </message> 6510 </message>
6511 <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">
6512 Google Play Store (beta)
6513 </message>
6514 <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.">
6515 Installing Google Play Store on your <ph name="DEVICE_TYPE">$1<ex>Chromebook </ex></ph>...
6516 </message>
6511 <message name="IDS_ARC_OOBE_TERMS_HEADING" desc="Heading of the Arc Terms OOBE dialog."> 6517 <message name="IDS_ARC_OOBE_TERMS_HEADING" desc="Heading of the Arc Terms OOBE dialog.">
6512 Google Play Terms of Service 6518 Google Play Terms of Service
6513 </message> 6519 </message>
6514 <message name="IDS_ARC_OOBE_TERMS_DESCRIPTION" desc="Description of the Arc Te rms OOBE dialog."> 6520 <message name="IDS_ARC_OOBE_TERMS_DESCRIPTION" desc="Description of the Arc Te rms OOBE dialog.">
6515 Use Google Play to install Android apps 6521 Use Google Play to install Android apps
6516 </message> 6522 </message>
6517 <message name="IDS_ARC_OOBE_TERMS_LOADING" desc="Loading message of the Arc Te rms OOBE dialog."> 6523 <message name="IDS_ARC_OOBE_TERMS_LOADING" desc="Loading message of the Arc Te rms OOBE dialog.">
6518 Loading... 6524 Loading...
6519 </message> 6525 </message>
6520 <message name="IDS_ARC_OOBE_TERMS_LOAD_ERROR" desc="Load error message of the Arc Terms OOBE dialog."> 6526 <message name="IDS_ARC_OOBE_TERMS_LOAD_ERROR" desc="Load error message of the Arc Terms OOBE dialog.">
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
6600 Attempts left: $1 6606 Attempts left: $1
6601 </message> 6607 </message>
6602 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6608 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6603 PIN 6609 PIN
6604 </message> 6610 </message>
6605 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6611 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6606 PUK 6612 PUK
6607 </message> 6613 </message>
6608 6614
6609 </grit-part> 6615 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698