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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 301343002: mac: Clean up autofill integration with Address Book. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill_cleanup2_base
Patch Set: Move comment. Remove DCHECKs. Created 6 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 9646 matching lines...) Expand 10 before | Expand all | Expand 10 after
9657 <message name="IDS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="The label of the b utton that adds a new Autofill address."> 9657 <message name="IDS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="The label of the b utton that adds a new Autofill address.">
9658 Add new street address... 9658 Add new street address...
9659 </message> 9659 </message>
9660 <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of th e button that adds a new Autofill credit card."> 9660 <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of th e button that adds a new Autofill credit card.">
9661 Add new credit card... 9661 Add new credit card...
9662 </message> 9662 </message>
9663 <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofi ll dialog."> 9663 <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofi ll dialog.">
9664 Autofill settings 9664 Autofill settings
9665 </message> 9665 </message>
9666 <if expr="is_macosx"> 9666 <if expr="is_macosx">
9667 <message name="IDS_AUTOFILL_USE_MAC_ADDRESS_BOOK" desc="Checkbox label to enable Address Book on Mac."> 9667 <message name="IDS_AUTOFILL_USE_MAC_ADDRESS_BOOK" desc="Checkbox label to enable access to the user's Address Book on Mac. On Mac 10.8+ the applicatio n that manages the Address Book is called Contacts.">
Lei Zhang 2014/06/04 22:58:36 Curious, what percentage of users are still on 10.
erikchen 2014/06/04 23:26:23 30% of users are on 10.6 and 10.7. I'm inclined to
Lei Zhang 2014/06/04 23:28:33 Ok, your call.
9668 Include addresses from your Address Book card 9668 Include addresses from your Contacts card
9669 </message> 9669 </message>
9670 </if> 9670 </if>
9671 <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Addresses group of the Autofill dialog."> 9671 <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Addresses group of the Autofill dialog.">
9672 Addresses 9672 Addresses
9673 </message> 9673 </message>
9674 <message name="IDS_AUTOFILL_CREDITCARDS_GROUP_NAME" desc="IThe name of t he Credit Cards group of the Autofill dialog."> 9674 <message name="IDS_AUTOFILL_CREDITCARDS_GROUP_NAME" desc="IThe name of t he Credit Cards group of the Autofill dialog.">
9675 Credit cards 9675 Credit cards
9676 </message> 9676 </message>
9677 <message name="IDS_AUTOFILL_EDIT_ADDRESS_CAPTION" desc="The caption on t he edit Autofill address dialog."> 9677 <message name="IDS_AUTOFILL_EDIT_ADDRESS_CAPTION" desc="The caption on t he edit Autofill address dialog.">
9678 Edit address 9678 Edit address
(...skipping 4477 matching lines...) Expand 10 before | Expand all | Expand 10 after
14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14157 Enforce (try to get hashes, and enforce them if successful) 14157 Enforce (try to get hashes, and enforce them if successful)
14158 </message> 14158 </message>
14159 14159
14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14161 Enforce strict (hard fail if we can't get hashes) 14161 Enforce strict (hard fail if we can't get hashes)
14162 </message> 14162 </message>
14163 </messages> 14163 </messages>
14164 </release> 14164 </release>
14165 </grit> 14165 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/browser_prefs.cc » ('j') | chrome/browser/ui/autofill/autofill_popup_controller_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698