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

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: Fix presubmit errors 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="Title of password set tings entry in main Chrome preferences for users who will be redirected to passw ords.google.com to manage their passwords.">
331 Saved passwords
332 </message>
333 <message name="IDS_REDIRECT_TO_PASSWORDS_LINK" desc="Hostname of the site where users will go if they tap the passwords settings in main Chrome preference s.">
334 passwords.google.com
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 2361 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 Tap this button for quick access to your tabs. 2707 Tap this button for quick access to your tabs.
2702 </message> 2708 </message>
2703 2709
2704 <!-- Item Chooser UI strings --> 2710 <!-- Item Chooser UI strings -->
2705 <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 <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.">
2706 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2712 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2707 </message> 2713 </message>
2708 </messages> 2714 </messages>
2709 </release> 2715 </release>
2710 </grit> 2716 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/MainPreferences.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698