diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 23:56:30 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 23:56:30 +0000 |
commit | 6f4926b7834dfaf506957b02dd80e6004489824e (patch) | |
tree | 6eb970b170a07db4e8787db199b6c4beaff07988 | |
parent | 11903b0dd26e51563e0645af2e900649ac028408 (diff) | |
download | chromium_src-6f4926b7834dfaf506957b02dd80e6004489824e.zip chromium_src-6f4926b7834dfaf506957b02dd80e6004489824e.tar.gz chromium_src-6f4926b7834dfaf506957b02dd80e6004489824e.tar.bz2 |
AutoFill string hints for localization team
Adds examples to formatted AutoFill strings to aid localization team.
BUG=39493
TEST=AutoFillProfileTest
Review URL: http://codereview.chromium.org/1472002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42871 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a03cf9d..dad12f4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5422,10 +5422,10 @@ Keep your key file in a safe place. You will need it to create new versions of y ''' ''' </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 + <ph name="NAME">$1<ex>Marion Morrison</ex></ph><ph name="SEPARATOR">$2<ex>, </ex></ph><ph name="ADDRESS">$3<ex>123 Zoo St.</ex></ph> </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 + <ph name="FIRSTNAME">$1<ex>John</ex></ph><ph name="SEPARATOR">$2<ex>''' '''</ex></ph><ph name="LASTNAME">$3<ex>Smith</ex></ph> </message> <message name="IDS_AUTOFILL_NEW_CREDITCARD" desc="The profile label of a new credit card."> New credit card @@ -6147,10 +6147,10 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_FONTSETTINGS_CONFIGUREFONTS_BUTTON" desc="The label of the 'configure fonts and languages' button"> Change font and language settings </message> - <message name="IDS_OPTIONS_FONTSETTINGS_CONFIGUREFONTSONLY_BUTTON" desc="The label of the 'configure fonts' button"> + <message name="IDS_OPTIONS_FONTSETTINGS_CONFIGUREFONTSONLY_BUTTON" desc="The label of the 'configure fonts' button"> Change font settings </message> - + <message name="IDS_OPTIONS_CHROME_DICTIONARY_INFO" desc="The documentation string of the 'Spell check dictionary language' section"> Change the language of the spell-checking dictionary. </message> |