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

Unified Diff: chrome/app/generated_resources.grd

Issue 12225095: Interactive autofill: Adds footnote view to accept legal documents in the UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky@ review Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/autofill/wallet/wallet_items.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index dfd84b467fb8ff37992684fd0c7ea1101d2899b6..d19df9660cfca65a0cb042babd82fc0964e2cf4b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11013,10 +11013,30 @@ experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>"
<message name="IDS_AUTOFILL_DIALOG_SUBMIT_BUTTON" desc="Button text for confirmation of user details.">
Submit
</message>
- <message name="IDS_AUTOFILL_DIALOG_AUTOCHECKOUT_PROGRESS_BAR" desc="Label for Autocheckout progres bar.">
+ <message name="IDS_AUTOFILL_DIALOG_AUTOCHECKOUT_PROGRESS_BAR" desc="Label for Autocheckout progress bar.">
Auto-Checkout...
</message>
-
+ <message name="IDS_AUTOFILL_DIALOG_PRIVACY_NOTICE" desc="The text of a footnote link that is included whenever legal documents need to be accepted or updated.">
+ Google Wallet Privacy Notice
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_LEGAL_LINKS_NEW_2" desc="Label at the bottom of the autofill dialog that is shown when a user needs to accept updated legal documents (ex: Privacy Policy, Terms Of Service). Link text must be inside of |pipes|.">
+ <ph name="LEGAL_DOC_LINK_TEXT_1">|$1|<ex>|Google Wallet Terms Of Service|</ex></ph> and <ph name="LEGAL_DOC_LINK_TEXT_2">|$2|<ex>|Privacy Policy|</ex></ph> have yet to be accepted.
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_LEGAL_LINKS_NEW_3" desc="Label at the bottom of the autofill dialog that is shown when a user needs to accept updated legal documents (ex: Privacy Policy, Terms Of Service). Link text must be inside of |pipes|.">
+ <ph name="LEGAL_DOC_LINK_TEXT_1">|$1|<ex>|Google Wallet Terms Of Service|</ex></ph>, <ph name="LEGAL_DOC_LINK_TEXT_2">|$2|<ex>|Privacy Policy|</ex></ph>, and <ph name="LEGAL_DOC_LINK_TEXT_3">|$3|<ex>|Terms Of Use|</ex></ph> have yet to be accepted.
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_LEGAL_LINKS_UPDATED_2" desc="Label at the bottom of the autofill dialog that is shown when a user needs to accept updated legal documents (ex: Privacy Policy, Terms Of Service). Link text must be inside of |pipes|.">
+ <ph name="LEGAL_DOC_LINK_TEXT_1">|$1|<ex>|Google Wallet Terms Of Service|</ex></ph> and <ph name="LEGAL_DOC_LINK_TEXT_2">|$2|<ex>|Privacy Policy|</ex></ph> have been updated.
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_LEGAL_LINKS_UPDATED_3" desc="Label at the bottom of the autofill dialog that is shown when a user needs to accept updated legal documents (ex: Privacy Policy, Terms Of Service). Link text must be inside of |pipes|.">
+ <ph name="LEGAL_DOC_LINK_TEXT_1">|$1|<ex>|Google Wallet Terms Of Service|</ex></ph>, <ph name="LEGAL_DOC_LINK_TEXT_2">|$2|<ex>|Privacy Policy|</ex></ph>, and <ph name="LEGAL_DOC_LINK_TEXT_3">|$3|<ex>|Terms Of Use|</ex></ph> have been updated.
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_ACCEPT_NEW" desc="Label at the bottom of the autofill dialog that tells users that by clicking the submit button (just above this label) that they're also accepting legal terms.">
+ By clicking <ph name="SUBMIT_TEXT">Submit</ph> you verify that you accept these terms.
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_ACCEPT_UPDATE" desc="Label at the bottom of the autofill dialog that tells users that by clicking the submit button (just above this label) that they're also accepting updated legal terms.">
+ By clicking <ph name="SUBMIT_TEXT">Submit</ph> you verify that you accept these changes.
+ </message>
<message name="IDS_APPEARANCE_GROUP_NAME" desc="The title of the appearance group">
Appearance
« no previous file with comments | « no previous file | chrome/browser/autofill/wallet/wallet_items.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698