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

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

Issue 2550263002: cros: Ensure task manager shows correct title for lock screen webview (Closed)
Patch Set: Rebase Created 4 years 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/BUILD.gn » ('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 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2151 </message> 2151 </message>
2152 <message name="IDS_RESTART_BUTTON" desc="Text shown on reboot button on login/ locker screen"> 2152 <message name="IDS_RESTART_BUTTON" desc="Text shown on reboot button on login/ locker screen">
2153 Restart 2153 Restart
2154 </message> 2154 </message>
2155 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen"> 2155 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on log in/locker screen">
2156 Shut down 2156 Shut down
2157 </message> 2157 </message>
2158 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen"> 2158 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen">
2159 Apps 2159 Apps
2160 </message> 2160 </message>
2161 <message name="IDS_LOCK_SCREEN_TASK_MANAGER_NAME" desc="The name of the lock s creen as it appears in the task manager. This will be prefixed with another stri ng, such as 'Extension: ' (see IDS_TASK_MANAGER_EXTENSION_PREFIX)">
2162 Lock Screen
2163 </message>
2161 <message name="IDS_LOGIN_USER_ADDING_BANNER" desc="Text shown on a banner in u ser adding screen."> 2164 <message name="IDS_LOGIN_USER_ADDING_BANNER" desc="Text shown on a banner in u ser adding screen.">
2162 Add an account to multiple sign-in. All signed-in accounts can be accessed w ithout a password, so this feature should only be used with trusted accounts. 2165 Add an account to multiple sign-in. All signed-in accounts can be accessed w ithout a password, so this feature should only be used with trusted accounts.
2163 </message> 2166 </message>
2164 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login"> 2167 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login">
2165 Help 2168 Help
2166 </message> 2169 </message>
2167 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog"> 2170 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog">
2168 Sign in 2171 Sign in
2169 </message> 2172 </message>
2170 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate."> 2173 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate.">
(...skipping 4437 matching lines...) Expand 10 before | Expand all | Expand 10 after
6608 Attempts left: $1 6611 Attempts left: $1
6609 </message> 6612 </message>
6610 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6613 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6611 PIN 6614 PIN
6612 </message> 6615 </message>
6613 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6616 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6614 PUK 6617 PUK
6615 </message> 6618 </message>
6616 6619
6617 </grit-part> 6620 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698