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

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

Issue 16002004: Added login screen mode for adding users into session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clang errors fixed. 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 </message> 524 </message>
525 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen"> 525 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen">
526 Shut down 526 Shut down
527 </message> 527 </message>
528 <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen"> 528 <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
529 Add user 529 Add user
530 </message> 530 </message>
531 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen"> 531 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen">
532 Apps 532 Apps
533 </message> 533 </message>
534 <message name="IDS_CANCEL_USER_ADDING" desc="Text shown on a button that cance l adding user into multiprofile session.">
535 Cancel multiple sign-in
536 </message>
534 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login"> 537 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login">
535 Help 538 Help
536 </message> 539 </message>
537 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog"> 540 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog">
538 Sign in 541 Sign in
539 </message> 542 </message>
540 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate."> 543 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate.">
541 Type the characters you see in the picture below. 544 Type the characters you see in the picture below.
542 </message> 545 </message>
543 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME"> 546 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME">
(...skipping 3089 matching lines...) Expand 10 before | Expand all | Expand 10 after
3633 <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."> 3636 <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.">
3634 Kryptonite! The cryptohome for the kiosk application could not be mounted. 3637 Kryptonite! The cryptohome for the kiosk application could not be mounted.
3635 </message> 3638 </message>
3636 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure."> 3639 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
3637 Kiosk application could not be installed. 3640 Kiosk application could not be installed.
3638 </message> 3641 </message>
3639 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 3642 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
3640 Kiosk application launch canceled. 3643 Kiosk application launch canceled.
3641 </message> 3644 </message>
3642 </grit-part> 3645 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698