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

Unified Diff: chrome/app/generated_resources.grd

Issue 6484022: Autofill i18n: Set postal code and state field labels based on the selected country. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: I see you, ICU Created 9 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c6d88b7da1025857957bb77c9acb2d887a209076..5c3cc5dcc452f5ff10f1b56b1225538eb55d0969 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4220,7 +4220,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
If you are unhappy about it: click here to close browser, sign out and revert.
</message>
</if>
-
+
<if expr="pp_ifdef('chromeos')">
<!-- about:system strings -->
<message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
@@ -7101,12 +7101,44 @@ This web page was killed, either because Chrome ran out of memory, or you chose
<message name="IDS_AUTOFILL_DIALOG_CITY" desc="The label of the City entry.">
City/Town:
</message>
+ <!-- These are all variants of the same logical field: The major subdivision below the "country" level. -->
<message name="IDS_AUTOFILL_DIALOG_STATE" desc="The label of the State entry.">
- State/Province/District:
+ State:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_AREA" desc="The label of the Area entry.">
+ Area:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_COUNTY" desc="The label of the County entry.">
+ County:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_DEPARTMENT" desc="The label of the Department entry.">
+ Department:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_DISTRICT" desc="The label of the District entry.">
+ District:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_EMIRATE" desc="The label of the Emirate entry.">
+ Emirate:
</message>
+ <message name="IDS_AUTOFILL_DIALOG_ISLAND" desc="The label of the Island entry.">
+ Island:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_PARISH" desc="The label of the Parish entry.">
+ Parish:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_PREFECTURE" desc="The label of the Prefecture entry.">
+ Prefecture:
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_PROVINCE" desc="The label of the Province entry.">
+ Province:
+ </message>
+ <!-- End state variants. -->
<message name="IDS_AUTOFILL_DIALOG_ZIP_CODE" desc="The label of the Zip code entry.">
Zip code:
</message>
+ <message name="IDS_AUTOFILL_DIALOG_POSTAL_CODE" desc="The label of the Postal code entry.">
+ Postal code:
+ </message>
<message name="IDS_AUTOFILL_DIALOG_COUNTRY" desc="The label of the Country entry.">
Country:
</message>
@@ -7145,12 +7177,44 @@ This web page was killed, either because Chrome ran out of memory, or you chose
<message name="IDS_AUTOFILL_DIALOG_CITY" desc="The label of the City entry.">
City/Town
</message>
+ <!-- These are all variants of the same logical field: The major subdivision below the "country" level. -->
<message name="IDS_AUTOFILL_DIALOG_STATE" desc="The label of the State entry.">
- State/Province/District
+ State
</message>
+ <message name="IDS_AUTOFILL_DIALOG_AREA" desc="The label of the Area entry.">
+ Area
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_COUNTY" desc="The label of the County entry.">
+ County
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_DEPARTMENT" desc="The label of the Department entry.">
+ Department
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_DISTRICT" desc="The label of the District entry.">
+ District
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_EMIRATE" desc="The label of the Emirate entry.">
+ Emirate
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_ISLAND" desc="The label of the Island entry.">
+ Island
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_PARISH" desc="The label of the Parish entry.">
+ Parish
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_PREFECTURE" desc="The label of the Prefecture entry.">
+ Prefecture
+ </message>
+ <message name="IDS_AUTOFILL_DIALOG_PROVINCE" desc="The label of the Province entry.">
+ Province
+ </message>
+ <!-- End state variants. -->
<message name="IDS_AUTOFILL_DIALOG_ZIP_CODE" desc="The label of the Zip code entry.">
Zip code
</message>
+ <message name="IDS_AUTOFILL_DIALOG_POSTAL_CODE" desc="The label of the Postal code entry.">
+ Postal code
+ </message>
<message name="IDS_AUTOFILL_DIALOG_COUNTRY" desc="The label of the Country entry.">
Country
</message>
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_country.h » ('j') | chrome/browser/autofill/autofill_country.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698