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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2067323004: Allow copying and viewing account credentials in PasswordEntryEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move reauthentication functionality to PasswordEntryEditor, implement copying for link and username 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index cc3fd76d32d12eae15d64f27b3b9c89a20872390..207a00830ee55361de14c1ee28365d9fc5306d34 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -369,6 +369,21 @@ CHAR-LIMIT guidelines:
<message name="IDS_PASSWORD_ENTRY_EDITOR_VIEW_STORED_PASSWORD" desc='Content description for the button that allows users to view the stored password upon reauthentication.'>
Unmask password
</message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_USERNAME" desc='Name used to identify copying username to clipboard'>
vabr (Chromium) 2016/07/26 20:03:18 This (and the "site" below) are a bit cryptic. Is
dozsa 2016/07/27 19:04:45 Sorry, this is no longer necessary as it's never s
+ username
+ </message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_COPIED" desc='Text that announces user that the username of a saved account has been copied'>
+ Username copied
+ </message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_SITE" desc='Name used to identify copying site to clipboard'>
+ site
+ </message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_COPIED" desc='Text that announces user that the site of a saved account has been copied'>
+ Site copied
+ </message>
+ <message name="IDS_PASSWORD_ENTRY_EDITOR_SET_LOCK_SCREEN" desc='Text prompting user to set device lock in order to view/copy passwords'>
+ In order to view and copy passwords you must set up a device lock in your device's security settings.
+ </message>
<!-- Homepage preferences -->
<message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage">

Powered by Google App Engine
This is Rietveld 408576698