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

Unified Diff: chrome/app/address_input_strings.grdp

Issue 687213004: Roll libaddressinput deps to 51f4354 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add libaddressinput strings to iOS string whitelist. Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/address_input_strings.grdp
diff --git a/chrome/app/address_input_strings.grdp b/chrome/app/address_input_strings.grdp
index 945205ed475b25be20c203f066a53a4b729030a5..52f2b0335e5816970b590167636d3232890afc49 100644
--- a/chrome/app/address_input_strings.grdp
+++ b/chrome/app/address_input_strings.grdp
@@ -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.
-->
<!--
@@ -39,6 +39,25 @@ limitations under the License.
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.">
Street address
@@ -135,6 +154,11 @@ limitations under the License.
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
the user has not filled it out.">

Powered by Google App Engine
This is Rietveld 408576698