diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 17:39:44 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 17:39:44 +0000 |
commit | 6842a3f8c00867e7964f5e66fb50d9a1875f7e55 (patch) | |
tree | f3bec4efb8d4a69b0855230956a4554e53323cb2 /chrome/app/generated_resources.grd | |
parent | 539ad94fbc9ccd48bbc30d53db332eb31623821d (diff) | |
download | chromium_src-6842a3f8c00867e7964f5e66fb50d9a1875f7e55.zip chromium_src-6842a3f8c00867e7964f5e66fb50d9a1875f7e55.tar.gz chromium_src-6842a3f8c00867e7964f5e66fb50d9a1875f7e55.tar.bz2 |
AutoFill Mac Address Book "me" card data translation.
Implements Mac Address Book "me" card integration with AutoFill feature. When the kAutoFillAuxiliaryProfilesEnabled preference is enabled, via the AutoFill preferences dialog, the active user's designated "me" card becomes available to AutoFill. That is, forms become aware of any name, address, email, and telephone number information residing in the user's "me" card. Small change to AutoFillDialog.xib to resize the preference check-box label width to accommodate new string.
BUG=36496
TEST=PersonalDataManagerTest
Review URL: http://codereview.chromium.org/668247
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f0aa259..a413ce4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5162,7 +5162,7 @@ Keep your key file in a safe place. You will need it to create new versions of y AutoFill Profiles </message> <message name="IDS_AUTOFILL_USE_MAC_ADDRESS_BOOK" desc="Checkbox label to enable Address Book on Mac."> - Use my Address Book card + Include addresses from my Address Book card </message> <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Addresses group of the AutoFill dialog."> Addresses @@ -5182,6 +5182,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_AUTOFILL_NEW_ADDRESS" desc="The profile label of a new address."> New address </message> + <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separator character used to join multi-line addresses on the Mac."> + , ''' + </message> <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address."> , ''' </message> |