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

Unified Diff: chrome/app/generated_resources.grd

Issue 558066: Autofill dialog for the Mac. This is UI only at this point. The UI is not h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/nibs/AutoFillAddressFormView.xib » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 38653)
+++ chrome/app/generated_resources.grd (working copy)
@@ -4898,6 +4898,18 @@
<message name="IDS_AUTOFILL_NEW_ADDRESS" desc="The profile label of a new address.">
New address
</message>
+ <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address.">
+ , '''
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_ADDRESS_NAME_SEPARATOR" desc="The separator character used between first and last names in the address summary.">
+ ''' '''
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_FORMAT" desc="The format string of the summary of an address. $1=name, $2=separator, $3=addressLine1">
+ $1$2$3
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_NAME_FORMAT" desc="The format string of the summary of an address. $1=firstName, $2=separator, $3=lastName">
+ $1$2$3
+ </message>
<message name="IDS_AUTOFILL_NEW_CREDITCARD" desc="The profile label of a new credit card.">
New credit card
</message>
« no previous file with comments | « no previous file | chrome/app/nibs/AutoFillAddressFormView.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698