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

Side by Side Diff: chrome/app/address_input_strings.grdp

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

Powered by Google App Engine
This is Rietveld 408576698