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

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

Issue 2765523002: arc: Add explicit error message in case network cannot be setup. (Closed)
Patch Set: sort enums 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_session_manager.cc » ('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 <!-- 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 6574 matching lines...) Expand 10 before | Expand all | Expand 10 after
6585 </message> 6585 </message>
6586 <message name="IDS_ARC_SIGN_IN_UNKNOWN_ERROR" desc="Android sign-in error beca use of unknown error"> 6586 <message name="IDS_ARC_SIGN_IN_UNKNOWN_ERROR" desc="Android sign-in error beca use of unknown error">
6587 Unknown error 6587 Unknown error
6588 </message> 6588 </message>
6589 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error"> 6589 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error">
6590 Server communication error 6590 Server communication error
6591 </message> 6591 </message>
6592 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user."> 6592 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user.">
6593 Your organization has not enabled Google Play Store for your account. Contac t your administrator for more information. 6593 Your organization has not enabled Google Play Store for your account. Contac t your administrator for more information.
6594 </message> 6594 </message>
6595 <message name="IDS_ARC_NETWORK_UNAVAILABLE_ERROR" desc="Error message shown wh en Android cannot set up network connection.">
6596 Network connection cannot be established.
6597 </message>
6595 <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."> 6598 <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.">
6596 Device disk space critically low 6599 Device disk space critically low
6597 </message> 6600 </message>
6598 <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."> 6601 <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.">
6599 Free up disk space to launch Android apps. 6602 Free up disk space to launch Android apps.
6600 </message> 6603 </message>
6601 <message name="IDS_ARC_OOBE_TERMS_HEADING" desc="Heading of the Arc Terms OOBE dialog."> 6604 <message name="IDS_ARC_OOBE_TERMS_HEADING" desc="Heading of the Arc Terms OOBE dialog.">
6602 Google Play Terms of Service 6605 Google Play Terms of Service
6603 </message> 6606 </message>
6604 <message name="IDS_ARC_OOBE_TERMS_DESCRIPTION" desc="Description of the Arc Te rms OOBE dialog."> 6607 <message name="IDS_ARC_OOBE_TERMS_DESCRIPTION" desc="Description of the Arc Te rms OOBE dialog.">
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
6708 Attempts left: $1 6711 Attempts left: $1
6709 </message> 6712 </message>
6710 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6713 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6711 PIN 6714 PIN
6712 </message> 6715 </message>
6713 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6716 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6714 PUK 6717 PUK
6715 </message> 6718 </message>
6716 6719
6717 </grit-part> 6720 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698