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

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: WebUI test fixed. Created 7 years, 6 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/app_mode/kiosk_app_launcher.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 <!-- 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 </message> 527 </message>
528 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen"> 528 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen">
529 Shut down 529 Shut down
530 </message> 530 </message>
531 <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen"> 531 <message name="IDS_ADD_USER_BUTTON" desc="Text shown on an add user button on login/locker screen">
532 Add user 532 Add user
533 </message> 533 </message>
534 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen"> 534 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen">
535 Apps 535 Apps
536 </message> 536 </message>
537 <message name="IDS_CANCEL_USER_ADDING" desc="Text shown on a button that cance l adding user into multiprofile session.">
538 Cancel multiple sign-in
539 </message>
537 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login"> 540 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login">
538 Help 541 Help
539 </message> 542 </message>
540 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog"> 543 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog">
541 Sign in 544 Sign in
542 </message> 545 </message>
543 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate."> 546 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate.">
544 Type the characters you see in the picture below. 547 Type the characters you see in the picture below.
545 </message> 548 </message>
546 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME"> 549 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME">
(...skipping 3089 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 3639 <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.">
3637 Kryptonite! The cryptohome for the kiosk application could not be mounted. 3640 Kryptonite! The cryptohome for the kiosk application could not be mounted.
3638 </message> 3641 </message>
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."> 3642 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
3640 Kiosk application could not be installed. 3643 Kiosk application could not be installed.
3641 </message> 3644 </message>
3642 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 3645 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
3643 Kiosk application launch canceled. 3646 Kiosk application launch canceled.
3644 </message> 3647 </message>
3645 </grit-part> 3648 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698