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

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

Issue 2808423002: cros: Show dircryto migration banner (Closed)
Patch Set: add a test, fix nits Created 3 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/screens/user_selection_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 <!-- 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 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after
2127 </message> 2127 </message>
2128 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login"> 2128 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login">
2129 Help 2129 Help
2130 </message> 2130 </message>
2131 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog"> 2131 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha i nput dialog">
2132 Sign in 2132 Sign in
2133 </message> 2133 </message>
2134 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate."> 2134 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate.">
2135 Type the characters you see in the picture below. 2135 Type the characters you see in the picture below.
2136 </message> 2136 </message>
2137 <message name="IDS_LOGIN_NEEDS_DIRCRYPTO_MIGRATION_BANNER" desc="Banner text f or users that need to migrate their data to use dircrypto.">
2138 You've got a new critical update. Sign in to get started.
2139 </message>
2137 <message name="IDS_OPTIONS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displa yed in settings page when the user is secondary in a multi-profile session."> 2140 <message name="IDS_OPTIONS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displa yed in settings page when the user is secondary in a multi-profile session.">
2138 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com</e x></ph> are being shared with you. These settings only affect your account when using multiple sign-in. 2141 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com</e x></ph> are being shared with you. These settings only affect your account when using multiple sign-in.
2139 </message> 2142 </message>
2140 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME"> 2143 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME">
2141 Date and time 2144 Date and time
2142 </message> 2145 </message>
2143 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIRED_NETWORK" desc="Title f or section in settings/internet for list of wired networks (usually one)"> 2146 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIRED_NETWORK" desc="Title f or section in settings/internet for list of wired networks (usually one)">
2144 Wired network 2147 Wired network
2145 </message> 2148 </message>
2146 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIRELESS_NETWORK" desc="Titl e for section in settings/internet for list of wireless networks (wifi and cellu lar)"> 2149 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIRELESS_NETWORK" desc="Titl e for section in settings/internet for list of wireless networks (wifi and cellu lar)">
(...skipping 4453 matching lines...) Expand 10 before | Expand all | Expand 10 after
6600 Attempts left: $1 6603 Attempts left: $1
6601 </message> 6604 </message>
6602 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6605 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6603 PIN 6606 PIN
6604 </message> 6607 </message>
6605 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6608 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6606 PUK 6609 PUK
6607 </message> 6610 </message>
6608 6611
6609 </grit-part> 6612 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/user_selection_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698