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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4202 matching lines...) Expand 10 before | Expand all | Expand 10 after
4213 4213
4214 <!-- Locale Change Notification--> 4214 <!-- Locale Change Notification-->
4215 <if expr="pp_ifdef('chromeos')"> 4215 <if expr="pp_ifdef('chromeos')">
4216 <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when local e was changed based on profile content."> 4216 <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when local e was changed based on profile content.">
4217 Interface language has been changed: "<ph name="FROM_LOCALE">$1</ph>" => "<ph name="TO_LOCALE">$2</ph>" based on your preference. 4217 Interface language has been changed: "<ph name="FROM_LOCALE">$1</ph>" => "<ph name="TO_LOCALE">$2</ph>" based on your preference.
4218 </message> 4218 </message>
4219 <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Link to revert a change."> 4219 <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Link to revert a change.">
4220 If you are unhappy about it: click here to close browser, sign out and revert. 4220 If you are unhappy about it: click here to close browser, sign out and revert.
4221 </message> 4221 </message>
4222 </if> 4222 </if>
4223 4223
4224 <if expr="pp_ifdef('chromeos')"> 4224 <if expr="pp_ifdef('chromeos')">
4225 <!-- about:system strings --> 4225 <!-- about:system strings -->
4226 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> 4226 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
4227 About System 4227 About System
4228 </message> 4228 </message>
4229 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description"> 4229 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description">
4230 System diagnostic data 4230 System diagnostic data
4231 </message> 4231 </message>
4232 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details"> 4232 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details">
4233 Details 4233 Details
(...skipping 2860 matching lines...) Expand 10 before | Expand all | Expand 10 after
7094 </message> 7094 </message>
7095 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_1" desc="The label of th e Address Line 1 entry."> 7095 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_1" desc="The label of th e Address Line 1 entry.">
7096 Address line 1: 7096 Address line 1:
7097 </message> 7097 </message>
7098 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_2" desc="The label of th e Address Line 2 entry."> 7098 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_2" desc="The label of th e Address Line 2 entry.">
7099 Address line 2: 7099 Address line 2:
7100 </message> 7100 </message>
7101 <message name="IDS_AUTOFILL_DIALOG_CITY" desc="The label of the City ent ry."> 7101 <message name="IDS_AUTOFILL_DIALOG_CITY" desc="The label of the City ent ry.">
7102 City/Town: 7102 City/Town:
7103 </message> 7103 </message>
7104 <!-- These are all variants of the same logical field: The major subdivi sion below the "country" level. -->
7104 <message name="IDS_AUTOFILL_DIALOG_STATE" desc="The label of the State e ntry."> 7105 <message name="IDS_AUTOFILL_DIALOG_STATE" desc="The label of the State e ntry.">
7105 State/Province/District: 7106 State:
7106 </message> 7107 </message>
7108 <message name="IDS_AUTOFILL_DIALOG_AREA" desc="The label of the Area ent ry.">
7109 Area:
7110 </message>
7111 <message name="IDS_AUTOFILL_DIALOG_COUNTY" desc="The label of the County entry.">
7112 County:
7113 </message>
7114 <message name="IDS_AUTOFILL_DIALOG_DEPARTMENT" desc="The label of the De partment entry.">
7115 Department:
7116 </message>
7117 <message name="IDS_AUTOFILL_DIALOG_DISTRICT" desc="The label of the Dist rict entry.">
7118 District:
7119 </message>
7120 <message name="IDS_AUTOFILL_DIALOG_EMIRATE" desc="The label of the Emira te entry.">
7121 Emirate:
7122 </message>
7123 <message name="IDS_AUTOFILL_DIALOG_ISLAND" desc="The label of the Island entry.">
7124 Island:
7125 </message>
7126 <message name="IDS_AUTOFILL_DIALOG_PARISH" desc="The label of the Parish entry.">
7127 Parish:
7128 </message>
7129 <message name="IDS_AUTOFILL_DIALOG_PREFECTURE" desc="The label of the Pr efecture entry.">
7130 Prefecture:
7131 </message>
7132 <message name="IDS_AUTOFILL_DIALOG_PROVINCE" desc="The label of the Prov ince entry.">
7133 Province:
7134 </message>
7135 <!-- End state variants. -->
7107 <message name="IDS_AUTOFILL_DIALOG_ZIP_CODE" desc="The label of the Zip code entry."> 7136 <message name="IDS_AUTOFILL_DIALOG_ZIP_CODE" desc="The label of the Zip code entry.">
7108 Zip code: 7137 Zip code:
7109 </message> 7138 </message>
7139 <message name="IDS_AUTOFILL_DIALOG_POSTAL_CODE" desc="The label of the P ostal code entry.">
7140 Postal code:
7141 </message>
7110 <message name="IDS_AUTOFILL_DIALOG_COUNTRY" desc="The label of the Count ry entry."> 7142 <message name="IDS_AUTOFILL_DIALOG_COUNTRY" desc="The label of the Count ry entry.">
7111 Country: 7143 Country:
7112 </message> 7144 </message>
7113 <message name="IDS_AUTOFILL_DIALOG_PHONE" desc="The label of the Phone e ntry."> 7145 <message name="IDS_AUTOFILL_DIALOG_PHONE" desc="The label of the Phone e ntry.">
7114 Phone: 7146 Phone:
7115 </message> 7147 </message>
7116 <message name="IDS_AUTOFILL_DIALOG_FAX" desc="The label of the Fax entry ."> 7148 <message name="IDS_AUTOFILL_DIALOG_FAX" desc="The label of the Fax entry .">
7117 Fax: 7149 Fax:
7118 </message> 7150 </message>
7119 <message name="IDS_AUTOFILL_DIALOG_NAME_ON_CARD" desc="The label of the Name on card entry."> 7151 <message name="IDS_AUTOFILL_DIALOG_NAME_ON_CARD" desc="The label of the Name on card entry.">
(...skipping 18 matching lines...) Expand all
7138 </message> 7170 </message>
7139 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_1" desc="The label of th e Address Line 1 entry."> 7171 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_1" desc="The label of th e Address Line 1 entry.">
7140 Address line 1 7172 Address line 1
7141 </message> 7173 </message>
7142 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_2" desc="The label of th e Address Line 2 entry."> 7174 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_LINE_2" desc="The label of th e Address Line 2 entry.">
7143 Address line 2 7175 Address line 2
7144 </message> 7176 </message>
7145 <message name="IDS_AUTOFILL_DIALOG_CITY" desc="The label of the City ent ry."> 7177 <message name="IDS_AUTOFILL_DIALOG_CITY" desc="The label of the City ent ry.">
7146 City/Town 7178 City/Town
7147 </message> 7179 </message>
7180 <!-- These are all variants of the same logical field: The major subdivi sion below the "country" level. -->
7148 <message name="IDS_AUTOFILL_DIALOG_STATE" desc="The label of the State e ntry."> 7181 <message name="IDS_AUTOFILL_DIALOG_STATE" desc="The label of the State e ntry.">
7149 State/Province/District 7182 State
7150 </message> 7183 </message>
7184 <message name="IDS_AUTOFILL_DIALOG_AREA" desc="The label of the Area ent ry.">
7185 Area
7186 </message>
7187 <message name="IDS_AUTOFILL_DIALOG_COUNTY" desc="The label of the County entry.">
7188 County
7189 </message>
7190 <message name="IDS_AUTOFILL_DIALOG_DEPARTMENT" desc="The label of the De partment entry.">
7191 Department
7192 </message>
7193 <message name="IDS_AUTOFILL_DIALOG_DISTRICT" desc="The label of the Dist rict entry.">
7194 District
7195 </message>
7196 <message name="IDS_AUTOFILL_DIALOG_EMIRATE" desc="The label of the Emira te entry.">
7197 Emirate
7198 </message>
7199 <message name="IDS_AUTOFILL_DIALOG_ISLAND" desc="The label of the Island entry.">
7200 Island
7201 </message>
7202 <message name="IDS_AUTOFILL_DIALOG_PARISH" desc="The label of the Parish entry.">
7203 Parish
7204 </message>
7205 <message name="IDS_AUTOFILL_DIALOG_PREFECTURE" desc="The label of the Pr efecture entry.">
7206 Prefecture
7207 </message>
7208 <message name="IDS_AUTOFILL_DIALOG_PROVINCE" desc="The label of the Prov ince entry.">
7209 Province
7210 </message>
7211 <!-- End state variants. -->
7151 <message name="IDS_AUTOFILL_DIALOG_ZIP_CODE" desc="The label of the Zip code entry."> 7212 <message name="IDS_AUTOFILL_DIALOG_ZIP_CODE" desc="The label of the Zip code entry.">
7152 Zip code 7213 Zip code
7153 </message> 7214 </message>
7215 <message name="IDS_AUTOFILL_DIALOG_POSTAL_CODE" desc="The label of the P ostal code entry.">
7216 Postal code
7217 </message>
7154 <message name="IDS_AUTOFILL_DIALOG_COUNTRY" desc="The label of the Count ry entry."> 7218 <message name="IDS_AUTOFILL_DIALOG_COUNTRY" desc="The label of the Count ry entry.">
7155 Country 7219 Country
7156 </message> 7220 </message>
7157 <message name="IDS_AUTOFILL_DIALOG_PHONE" desc="The label of the Phone e ntry."> 7221 <message name="IDS_AUTOFILL_DIALOG_PHONE" desc="The label of the Phone e ntry.">
7158 Phone 7222 Phone
7159 </message> 7223 </message>
7160 <message name="IDS_AUTOFILL_DIALOG_FAX" desc="The label of the Fax entry ."> 7224 <message name="IDS_AUTOFILL_DIALOG_FAX" desc="The label of the Fax entry .">
7161 Fax 7225 Fax
7162 </message> 7226 </message>
7163 <message name="IDS_AUTOFILL_DIALOG_NAME_ON_CARD" desc="The label of the Name on card entry."> 7227 <message name="IDS_AUTOFILL_DIALOG_NAME_ON_CARD" desc="The label of the Name on card entry.">
(...skipping 4208 matching lines...) Expand 10 before | Expand all | Expand 10 after
11372 </includes> 11436 </includes>
11373 <structures fallback_to_english="true"> 11437 <structures fallback_to_english="true">
11374 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11438 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11375 </structure> 11439 </structure>
11376 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11440 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11377 </structure> 11441 </structure>
11378 </structures> 11442 </structures>
11379 11443
11380 </release> 11444 </release>
11381 </grit> 11445 </grit>
OLDNEW
« 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