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

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

Issue 975353002: Added OOBE Asset / Naming prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with master Created 5 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/chromeos/login/enrollment/enrollment_screen.h » ('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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 5966 matching lines...) Expand 10 before | Expand all | Expand 10 after
5977 </message> 5977 </message>
5978 <message name="IDS_ENTERPRISE_ENROLLMENT_MISSING_LICENSES_ERROR" desc="Error m essage to show when the domain the device is trying to enroll into has expired o r exhausted licenses."> 5978 <message name="IDS_ENTERPRISE_ENROLLMENT_MISSING_LICENSES_ERROR" desc="Error m essage to show when the domain the device is trying to enroll into has expired o r exhausted licenses.">
5979 You do not have enough software licenses to enroll this device. Please conta ct sales to purchase more. If you believe you're seeing this message in error, p lease contact support. 5979 You do not have enough software licenses to enroll this device. Please conta ct sales to purchase more. If you believe you're seeing this message in error, p lease contact support.
5980 </message> 5980 </message>
5981 <message name="IDS_ENTERPRISE_ENROLLMENT_DEPROVISIONED_ERROR" desc="Error mess age to show when enrollment fails because the administrator has deprovisioned th e device on the server side."> 5981 <message name="IDS_ENTERPRISE_ENROLLMENT_DEPROVISIONED_ERROR" desc="Error mess age to show when enrollment fails because the administrator has deprovisioned th e device on the server side.">
5982 This device has been placed into a deprovisioned state by the administrator. To enable it for enrollment, please have your administrator place the device in to a pending state. 5982 This device has been placed into a deprovisioned state by the administrator. To enable it for enrollment, please have your administrator place the device in to a pending state.
5983 </message> 5983 </message>
5984 <message name="IDS_ENTERPRISE_ENROLLMENT_DOMAIN_MISMATCH_ERROR" desc="Error me ssage shown when the device doesn't belong to the domain the user tried to enrol l it to."> 5984 <message name="IDS_ENTERPRISE_ENROLLMENT_DOMAIN_MISMATCH_ERROR" desc="Error me ssage shown when the device doesn't belong to the domain the user tried to enrol l it to.">
5985 This device cannot be enrolled to the domain your account belongs to because the device is marked for management by a different domain. 5985 This device cannot be enrolled to the domain your account belongs to because the device is marked for management by a different domain.
5986 </message> 5986 </message>
5987 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_ERROR" desc="Error message shown when successfully enrolled, but the device attribute update has failed.">
5988 Your device has successfully been enrolled for enterprise management, but fail ed to send its asset and location information. Please manually enter this inform ation from your Admin console for this device.
5989 </message>
5987 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog."> 5990 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
5988 Enterprise enrollment 5991 Enterprise enrollment
5989 </message> 5992 </message>
5990 <message name="IDS_ENTERPRISE_ENROLLMENT_DESCRIPTION" desc="Short description of enterprise enrollment."> 5993 <message name="IDS_ENTERPRISE_ENROLLMENT_DESCRIPTION" desc="Short description of enterprise enrollment.">
5991 Sign in with the username given to you by your organization to enroll your d evice for enterprise management. 5994 Sign in with the username given to you by your organization to enroll your d evice for enterprise management.
5992 </message> 5995 </message>
5993 <message name="IDS_ENTERPRISE_ENROLLMENT_RE_ENROLLMENT_TEXT" desc="Paragraph e xplaining previous association of the device with a domain."> 5996 <message name="IDS_ENTERPRISE_ENROLLMENT_RE_ENROLLMENT_TEXT" desc="Paragraph e xplaining previous association of the device with a domain.">
5994 This device has been marked for enterprise management by <ph name="MANAGEMEN T_DOMAIN">$1<ex>example.com</ex></ph>. 5997 This device has been marked for enterprise management by <ph name="MANAGEMEN T_DOMAIN">$1<ex>example.com</ex></ph>.
5995 </message> 5998 </message>
5996 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog."> 5999 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog.">
5997 Try again 6000 Try again
5998 </message> 6001 </message>
5999 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL" desc="Label for the cancel bu tton on the enterprise enrollment dialog."> 6002 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL" desc="Label for the cancel bu tton on the enterprise enrollment dialog.">
6000 Cancel 6003 Cancel
6001 </message> 6004 </message>
6002 <message name="IDS_ENTERPRISE_ENROLLMENT_BACK" desc="Label for the back button on the enterprise enrollment dialog."> 6005 <message name="IDS_ENTERPRISE_ENROLLMENT_BACK" desc="Label for the back button on the enterprise enrollment dialog.">
6003 Back 6006 Back
6004 </message> 6007 </message>
6005 <message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done button on the success screen in the enterprise enrollment dialog."> 6008 <message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done button on the success screen in the enterprise enrollment dialog.">
6006 Done 6009 Done
6007 </message> 6010 </message>
6011 <message name="IDS_ENTERPRISE_ENROLLMENT_CONTINUE" desc="Label for the continu e button on the device naming screen in the enterprise enrollment dialog.">
6012 Continue
6013 </message>
6008 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> 6014 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
6009 Your device has successfully been enrolled for enterprise management. 6015 Your device has successfully been enrolled for enterprise management.
6010 </message> 6016 </message>
6017 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTES" desc="Device attribute me ssage to be shown when editing the name and location field for a device.">
6018 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Your account is enabled to provide an Asset ID and Location for this device (optional).<ph name="END_BOLD">&lt;/str ong&gt;</ph> <ph name="BEGIN_ITALIC">&lt;i&gt;</ph>You may provide a device iden tifier and location in the fields below. These details will be displayed for thi s device on the chrome:policy page in your management console.<ph name="END_ITAL IC">&lt;/i&gt;</ph>
6019 </message>
6020 <message name="IDS_ENTERPRISE_ENROLLMENT_ASSET_ID_LABEL" desc="Label for asset id text box on the device naming screen in the enterprise enrollment dialog.">
6021 Asset Identifier
6022 </message>
6023 <message name="IDS_ENTERPRISE_ENROLLMENT_LOCATION_LABEL" desc="Label for locat ion tex box on the device naming screen in the enterprise enrollment dialog.">
6024 Device Location
6025 </message>
6011 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway."> 6026 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
6012 Enrolling the device. Please wait... 6027 Enrolling the device. Please wait...
6013 </message> 6028 </message>
6014 <message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_LINK" desc="Text on the link to the enterprise enrollment help article."> 6029 <message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_LINK" desc="Text on the link to the enterprise enrollment help article.">
6015 Learn more about Enterprise Enrollment 6030 Learn more about Enterprise Enrollment
6016 </message> 6031 </message>
6017 6032
6018 <!-- About network UI display strings --> 6033 <!-- About network UI display strings -->
6019 <message name="IDS_NETWORK_UI_TITLE" desc="Title of the page"> 6034 <message name="IDS_NETWORK_UI_TITLE" desc="Title of the page">
6020 Network 6035 Network
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
6277 Enable MTP write support in file manager. Some operations (editing an image on MTP volume) are not supported yet. 6292 Enable MTP write support in file manager. Some operations (editing an image on MTP volume) are not supported yet.
6278 </message> 6293 </message>
6279 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_MESSAGE" desc= "Message in a notification about granted read-only pemissions (read, write, dele te, create files and directories) to a volume (eg. USB drive, SD card, MTP devic e) with the specified name to the extension."> 6294 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_MESSAGE" desc= "Message in a notification about granted read-only pemissions (read, write, dele te, create files and directories) to a volume (eg. USB drive, SD card, MTP devic e) with the specified name to the extension.">
6280 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> has be en granted. 6295 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> has be en granted.
6281 </message> 6296 </message>
6282 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_WRITABLE_MESSA GE" desc="Message in a notification about granted full permissions (read, write, delete, create files and directories) to a volume (eg. USB drive, SD card, MTP device) with the specified name to the extension."> 6297 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_WRITABLE_MESSA GE" desc="Message in a notification about granted full permissions (read, write, delete, create files and directories) to a volume (eg. USB drive, SD card, MTP device) with the specified name to the extension.">
6283 Read and write access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> h as been granted. 6298 Read and write access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> h as been granted.
6284 </message> 6299 </message>
6285 6300
6286 </grit-part> 6301 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698