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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2092723002: Redirect users without sync passphrase to passwords.google.com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify redirect test to verify sync settings 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 </message> 320 </message>
321 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]"> 321 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]">
322 Passwords 322 Passwords
323 </message> 323 </message>
324 <message name="IDS_SECTION_SAVED_PASSWORDS_EXCEPTIONS" desc="Header for th e list of websites for which user selected to never save passwords. [CHAR-LIMIT= 32]"> 324 <message name="IDS_SECTION_SAVED_PASSWORDS_EXCEPTIONS" desc="Header for th e list of websites for which user selected to never save passwords. [CHAR-LIMIT= 32]">
325 Never saved 325 Never saved
326 </message> 326 </message>
327 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central."> 327 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central.">
328 View and manage saved passwords at <ph name="BEGIN_LINK">&lt;link&gt;</p h>passwords.google.com<ph name="END_LINK">&lt;/link&gt;</ph> 328 View and manage saved passwords at <ph name="BEGIN_LINK">&lt;link&gt;</p h>passwords.google.com<ph name="END_LINK">&lt;/link&gt;</ph>
329 </message> 329 </message>
330 <message name="IDS_REDIRECT_TO_PASSWORDS_TEXT" desc="Text for link to mana ge passwords on Account Central from Settings page.">
vabr (Chromium) 2016/07/20 11:15:06 nit: "Text for link" is not very clear -- in HTML
dozsa 2016/07/20 13:12:44 Done.
331 Saved passwords
332 </message>
333 <message name="IDS_REDIRECT_TO_PASSWORDS_LINK" desc="Link to manage passwo rds on Account Central.">
334 passwords.google.com
vabr (Chromium) 2016/07/20 11:15:07 nit: This is not really a link, not even a URL. Wh
dozsa 2016/07/20 13:12:44 Done.
335 </message>
330 <message name="IDS_SAVED_PASSWORDS_NONE_TEXT" desc="Text when there are no saved passwords/exceptions."> 336 <message name="IDS_SAVED_PASSWORDS_NONE_TEXT" desc="Text when there are no saved passwords/exceptions.">
331 Saved passwords will appear here. 337 Saved passwords will appear here.
332 </message> 338 </message>
333 <message name="IDS_PASSWORD_ENTRY_EDITOR_TITLE" desc='Title of the "edit a name/password" screen.'> 339 <message name="IDS_PASSWORD_ENTRY_EDITOR_TITLE" desc='Title of the "edit a name/password" screen.'>
334 Edit saved name/password or exception 340 Edit saved name/password or exception
335 </message> 341 </message>
336 342
337 <!-- Homepage preferences --> 343 <!-- Homepage preferences -->
338 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> 344 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage">
339 Default 345 Default
(...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after
2706 Tap this button for quick access to your tabs. 2712 Tap this button for quick access to your tabs.
2707 </message> 2713 </message>
2708 2714
2709 <!-- Item Chooser UI strings --> 2715 <!-- Item Chooser UI strings -->
2710 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2716 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2711 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2717 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2712 </message> 2718 </message>
2713 </messages> 2719 </messages>
2714 </release> 2720 </release>
2715 </grit> 2721 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698