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

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

Issue 2260023002: [ios] String updates for Update Password infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 Nope 204 Nope
205 </message> 205 </message>
206 <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 206 <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
207 brand. [Length: 70em]"> 207 brand. [Length: 70em]">
208 Do you want Google Smart Lock to save your password for this site? 208 Do you want Google Smart Lock to save your password for this site?
209 </message> 209 </message>
210 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD" desc="Infobar mes sage to update a password without associated credential [Length: 70em]."> 210 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD" desc="Infobar mes sage to update a password without associated credential [Length: 70em].">
211 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for this site? 211 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for this site?
212 </message> 212 </message>
213 <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]"> 213 <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]">
214 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? 214 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for <ph name="USERNAME">$2<ex>don.john.lemon@example .com</ex></ph> for this site?
215 </message> 215 </message>
216 <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."> 216 <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.">
217 Google Smart Lock for Passwords 217 Google Smart Lock for Passwords
218 </message> 218 </message>
219 <!-- Password Generation --> 219 <!-- Password Generation -->
220 <message name="IDS_IOS_GENERATED_PASSWORD_ACCEPT" desc="The text of the bu tton that accepts the generated password. [Length: 20em] [iOS only]"> 220 <message name="IDS_IOS_GENERATED_PASSWORD_ACCEPT" desc="The text of the bu tton that accepts the generated password. [Length: 20em] [iOS only]">
221 Use Password 221 Use Password
222 </message> 222 </message>
223 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view label to generate a password. [Length: 20em] [iOS only]"> 223 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view label to generate a password. [Length: 20em] [iOS only]">
224 Generate Password 224 Generate Password
(...skipping 30 matching lines...) Expand all
255 </message> 255 </message>
256 256
257 <!-- The URL for Google Chrome privacy policy. --> 257 <!-- The URL for Google Chrome privacy policy. -->
258 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> 258 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false">
259 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ 259 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/
260 </message> 260 </message>
261 261
262 </messages> 262 </messages>
263 </release> 263 </release>
264 </grit> 264 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698