f12247a95d28262a6760963823571a47403bd160
[platform/framework/web/crosswalk.git] / src / third_party / libaddressinput / src / java / res / values / address_strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /**
4  * Copyright (C) 2010 Google Inc.
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18
19 /*
20  * Strings used in the AddressInput widget. The first section contains strings
21  * that may need to be changed for consistency with the client application, the
22  * second section contains widget-specific labels and error messages.
23  */
24 -->
25 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
26
27     <!-- The first section of strings are for strings that may need to be changed
28          to be consistent with other parts of the client application. -->
29
30     <!-- Message displayed to the user when data is being loaded from the
31          server.  The u2026 is the unicode character for the ellipses (...) -->
32     <string name="address_data_loading">Loading\u2026</string>
33
34     <!-- Strings below this point are address-specific and relate either to
35     labels for input fields or to error messages that the widget may report. -->
36
37     <!-- A country or a political region (countries like the United States or
38          regions like Hong Kong) [CHAR LIMIT=30] -->
39     <string name="i18n_country_label">Country</string>
40
41     <!-- A city or town, such as New York City [CHAR LIMIT=30] -->
42     <string name="i18n_locality_label">City</string>
43
44     <!-- Area of a town (a neighbourhood/suburb) used for addresses in Korea and
45          China, or a district of a country such as Nauru [CHAR LIMIT=30] -->
46     <string name="i18n_dependent_locality_label">District</string>
47
48     <!-- Company/Organization of the address [CHAR LIMIT=30] -->
49     <string name="i18n_organization_label">Company</string>
50
51     <!-- Label indicating the person to be contacted as part of this address, to
52          be used for example as "Contact Name: John Doe".[CHAR LIMIT=30] -->
53     <string name="i18n_recipient_label">Contact Name</string>
54
55     <!-- Street-level part of an address, e.g., 18th Street, Unit 3 [CHAR LIMIT=30] -->
56     <string name="i18n_address_line1_label">Street Address</string>
57
58     <!-- Postal Code. Values are frequently alphanumeric. [CHAR LIMIT=30] -->
59     <string name="i18n_postal_code_label">Postal Code</string>
60
61     <!-- Label to represent ZIP codes, used in countries like the US. [CHAR LIMIT=30] -->
62     <string name="i18n_zip_code_label">ZIP Code</string>
63
64     <!-- Administrative Area for Hong Kong (e.g., Kowloon) [CHAR LIMIT=30] -->
65     <string name="i18n_area">Area</string>
66
67     <!-- Administrative Area for the United Kingdom (e.g., Yorkshire) [CHAR LIMIT=30] -->
68     <string name="i18n_county_label">County</string>
69
70     <!-- Administrative Area, as used for countries like Nicaragua (e.g., Boaco)
71          [CHAR LIMIT=30] -->
72     <string name="i18n_department">Department</string>
73
74     <!-- Administrative Area for Korea (e.g., Gyeonggi-do or Busan-si) [CHAR LIMIT=30] -->
75     <string name="i18n_do_si">Do</string>
76
77     <!-- Administrative Area for United Arab Emirates (e.g., Abu Dhabi) [CHAR LIMIT=30] -->
78     <string name="i18n_emirate">Emirate</string>
79
80     <!-- Administrative Area for certain countries (e.g., Bahama's Cat Island) [CHAR LIMIT=30] -->
81     <string name="i18n_island">Island</string>
82
83     <!-- Administrative Area for certain countries (e.g., Russia's Leningrad) [CHAR LIMIT=30] -->
84     <string name="i18n_oblast">Oblast</string>
85
86     <!-- Administrative Area for certain countries (e.g., Andorra's Canillo) [CHAR LIMIT=30] -->
87     <string name="i18n_parish">Parish</string>
88
89     <!-- Administrative Area for Japan (e.g., Hokkaido) [CHAR LIMIT=30] -->
90     <string name="i18n_prefecture">Prefecture</string>
91
92     <!-- Administrative Area for certain countries (e.g., France's Champagne) [CHAR LIMIT=30] -->
93     <string name="i18n_province">Province</string>
94
95     <!-- Administrative Area for certain countries (e.g., US' California) [CHAR LIMIT=30] -->
96     <string name="i18n_state_label">State</string>
97
98     <!-- Message to be shown when a required field is empty [CHAR LIMIT=30] -->
99     <string name="i18n_missing_required_field">Required</string>
100
101     <!-- Message to be shown when the value entered by the user in a given field is invalid
102          [CHAR LIMIT=30] -->
103     <string name="invalid_entry">Invalid entry</string>
104
105     <!-- Message to be shown when a city or town entered by the user, such as
106          New York City, is invalid. [CHAR LIMIT=30] -->
107     <string name="invalid_locality_label">Invalid city</string>
108
109     <!-- Message to be shown when an area of a city which is entered by the user (a
110          neighbourhood/suburb), is invalid. Used for addresses in Korea and
111          China, or for districts of a country such as Nauru [CHAR LIMIT=30] -->
112     <string name="invalid_dependent_locality_label">Invalid district</string>
113
114     <!-- Message to be shown when an incorrect postal code is entered by the user. Postal codes
115          are used in countries like New Zealand. [CHAR LIMIT=30] -->
116     <string name="invalid_postal_code_label">Invalid postal code</string>
117
118     <!-- Message to be shown when an incorrect ZIP code is entered by the user.
119          ZIP codes are used in countries like the US. [CHAR LIMIT=30] -->
120     <string name="invalid_zip_code_label">Invalid ZIP code</string>
121
122     <!-- Message to be shown when the administrative area for Hong Kong (e.g., Kowloon)
123          is entered incorrectly by the user [CHAR LIMIT=30] -->
124     <string name="invalid_area">Invalid area</string>
125
126     <!-- Message to be shown when the administrative area (county) for the United Kingdom
127          is entered incorrectly by the user [CHAR LIMIT=30] -->
128     <string name="invalid_county_label">Invalid county</string>
129
130     <!-- Message to be shown when the administrative area (department) used for countries like
131          Nicaragua (e.g., Boaco) is entered incorrectly by the user [CHAR LIMIT=30] -->
132     <string name="invalid_department">Invalid department</string>
133
134     <!-- Message to be shown when the administrative area for Korea (e.g., Gyeonggi-do or Busan-si)
135          is entered incorrectly by the user [CHAR LIMIT=30] -->
136     <string name="invalid_do_si">Invalid do</string>
137
138     <!-- Message to be shown when the administrative area (emirate) for United Arab Emirates
139          (e.g., Abu Dhabi) is entered incorrectly by the user [CHAR LIMIT=30] -->
140     <string name="invalid_emirate">Invalid emirate</string>
141
142     <!-- Message to be shown when the administrative area (island) for certain countries
143          (e.g., Bahama) is entered incorrectly by the user [CHAR LIMIT=30] -->
144     <string name="invalid_island">Invalid island</string>
145
146     <!-- Message to be shown when the administrative area (oblast) for certain countries
147          (e.g., Russia) is entered incorrectly by the user [CHAR LIMIT=30] -->
148     <string name="invalid_oblast">Invalid oblast</string>
149
150     <!-- Message to be shown when the administrative area (parish) for certain countries
151          (e.g., Andorra) is entered incorrectly by the user [CHAR LIMIT=30] -->
152     <string name="invalid_parish">Invalid parish</string>
153
154     <!-- Message to be shown when the administrative area (prefecture) for Japan (e.g., Hokkaido)
155          is entered incorrectly by the user [CHAR LIMIT=30] -->
156     <string name="invalid_prefecture">Invalid prefecture</string>
157
158     <!-- Message to be shown when the administrative area (province) for certain countries
159          (e.g., France's Champagne) is entered incorrectly by the user [CHAR LIMIT=30] -->
160     <string name="invalid_province">Invalid province</string>
161
162     <!-- Message to be shown when the administrative area (state) for certain countries
163          (e.g., the USA) is entered incorrectly by the user [CHAR LIMIT=30] -->
164     <string name="invalid_state_label">Invalid state</string>
165 </resources>