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

Unified Diff: chrome/app/generated_resources.grd

Issue 489103004: Allow editing passwords in settings/passwords (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude 2 tests on Android Created 6 years, 3 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c238b6fecac7ef5c0696dc653238dc44079b4441..0f7deb761c88b76719f25cf413f57ac45010d3c9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7318,12 +7318,30 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PASSWORDS_PAGE_SEARCH_PASSWORDS" desc="Placeholder text shown in password table search box">
Search passwords
</message>
+ <message name="IDS_PASSWORDS_PAGE_URL_INSTRUCTION" desc="Placeholder text shown in the URL field of the Add New Entry row">
engedy 2014/09/15 14:38:58 Note that the translators will not receive the res
jaekyeom 2014/09/16 07:58:09 Done.
+ Origin URL
engedy 2014/09/15 14:38:58 We have discussed this with Vaclav in depth, and a
jaekyeom 2014/09/16 07:58:09 I agree with you. Done.
+ </message>
+ <message name="IDS_PASSWORDS_PAGE_USERNAME_INSTRUCTION" desc="Placeholder text shown in the username field of the Add New Entry row">
+ Username
+ </message>
+ <message name="IDS_PASSWORDS_PAGE_PASSWORD_INSTRUCTION" desc="Placeholder text shown in the password field of the Add New Entry row">
+ Password
+ </message>
+ <message name="IDS_PASSWORDS_PAGE_INVALID_URL_TOOLTIP" desc="Text for tooltip shown when the URL is invalid">
+ Must be a valid HTTP or HTTPS URL
engedy 2014/09/15 14:38:58 nit: Login page URL must be...
jaekyeom 2014/09/16 07:58:09 Done.
+ </message>
+ <message name="IDS_PASSWORDS_PAGE_INVALID_PASSWORD_TOOLTIP" desc="Text for tooltip shown when the password is invalid">
+ Password must contain at least one character
+ </message>
<message name="IDS_PASSWORDS_PAGE_VIEW_SHOW_BUTTON" desc="Text for passwords page view's button to show a stored password">
Show
</message>
<message name="IDS_PASSWORDS_PAGE_VIEW_HIDE_BUTTON" desc="Text for passwords page view's button to hide a stored password">
Hide
</message>
+ <message name="IDS_PASSWORDS_PAGE_VIEW_OVERWRITE_BUTTON" desc="Text for passwords page view's button to overwrite a stored password">
+ Overwrite
+ </message>
<message name="IDS_PASSWORDS_PAGE_VIEW_NO_PASSWORDS_DESCRIPTION" desc="Text for passwords page view when there are no passwords to show.">
Your saved passwords will appear here.
</message>

Powered by Google App Engine
This is Rietveld 408576698