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

Side by Side Diff: ios/chrome/app/strings/ios_strings.grd

Issue 2104833002: Add strings for use in iOS update password infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_save_passwords
Patch Set: Created 4 years, 5 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 | « ios/chrome/app/strings/ios_google_chrome_strings.grd ('k') | no next file » | 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 2
3 <!-- 3 <!--
4 This file contains definition of resources that will be translated for each 4 This file contains definition of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are
6 available for making strings OS specific. Other platform defines such as 6 available for making strings OS specific. Other platform defines such as
7 use_titlecase are declared in build/common.gypi. 7 use_titlecase are declared in build/common.gypi.
8 8
9 The strings in this file are specific to iOS, thus is_ios will be true and 9 The strings in this file are specific to iOS, thus is_ios will be true and
10 all other OS specific variables will be false. 10 all other OS specific variables will be false.
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 Copied 193 Copied
194 </message> 194 </message>
195 195
196 <!-- Password Manager --> 196 <!-- Password Manager -->
197 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button tex t for password manager [Length: 10em]"> 197 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button tex t for password manager [Length: 10em]">
198 Save 198 Save
199 </message> 199 </message>
200 <message name="IDS_IOS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button tex t for the 'Save Password' infobar's 'Never remember for this site' option [Lengt h: 10em]"> 200 <message name="IDS_IOS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button tex t for the 'Save Password' infobar's 'Never remember for this site' option [Lengt h: 10em]">
201 Never 201 Never
202 </message> 202 </message>
203 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_BUTTON" desc="Label for the 'update' button in the Update Password infobar. This infobar asks if the user w ishes to update the saved password for a site to a new password the user has jus t entered; the button applies the suggested update. [Length: 10em]">
204 Update
205 </message>
206 <message name="IDS_IOS_PASSWORD_MANAGER_CANCEL_BUTTON" desc="Label for the 'dismiss' button in the Update Password infobar. The UI asks the user if they w ish to update their password; the button dismisses the UI without taking the sug gested action.">
207 Nope
208 </message>
203 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT_SMART_LOCK_BR ANDING" desc="Info bar message to save a password, referring to the Google Smart Lock 209 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT_SMART_LOCK_BR ANDING" desc="Info bar message to save a password, referring to the Google Smart Lock
204 brand. [Length: 70em]"> 210 brand. [Length: 70em]">
205 Do you want Google Smart Lock to save your password for this site? 211 Do you want Google Smart Lock to save your password for this site?
206 </message> 212 </message>
207 213 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD" desc="Infobar mes sage to update a password without associated credential [Length: 70em].">
214 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for this site?
215 </message>
216 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD_FOR_ACCOUNT" desc= "Infobar message to update a password for named account, referring to PASSWORD_M ANAGER_BRAND as the [Length:70em]">
217 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update the password for <ph name="USERNAME">$2<ex>don.john.lemon@example. com</ex></ph> for this site?
218 </message>
219 <message name="IDS_IOS_PASSWORD_MANAGER_SMART_LOCK_FOR_PASSWORDS" desc="Th e more descriptive brand name of the password manager when the user is signed in . Used in various UI elements, can be in link format.">
220 Google Smart Lock for Passwords
221 </message>
208 <!-- Password Generation --> 222 <!-- Password Generation -->
209 <message name="IDS_IOS_GENERATED_PASSWORD_ACCEPT" desc="The text of the bu tton that accepts the generated password. [Length: 20em] [iOS only]"> 223 <message name="IDS_IOS_GENERATED_PASSWORD_ACCEPT" desc="The text of the bu tton that accepts the generated password. [Length: 20em] [iOS only]">
210 Use Password 224 Use Password
211 </message> 225 </message>
212 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view label to generate a password. [Length: 20em] [iOS only]"> 226 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view label to generate a password. [Length: 20em] [iOS only]">
213 Generate Password 227 Generate Password
214 </message> 228 </message>
215 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex planation text for the generated password prompt. [iOS only]"> 229 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex planation text for the generated password prompt. [iOS only]">
216 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y ou don't have to remember it yourself. 230 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y ou don't have to remember it yourself.
217 </message> 231 </message>
(...skipping 26 matching lines...) Expand all
244 </message> 258 </message>
245 259
246 <!-- The URL for Google Chrome privacy policy. --> 260 <!-- The URL for Google Chrome privacy policy. -->
247 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> 261 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false">
248 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ 262 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/
249 </message> 263 </message>
250 264
251 </messages> 265 </messages>
252 </release> 266 </release>
253 </grit> 267 </grit>
OLDNEW
« no previous file with comments | « ios/chrome/app/strings/ios_google_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698