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

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

Issue 14507003: Add tray warning for Locally managed users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 <!-- 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="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 </message> 503 </message>
504 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_SERVER_ERROR" de sc="Text shown in a title when locally managed user creation has failed in case when there was server error on a remote side"> 504 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_SERVER_ERROR" de sc="Text shown in a title when locally managed user creation has failed in case when there was server error on a remote side">
505 Server error. Please try again later. 505 Server error. Please try again later.
506 </message> 506 </message>
507 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_CANCEL_BUTTON_TI TLE" desc="Text for button on an error reporting screen for locally managed user creation, that is used to abort whole operation"> 507 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_CANCEL_BUTTON_TI TLE" desc="Text for button on an error reporting screen for locally managed user creation, that is used to abort whole operation">
508 Cancel 508 Cancel
509 </message> 509 </message>
510 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_RETRY_BUTTON_TIT LE" desc="Text for button on an error reporting screen for locally managed user creation, that is used to retry failed operation"> 510 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_RETRY_BUTTON_TIT LE" desc="Text for button on an error reporting screen for locally managed user creation, that is used to retry failed operation">
511 Retry 511 Retry
512 </message> 512 </message>
513 <message name="IDS_USER_IS_LOCALLY_MANAGED_BY_NOTICE" desc="Text for notificat ions showing that this user is locally managed">
514 This user is managed by <ph name="MANAGER_EMAIL">$1<ex>john.doe@example.com< /ex></ph>. Device usage and history may be tracked.
515 </message>
513 <message name="IDS_OFFLINE_LOGIN_HTML" desc="Text which suggests enter as an e xisting user when valid network isn't presented."> 516 <message name="IDS_OFFLINE_LOGIN_HTML" desc="Text which suggests enter as an e xisting user when valid network isn't presented.">
514 If you've already registered on this device, you can <ph name="LINK2_START"> $1<ex>&gt;a&lt;</ex></ph>sign in as an existing user<ph name="LINK2_END">$2<ex>& gt;/a&lt;</ex></ph>. 517 If you've already registered on this device, you can <ph name="LINK2_START"> $1<ex>&gt;a&lt;</ex></ph>sign in as an existing user<ph name="LINK2_END">$2<ex>& gt;/a&lt;</ex></ph>.
515 </message> 518 </message>
516 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen"> 519 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen">
517 Shut down 520 Shut down
518 </message> 521 </message>
519 <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen"> 522 <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
520 Add user 523 Add user
521 </message> 524 </message>
522 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen"> 525 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen">
(...skipping 3077 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error."> 3603 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error.">
3601 Kryptonite! The cryptohome for the kiosk application could not be mounted. 3604 Kryptonite! The cryptohome for the kiosk application could not be mounted.
3602 </message> 3605 </message>
3603 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure."> 3606 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
3604 Kiosk application could not be installed. 3607 Kiosk application could not be installed.
3605 </message> 3608 </message>
3606 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 3609 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
3607 Kiosk application launch canceled. 3610 Kiosk application launch canceled.
3608 </message> 3611 </message>
3609 </grit-part> 3612 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698