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

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

Issue 2156613002: Modify PasswordEntryEditor UI to display account credentials in a user-friendly manner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 <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]"> 330 <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]">
331 Never saved 331 Never saved
332 </message> 332 </message>
333 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central."> 333 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central.">
334 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> 334 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>
335 </message> 335 </message>
336 <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.">
337 Saved passwords will appear here. 337 Saved passwords will appear here.
338 </message> 338 </message>
339 <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.'>
340 Edit saved name/password or exception 340 Edit saved account
341 </message>
342 <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_TITLE" desc='Title preceding the identification of the site where the stored password comes from.'>
343 Site
344 </message>
345 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_TITLE" desc='Title prece ding username of the account where the stored password comes from.'>
346 Username
347 </message>
348 <message name="IDS_PASSWORD_ENTRY_EDITOR_PASSWORD" desc='Title preceding p assword on password entry editor.'>
349 Password
350 </message>
351 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_SITE" desc='Content d escription for the button that copies the stored password.'>
352 Copy site
353 </message>
354 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_USERNAME" desc='Conte nt description for the button that copies the stored password.'>
355 Copy username
356 </message>
357 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_PASSWORD" desc='Conte nt description for the button that copies the stored password.'>
358 Copy password
359 </message>
360 <message name="IDS_PASSWORD_ENTRY_EDITOR_VIEW_STORED_PASSWORD" desc='Conte nt description for the button that allows users to view the stored password upon reauthentication.'>
361 Unmask password
341 </message> 362 </message>
342 363
343 <!-- Homepage preferences --> 364 <!-- Homepage preferences -->
344 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> 365 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage">
345 Default 366 Default
346 </message> 367 </message>
347 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_TITLE" desc="The title of the scr een that allows users to change the URL that opens when they tap on the home pag e button in the omnibox."> 368 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_TITLE" desc="The title of the scr een that allows users to change the URL that opens when they tap on the home pag e button in the omnibox.">
348 Edit home page 369 Edit home page
349 </message> 370 </message>
350 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_LABEL" desc="The label for the ed it text field that allows the user to change the URL that is opened when they ta p on the home page button in the omnibox."> 371 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_LABEL" desc="The label for the ed it text field that allows the user to change the URL that is opened when they ta p on the home page button in the omnibox.">
(...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2698 Tap this button for quick access to your tabs. 2719 Tap this button for quick access to your tabs.
2699 </message> 2720 </message>
2700 2721
2701 <!-- Item Chooser UI strings --> 2722 <!-- Item Chooser UI strings -->
2702 <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."> 2723 <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.">
2703 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2724 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2704 </message> 2725 </message>
2705 </messages> 2726 </messages>
2706 </release> 2727 </release>
2707 </grit> 2728 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698