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

Side by Side Diff: chrome/browser/autofill/autofill_resources.grd

Issue 7063031: Heuristics for grabber-continental.com.out (select-one) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 9 years, 7 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
« no previous file with comments | « chrome/browser/autofill/address_field.cc ('k') | chrome/browser/autofill/credit_card_field.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/autofill_resources.h" type="rc_header"> 4 <output filename="grit/autofill_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="autofill_resources.pak" type="data_package" /> 7 <output filename="autofill_resources.pak" type="data_package" />
8 <output filename="autofill_resources.rc" type="rc_all" /> 8 <output filename="autofill_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1" allow_pseudo="false"> 10 <release seq="1" allow_pseudo="false">
(...skipping 25 matching lines...) Expand all
36 <message name="IDS_AUTOFILL_COUNTRY_RE"> 36 <message name="IDS_AUTOFILL_COUNTRY_RE">
37 country|location<!-- ja-JP -->|国<!-- zh-CN -->|国家 37 country|location<!-- ja-JP -->|国<!-- zh-CN -->|国家
38 </message> 38 </message>
39 <message name="IDS_AUTOFILL_ZIP_CODE_RE"> 39 <message name="IDS_AUTOFILL_ZIP_CODE_RE">
40 zip|postal|post code|pcode|^1z$<!-- de-DE -->|postleitzahl<!-- es -->|^c p$<!-- fr-FR -->|cdp<!-- it-IT -->|^cap:?$<!-- ja-JP -->|郵便番号<!-- pt-BR, pt-PT - ->|codigo|codpos|cep<!-- ru -->|Почтовый.?Индекс<!--zh-CN -->|邮政编码|邮编<!-- zh-TW -->|郵遞區號 40 zip|postal|post code|pcode|^1z$<!-- de-DE -->|postleitzahl<!-- es -->|^c p$<!-- fr-FR -->|cdp<!-- it-IT -->|^cap:?$<!-- ja-JP -->|郵便番号<!-- pt-BR, pt-PT - ->|codigo|codpos|cep<!-- ru -->|Почтовый.?Индекс<!--zh-CN -->|邮政编码|邮编<!-- zh-TW -->|郵遞區號
41 </message> 41 </message>
42 <message name="IDS_AUTOFILL_ZIP_4_RE"> 42 <message name="IDS_AUTOFILL_ZIP_4_RE">
43 zip|^-$|post2<!-- pt-BR, pt-PT -->|codpos2 43 zip|^-$|post2<!-- pt-BR, pt-PT -->|codpos2
44 </message> 44 </message>
45 <message name="IDS_AUTOFILL_CITY_RE"> 45 <message name="IDS_AUTOFILL_CITY_RE">
46 city|town<!-- de-DE -->|ort|stadt<!-- en-AU -->|suburb<!-- es -->|ciudad |provincia|localidad|poblacion<!-- fr-FR -->|ville|commune<!-- it-IT -->|localit a<!-- ja-JP -->|市区町村<!-- pt-BR, pt-PT -->|cidade<!-- ru -->|Город<!-- zh-CN -->| 市<!-- zh-TW -->|分區 46 city|town<!-- de-DE -->|^ort$|stadt<!-- en-AU -->|suburb<!-- es -->|ciud ad|provincia|localidad|poblacion<!-- fr-FR -->|ville|commune<!-- it-IT -->|local ita<!-- ja-JP -->|市区町村<!-- pt-BR, pt-PT -->|cidade<!-- ru -->|Город<!-- zh-CN -- >|市<!-- zh-TW -->|分區
47 </message> 47 </message>
48 <message name="IDS_AUTOFILL_STATE_RE"> 48 <message name="IDS_AUTOFILL_STATE_RE">
49 state|county|region|province<!-- de-DE -->|land<!-- en-UK -->|county|pri ncipality<!-- ja-JP -->|都道府県<!-- pt-BR, pt-PT -->|estado|provincia<!-- ru -->|об ласть<!-- zh-CN -->|省<!-- zh-TW -->|地區 49 state|county|region|province<!-- de-DE -->|land<!-- en-UK -->|county|pri ncipality<!-- ja-JP -->|都道府県<!-- pt-BR, pt-PT -->|estado|provincia<!-- ru -->|об ласть<!-- zh-CN -->|省<!-- zh-TW -->|地區
50 </message> 50 </message>
51 <message name="IDS_AUTOFILL_ADDRESS_TYPE_SAME_AS_RE"> 51 <message name="IDS_AUTOFILL_ADDRESS_TYPE_SAME_AS_RE">
52 same as 52 same as
53 </message> 53 </message>
54 <message name="IDS_AUTOFILL_ADDRESS_TYPE_USE_MY_RE"> 54 <message name="IDS_AUTOFILL_ADDRESS_TYPE_USE_MY_RE">
55 use my 55 use my
56 </message> 56 </message>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 <message name="IDS_AUTOFILL_PHONE_SUFFIX_RE"> 132 <message name="IDS_AUTOFILL_PHONE_SUFFIX_RE">
133 suffix 133 suffix
134 </message> 134 </message>
135 <message name="IDS_AUTOFILL_PHONE_EXTENSION_RE"> 135 <message name="IDS_AUTOFILL_PHONE_EXTENSION_RE">
136 ext<!-- pt-BR, pt-PT -->|ramal 136 ext<!-- pt-BR, pt-PT -->|ramal
137 </message> 137 </message>
138 </messages> 138 </messages>
139 </release> 139 </release>
140 </grit> 140 </grit>
141 141
OLDNEW
« no previous file with comments | « chrome/browser/autofill/address_field.cc ('k') | chrome/browser/autofill/credit_card_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698