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

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

Issue 2232893002: Display text prompting user to set screen lock in order to view password in PasswordEntryEditor Base URL: https://chromium.googlesource.com/chromium/src.git@reauthentication
Patch Set: Revert display condition 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java ('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 <!-- 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 </message> 368 </message>
369 <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.'> 369 <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.'>
370 Unmask password 370 Unmask password
371 </message> 371 </message>
372 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD_ACTION_TIT LE" desc='Title for button on action bar that deletes the stored password.'> 372 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD_ACTION_TIT LE" desc='Title for button on action bar that deletes the stored password.'>
373 Delete password 373 Delete password
374 </message> 374 </message>
375 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD" desc='Con tent description for the button that allows users to delete the stored password. '> 375 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD" desc='Con tent description for the button that allows users to delete the stored password. '>
376 Delete stored password 376 Delete stored password
377 </message> 377 </message>
378 <message name="IDS_PASSWORDS_ACTIVATE_DEVICE_LOCK" desc="Text displayed wh en user doesn't have device lock set"> 378 <message name="IDS_PASSWORD_ENTRY_EDITOR_SET_DEVICE_LOCK_PROMPT" desc="Tex t displayed when user doesn't have device lock set">
379 Secure lock screen hasn't been set up. In order to access passwords, set up a lock screen via your device's security settings. 379 Set screen lock to view your passwords on this device.
380 </message> 380 </message>
381 <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_USERNAME" desc='Name us ed to identify copying username to clipboard'> 381 <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_USERNAME" desc='Name us ed to identify copying username to clipboard'>
382 username 382 username
383 </message> 383 </message>
384 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the username of a saved account has be en copied into clipboard.'> 384 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the username of a saved account has be en copied into clipboard.'>
385 Username copied 385 Username copied
386 </message> 386 </message>
387 <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_COPIED_INTO_CLIPBOARD" desc= 'Text that announces to the user that the site of a saved account has been copie d into clipboard.'> 387 <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_COPIED_INTO_CLIPBOARD" desc= 'Text that announces to the user that the site of a saved account has been copie d into clipboard.'>
388 Site copied 388 Site copied
389 </message> 389 </message>
(...skipping 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2725 Tap this button for quick access to your tabs. 2725 Tap this button for quick access to your tabs.
2726 </message> 2726 </message>
2727 2727
2728 <!-- Item Chooser UI strings --> 2728 <!-- Item Chooser UI strings -->
2729 <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."> 2729 <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.">
2730 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2730 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2731 </message> 2731 </message>
2732 </messages> 2732 </messages>
2733 </release> 2733 </release>
2734 </grit> 2734 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698