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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
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: . 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 8e41abfb3424b337c6aec97c23d2a820cd3cebb7..d166148a47892bceb53f1609ee7dd6d44e05fcfb 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10985,9 +10985,33 @@ 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_LEGAL_LINKS_NEW_1" 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> have yet to be accepted.
+ </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_1" 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> has been updated.
+ </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">

Powered by Google App Engine
This is Rietveld 408576698