Commit 2c3884ad authored by rouslan's avatar rouslan Committed by Commit bot

Roll libaddressinput deps to 51f4354

Updates to address formats and sub-region names.

BUG=NONE

Review URL: https://codereview.chromium.org/687213004

Cr-Commit-Position: refs/heads/master@{#302465}
parent 13b6fa46
......@@ -262,7 +262,7 @@ deps = {
Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
'src/third_party/libaddressinput/src':
Var('chromium_git') + '/external/libaddressinput.git' + '@' + '945d96387a716d0d82b195fa69a5e9a701249517', # from svn revision 334
Var('chromium_git') + '/external/libaddressinput.git' + '@' + '51f43544159ce5e2d4e19dfa1673149ba73a0200',
'src/third_party/libphonenumber/src/phonenumbers':
Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689',
......
......@@ -713,15 +713,18 @@ IDS_LIBADDRESSINPUT_MISSING_REQUIRED_POSTAL_CODE_EXAMPLE
IDS_LIBADDRESSINPUT_MISSING_REQUIRED_POSTAL_CODE_EXAMPLE_AND_URL
IDS_LIBADDRESSINPUT_MISSING_REQUIRED_ZIP_CODE_EXAMPLE
IDS_LIBADDRESSINPUT_MISSING_REQUIRED_ZIP_CODE_EXAMPLE_AND_URL
IDS_LIBADDRESSINPUT_NEIGHBORHOOD
IDS_LIBADDRESSINPUT_OBLAST
IDS_LIBADDRESSINPUT_ORGANIZATION_LABEL
IDS_LIBADDRESSINPUT_PARISH
IDS_LIBADDRESSINPUT_POSTAL_CODE_LABEL
IDS_LIBADDRESSINPUT_POST_TOWN
IDS_LIBADDRESSINPUT_PO_BOX_FORBIDDEN_VALUE
IDS_LIBADDRESSINPUT_PREFECTURE
IDS_LIBADDRESSINPUT_PROVINCE
IDS_LIBADDRESSINPUT_RECIPIENT_LABEL
IDS_LIBADDRESSINPUT_STATE
IDS_LIBADDRESSINPUT_SUBURB
IDS_LIBADDRESSINPUT_UNKNOWN_VALUE
IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE
IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE_EXAMPLE
......@@ -729,6 +732,7 @@ IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE_EXAMPLE_AND_URL
IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP
IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP_CODE_EXAMPLE
IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP_CODE_EXAMPLE_AND_URL
IDS_LIBADDRESSINPUT_VILLAGE_TOWNSHIP
IDS_LIBADDRESSINPUT_ZIP_CODE_LABEL
IDS_LOGIN_DIALOG_OK_BUTTON_LABEL
IDS_LOGIN_DIALOG_PASSWORD_FIELD
......
......@@ -6,7 +6,7 @@ DO NOT MODIFY.
This file is generated by
third_party/libaddressinput/chromium/tools/update-strings.py from
src/third_party/libaddressinput/src/cpp/res/messages.grdp. Submit modifications
to the upstream library at https://libaddressinput.googlecode.com/.
to the upstream library at https://github.com/googlei18n/libaddressinput.
-->
<!--
......@@ -38,6 +38,25 @@ limitations under the License.
desc="E.g., New York City.">
City
</message>
<message
name="IDS_LIBADDRESSINPUT_POST_TOWN"
desc="The name of a town through
which postal deliveries are routed, present in UK addresses.
See: http://en.wikipedia.org/wiki/Post_town">
Post Town
</message>
<message
name="IDS_LIBADDRESSINPUT_SUBURB"
desc="Smaller part of a city used in some addresses in countries like New
Zealand to give a more specific location in a postal address.">
Suburb
</message>
<message
name="IDS_LIBADDRESSINPUT_VILLAGE_TOWNSHIP"
desc="A unit used in postal addresses in Malaysia, which is smaller than the
city/town, and represents a village, township, or precinct.">
Village / Township
</message>
<message
name="IDS_LIBADDRESSINPUT_ADDRESS_LINE_1_LABEL"
desc="E.g., 18th Street, Unit 3.">
......@@ -134,6 +153,11 @@ limitations under the License.
desc="Label for the field for a person's name in an address.">
Name
</message>
<message
name="IDS_LIBADDRESSINPUT_NEIGHBORHOOD"
desc="Label for a neighborhood, shown as part of an address input form.">
Neighborhood
</message>
<message
name="IDS_LIBADDRESSINPUT_MISSING_REQUIRED_FIELD"
desc="Error message shown with a UI field when it is a required field and
......
Name: The library to input, validate, and display addresses.
Short Name: libaddressinput
URL: https://code.google.com/p/libaddressinput/
URL: https://github.com/googlei18n/libaddressinput
Version: 0
Date: 26 August 2014
Revision: 334
Date: 28 October 2014
Revision: 51f43544159ce5e2d4e19dfa1673149ba73a0200
License: Apache 2.0
License File: LICENSE
Security Critical: no
......
......@@ -17,7 +17,7 @@ DO NOT MODIFY.
This file is generated by
third_party/libaddressinput/chromium/tools/update-strings.py from
src/third_party/libaddressinput/src/cpp/res/messages.grdp. Submit modifications
to the upstream library at https://libaddressinput.googlecode.com/.
to the upstream library at https://github.com/googlei18n/libaddressinput.
-->
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment