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

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

Issue 6026010: Autofill heuristics regular expressions should be stored in external data files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 10 years 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
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/autofill_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="autofill_resources.pak" type="data_package" />
8 <output filename="autofill_resources.rc" type="rc_all" />
9 </outputs>
10 <release seq="1" allow_pseudo="false">
11 <messages fallback_to_english="true">
12 <message name="IDS_AUTOFILL_ADDRESS_LINE_1_RE">
13 address.?line|address1|addr1|street
14 </message>
15 <message name="IDS_AUTOFILL_ADDRESS_LINE_1_LABEL_RE">
16 address
17 </message>
18 <message name="IDS_AUTOFILL_ADDRESS_LINE_2_RE">
19 address.?line2|address2|addr2|street|suite|unit
20 </message>
21 <message name="IDS_AUTOFILL_ADDRESS_LINE_2_LABEL_RE">
22 address
23 </message>
24 <message name="IDS_AUTOFILL_ADDRESS_LINE_3_RE">
25 address.?line3|address3|addr3|street|line3
26 </message>
27 <message name="IDS_AUTOFILL_COMPANY_RE">
28 company|business name
29 </message>
30 <message name="IDS_AUTOFILL_ATTENTION_IGNORED_RE">
31 attention|attn.
32 </message>
33 <message name="IDS_AUTOFILL_REGION_IGNORED_RE">
34 province|region|other
35 </message>
36 <message name="IDS_AUTOFILL_COUNTRY_RE">
37 country|location
38 </message>
39 <message name="IDS_AUTOFILL_ZIP_CODE_RE">
40 zip|postal|post code|pcode|^1z$
41 </message>
42 <message name="IDS_AUTOFILL_ZIP_4_RE">
43 zip|^-$
44 </message>
45 <message name="IDS_AUTOFILL_CITY_RE">
46 city|town
47 </message>
48 <message name="IDS_AUTOFILL_STATE_RE">
49 state|county
50 </message>
51 <message name="IDS_AUTOFILL_ADDRESS_TYPE_SAME_AS_RE">
52 same as
53 </message>
54 <message name="IDS_AUTOFILL_ADDRESS_TYPE_USE_MY_RE">
55 use my
56 </message>
57 <message name="IDS_AUTOFILL_BILLING_DESIGNATOR_RE">
58 bill
59 </message>
60 <message name="IDS_AUTOFILL_SHIPPING_DESIGNATOR_RE">
61 ship
62 </message>
63 <message name="IDS_AUTOFILL_EMAIL_RE">
64 email|e-mail
65 </message>
66 <message name="IDS_AUTOFILL_NAME_ON_CARD_RE">
67 card holder|name on card|nameoncard
68 </message>
69 <message name="IDS_AUTOFILL_NAME_ON_CARD_CONTEXTUAL_RE">
70 name
71 </message>
72 <message name="IDS_AUTOFILL_CARD_NUMBER_RE">
73 number|card #|card no.|card_number|card number
74 </message>
75 <message name="IDS_AUTOFILL_CARD_CVC_RE">
76 verification|card identification|cvn|security code|cvv code|cvc
77 </message>
78 <message name="IDS_AUTOFILL_EXPIRATION_MONTH_RE">
79 expir|exp.*month|exp date|ccmonth
80 </message>
81 <message name="IDS_AUTOFILL_EXPIRATION_DATE_RE">
82 |exp|^/|ccyear|year
83 </message>
84 <message name="IDS_AUTOFILL_CARD_IGNORED_RE">
85 ^card
86 </message>
87 <message name="IDS_AUTOFILL_USERNAME_RE">
88 username
89 </message>
90 <message name="IDS_AUTOFILL_NAME_RE">
91 ^name|full *name|your name|customer name
92 </message>
93 <message name="IDS_AUTOFILL_NAME_SPECIFIC_RE">
94 ^name
95 </message>
96 <message name="IDS_AUTOFILL_FIRST_NAME_RE">
97 first *name|first_name|initials|fname|first$
98 </message>
99 <message name="IDS_AUTOFILL_MIDDLE_INITIAL_RE">
100 middle *initial|middle_initial|m\.i\.|mi$
101 </message>
102 <message name="IDS_AUTOFILL_MIDDLE_NAME_RE">
103 middle *name|middle_name|mname|middle$
104 </message>
105 <message name="IDS_AUTOFILL_LAST_NAME_RE">
106 last *name|last_name|lname|surname|last$
107 </message>
108 <message name="IDS_AUTOFILL_PHONE_RE">
109 phone
110 </message>
111 <message name="IDS_AUTOFILL_AREA_CODE_RE">
112 area code
113 </message>
114 <message name="IDS_AUTOFILL_FAX_RE">
115 fax
116 </message>
117 <message name="IDS_AUTOFILL_PHONE_PREFIX_RE">
118 ^-$|\)$|prefix
119 </message>
120 <message name="IDS_AUTOFILL_PHONE_SUFFIX_RE">
121 ^-$|suffix
122 </message>
123 <message name="IDS_AUTOFILL_PHONE_EXTENSION_RE">
124 ext
125 </message>
126 </messages>
127 </release>
128 </grit>
129
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