1<?xml version="1.0" encoding="utf-8"?>
2<!--
3
4DO NOT MODIFY.
5
6This file is generated by
7third_party/libaddressinput/chromium/tools/update-strings.py from
8src/third_party/libaddressinput/src/cpp/res/messages.grdp. Submit modifications
9to the upstream library at https://libaddressinput.googlecode.com/.
10
11-->
12<!--
13Copyright (C) 2013 Google Inc.
14
15Licensed under the Apache License, Version 2.0 (the "License");
16you may not use this file except in compliance with the License.
17You may obtain a copy of the License at
18
19http://www.apache.org/licenses/LICENSE-2.0
20
21Unless required by applicable law or agreed to in writing, software
22distributed under the License is distributed on an "AS IS" BASIS,
23WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24See the License for the specific language governing permissions and
25limitations under the License.
26-->
27<grit-part>
28  <message
29      name="IDS_LIBADDRESSINPUT_COUNTRY_OR_REGION_LABEL"
30      desc="A country or a political region (Countries like the United States or
31            regions like Hong Kong or Macao, or places like Taiwan, where
32            whether it is a country or not is a politically sensitive
33            question).">
34    Country / Region
35  </message>
36  <message
37      name="IDS_LIBADDRESSINPUT_LOCALITY_LABEL"
38      desc="E.g., New York City.">
39    City
40  </message>
41  <message
42      name="IDS_LIBADDRESSINPUT_ADDRESS_LINE_1_LABEL"
43      desc="E.g., 18th Street, Unit 3.">
44    Street address
45  </message>
46  <message
47      name="IDS_LIBADDRESSINPUT_POSTAL_CODE_LABEL"
48      desc="Postal Code. Values are frequently alphanumeric. Used in countries
49            such as Switzerland.">
50    Postal code
51  </message>
52  <message
53      name="IDS_LIBADDRESSINPUT_ZIP_CODE_LABEL"
54      desc="ZIP code. Values are frequently alphanumeric. Used in countries such
55            as the US.">
56    ZIP code
57  </message>
58  <message
59      name="IDS_LIBADDRESSINPUT_AREA"
60      desc="Administrative Area for Hong Kong (e.g., Kowloon).">
61    Area
62  </message>
63  <message
64      name="IDS_LIBADDRESSINPUT_COUNTY"
65      desc="Administrative Area for United Kingdoms (e.g. York) or for the
66            United States (e.g. Orange County).">
67    County
68  </message>
69  <message
70      name="IDS_LIBADDRESSINPUT_DEPARTMENT"
71      desc="Administrative Area for Nicaragua (e.g., Boaco) or France.">
72    Department
73  </message>
74  <message
75      name="IDS_LIBADDRESSINPUT_DISTRICT"
76      desc="Administrative Area for Nauru Central Pacific (e.g., Aiwo district),
77            or area of a town (a neighbourhood/suburb) used for addresses in
78            Korea and China.">
79    District
80  </message>
81  <message
82      name="IDS_LIBADDRESSINPUT_DO_SI"
83      desc="Administrative Area for Korea (e.g., Gyeonggi-do or Busan-si).">
84    Do/Si
85  </message>
86  <message
87      name="IDS_LIBADDRESSINPUT_EMIRATE"
88      desc="Administrative Area for United Arab Emirates (e.g., Abu Dhabi).">
89    Emirate
90  </message>
91  <message
92      name="IDS_LIBADDRESSINPUT_ISLAND"
93      desc="Administrative Area for certain countries (e.g., Bahama's Cat
94            Island).">
95    Island
96  </message>
97  <message
98      name="IDS_LIBADDRESSINPUT_OBLAST"
99      desc="Administrative Area for certain countries (e.g., Russia's
100            Leningrad).">
101    Oblast
102  </message>
103  <message
104      name="IDS_LIBADDRESSINPUT_PARISH"
105      desc="Administrative Area for certain countries (e.g., Andorra's
106            Canillo).">
107    Parish
108  </message>
109  <message
110      name="IDS_LIBADDRESSINPUT_PREFECTURE"
111      desc="Administrative Area for Japan (e.g., Hokkaido).">
112    Prefecture
113  </message>
114  <message
115      name="IDS_LIBADDRESSINPUT_PROVINCE"
116      desc="Administrative Area for certain countries (e.g., France's
117            Champagne).">
118    Province
119  </message>
120  <message
121      name="IDS_LIBADDRESSINPUT_STATE"
122      desc="Administrative Area for certain countries (e.g., US' California).">
123    State
124  </message>
125  <message
126      name="IDS_LIBADDRESSINPUT_ORGANIZATION_LABEL"
127      desc="Label for the field of organization, firm, company, or institution
128            in an address. Examples of values in this field: Google,
129            Department of Transportation, University of Cambridge.">
130    Organization
131  </message>
132  <message
133      name="IDS_LIBADDRESSINPUT_RECIPIENT_LABEL"
134      desc="Label for the field for a person's name in an address.">
135    Name
136  </message>
137  <message
138      name="IDS_LIBADDRESSINPUT_MISSING_REQUIRED_FIELD"
139      desc="Error message shown with a UI field when it is a required field and
140            the user has not filled it out.">
141    You can't leave this empty.
142  </message>
143  <message
144      name="IDS_LIBADDRESSINPUT_MISSING_REQUIRED_POSTAL_CODE_EXAMPLE_AND_URL"
145      desc="Error message shown with the postal code field when it is a required
146            field and the user has not filled it out, providing an example
147            postal code and a link to this country's postal service that a user
148            can use to look up their postal code.">
149    You must provide a postal code, for example <ph name="EXAMPLE">$1<ex>90291</ex></ph>. Don't know your postal code? Find it out <ph name="BEGIN_LINK">$2</ph>here<ph name="END_LINK">$3</ph>.
150  </message>
151  <message
152      name="IDS_LIBADDRESSINPUT_MISSING_REQUIRED_POSTAL_CODE_EXAMPLE"
153      desc="Error message shown with the postal code field when it is a required
154            field and the user has not filled it out, providing an example
155            postal code.">
156    You must provide a postal code, for example <ph name="EXAMPLE">$1<ex>90291</ex></ph>.
157  </message>
158  <message
159      name="IDS_LIBADDRESSINPUT_MISSING_REQUIRED_ZIP_CODE_EXAMPLE_AND_URL"
160      desc="Error message shown with the ZIP code field when it is a required
161            field and the user has not filled it out, providing an example ZIP
162            code and a link to this country's postal service that a user can use
163            to look up their ZIP code. This is specifically for countries using
164            ZIP codes instead of Postal codes, such as America.">
165    You must provide a ZIP code, for example <ph name="EXAMPLE">$1<ex>90291</ex></ph>. Don't know your ZIP code? Find it out <ph name="BEGIN_LINK">$2</ph>here<ph name="END_LINK">$3</ph>.
166  </message>
167  <message
168      name="IDS_LIBADDRESSINPUT_MISSING_REQUIRED_ZIP_CODE_EXAMPLE"
169      desc="Error message shown with the ZIP code field when it is a required
170            field and the user has not filled it out, providing an example ZIP
171            code.">
172    You must provide a ZIP code, for example <ph name="EXAMPLE">$1<ex>90291</ex></ph>.
173  </message>
174  <message
175      name="IDS_LIBADDRESSINPUT_UNKNOWN_VALUE"
176      desc="Occurs when the user fills out the wrong value for an address field.
177            For example, this would be shown when putting 'Cupertino' in United
178            States' State field.">
179    <ph name="FIELD_VALUE">$1<ex>Cupertino</ex></ph> is not recognized as a known value for this field.
180  </message>
181  <message
182      name="IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE_EXAMPLE_AND_URL"
183      desc="Occurs when the user fills out a postal code that does not conform
184            to the country's postal code format. For example, this would be
185            shown when using '80' as a Swiss postal code, which is normally 4
186            digits long. Provides an example postal code and a link to this
187            country's postal service that a user can use to look up their postal
188            code.">
189    This postal code format is not recognized. Example of a valid postal code: <ph name="EXAMPLE">$1<ex>90291</ex></ph>. Don't know your postal code? Find it out <ph name="BEGIN_LINK">$2</ph>here<ph name="END_LINK">$3</ph>.
190  </message>
191  <message
192      name="IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE_EXAMPLE"
193      desc="Occurs when the user fills out a postal code that does not conform
194            to the country's postal code format. For example, this would be
195            shown when using '80' as a Swiss postal code, which is normally 4
196            digits long. Provides an example postal code.">
197    This postal code format is not recognized. Example of a valid postal code: <ph name="EXAMPLE">$1<ex>90291</ex></ph>.
198  </message>
199  <message
200      name="IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE"
201      desc="Occurs when the user fills out a postal code that does not conform
202            to the country's postal code format. For example, this would be
203            shown when using '80' as a Swiss postal code, which is normally 4
204            digits long.">
205    This postal code format is not recognized.
206  </message>
207  <message
208      name="IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP_CODE_EXAMPLE_AND_URL"
209      desc="Occurs when the user fills out a ZIP code that does not conform to
210            the country's ZIP code format. For example, this would be shown when
211            using '901' as a ZIP code for the United States. Provides an example
212            ZIP code and a link to this country's postal service that a user can
213            use to look up their ZIP code.">
214    This ZIP code format is not recognized. Example of a valid ZIP code: <ph name="EXAMPLE">$1<ex>90291</ex></ph>. Don't know your ZIP code? Find it out <ph name="BEGIN_LINK">$2</ph>here<ph name="END_LINK">$3</ph>.
215  </message>
216  <message
217      name="IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP_CODE_EXAMPLE"
218      desc="Occurs when the user fills out a ZIP code that does not conform to
219            the country's ZIP code format. For example, this would be shown when
220            using '901' as a ZIP code for the United States. Provides an example
221            ZIP code.">
222    This ZIP code format is not recognized. Example of a valid ZIP code: <ph name="EXAMPLE">$1<ex>90291</ex></ph>.
223  </message>
224  <message
225      name="IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP"
226      desc="Occurs when the user fills out a ZIP code that does not conform to
227            the country's ZIP code format. For example, this would be shown when
228            using '901' as a ZIP code for the United States.">
229    This ZIP code format is not recognized.
230  </message>
231  <message
232      name="IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_POSTAL_CODE_URL"
233      desc="Occurs when the user fills out the wrong postal code for a certain
234      location. For example, this would be shown when using Z3Z 2Y7 for
235      Alberta, Canada. Provides a link to this country's postal service
236      that a user can use to look up their postal code.">
237    This postal code does not appear to match the rest of this address. Don't know your postal code? Find it out <ph name="BEGIN_LINK">$1</ph>here<ph name="END_LINK">$2</ph>.
238  </message>
239  <message
240      name="IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_POSTAL_CODE"
241      desc="Occurs when the user fills out the wrong postal code for a certain
242      location. For example, this would be shown when using Z3Z 2Y7 for
243      Alberta, Canada.">
244    This postal code does not appear to match the rest of this address.
245  </message>
246  <message
247      name="IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_ZIP_URL"
248      desc="Occurs when the user fills out the wrong ZIP code for a certain
249      location. For example, this would be shown when using 10001 for
250      Arizona state. Provides a link to this country's postal service that
251      a user can use to look up their ZIP code.">
252    This ZIP code does not appear to match the rest of this address. Don't know your ZIP code? Find it out <ph name="BEGIN_LINK">$1</ph>here<ph name="END_LINK">$2</ph>.
253  </message>
254  <message
255      name="IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_ZIP"
256      desc="Occurs when the user fills out the wrong ZIP code for a certain
257      location. For example, this would be shown when using 10001 for
258      Arizona state.">
259    This ZIP code does not appear to match the rest of this address.
260  </message>
261  <message
262      name="IDS_LIBADDRESSINPUT_PO_BOX_FORBIDDEN_VALUE"
263      desc="Occurs when the user fills out a P.O. box as part of a physical
264      address.">
265    This address line appears to contain a post office box. Please use a street or building address.
266  </message>
267</grit-part>
268