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

Side by Side Diff: chrome/app/address_input_strings_android.grd

Issue 867043003: [android] Remove libaddressinput Java widget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl">
9 <outputs>
10 <!-- On Android, output all strings into Android's xml string format. -->
11 <output filename="values-am/address_input_strings.xml" lang="am" type="andro id" />
12 <output filename="values-ar/address_input_strings.xml" lang="ar" type="andro id" />
13 <output filename="values-bg/address_input_strings.xml" lang="bg" type="andro id" />
14 <output filename="values-ca/address_input_strings.xml" lang="ca" type="andro id" />
15 <output filename="values-cs/address_input_strings.xml" lang="cs" type="andro id" />
16 <output filename="values-da/address_input_strings.xml" lang="da" type="andro id" />
17 <output filename="values-de/address_input_strings.xml" lang="de" type="andro id" />
18 <output filename="values-el/address_input_strings.xml" lang="el" type="andro id" />
19 <output filename="values/address_input_strings.xml" lang="en" type="android" />
20 <output filename="values-en-rGB/address_input_strings.xml" lang="en-GB" type ="android" />
21 <output filename="values-es/address_input_strings.xml" lang="es" type="andro id" />
22 <output filename="values-es-rUS/address_input_strings.xml" lang="es-419" typ e="android" />
23 <output filename="values-fa/address_input_strings.xml" lang="fa" type="andro id" />
24 <output filename="values-fi/address_input_strings.xml" lang="fi" type="andro id" />
25 <output filename="values-tl/address_input_strings.xml" lang="fil" type="andr oid" />
26 <output filename="values-fr/address_input_strings.xml" lang="fr" type="andro id" />
27 <output filename="values-hi/address_input_strings.xml" lang="hi" type="andro id" />
28 <output filename="values-hr/address_input_strings.xml" lang="hr" type="andro id" />
29 <output filename="values-hu/address_input_strings.xml" lang="hu" type="andro id" />
30 <output filename="values-in/address_input_strings.xml" lang="id" type="andro id" />
31 <output filename="values-it/address_input_strings.xml" lang="it" type="andro id" />
32 <output filename="values-iw/address_input_strings.xml" lang="he" type="andro id" />
33 <output filename="values-ja/address_input_strings.xml" lang="ja" type="andro id" />
34 <output filename="values-ko/address_input_strings.xml" lang="ko" type="andro id" />
35 <output filename="values-lt/address_input_strings.xml" lang="lt" type="andro id" />
36 <output filename="values-lv/address_input_strings.xml" lang="lv" type="andro id" />
37 <output filename="values-nl/address_input_strings.xml" lang="nl" type="andro id" />
38 <output filename="values-nb/address_input_strings.xml" lang="no" type="andro id" />
39 <output filename="values-pl/address_input_strings.xml" lang="pl" type="andro id" />
40 <output filename="values-pt-rBR/address_input_strings.xml" lang="pt-BR" type ="android" />
41 <output filename="values-pt-rPT/address_input_strings.xml" lang="pt-PT" type ="android" />
42 <output filename="values-ro/address_input_strings.xml" lang="ro" type="andro id" />
43 <output filename="values-ru/address_input_strings.xml" lang="ru" type="andro id" />
44 <output filename="values-sk/address_input_strings.xml" lang="sk" type="andro id" />
45 <output filename="values-sl/address_input_strings.xml" lang="sl" type="andro id" />
46 <output filename="values-sr/address_input_strings.xml" lang="sr" type="andro id" />
47 <output filename="values-sv/address_input_strings.xml" lang="sv" type="andro id" />
48 <output filename="values-sw/address_input_strings.xml" lang="sw" type="andro id" />
49 <output filename="values-th/address_input_strings.xml" lang="th" type="andro id" />
50 <output filename="values-tr/address_input_strings.xml" lang="tr" type="andro id" />
51 <output filename="values-uk/address_input_strings.xml" lang="uk" type="andro id" />
52 <output filename="values-vi/address_input_strings.xml" lang="vi" type="andro id" />
53 <output filename="values-zh-rCN/address_input_strings.xml" lang="zh-CN" type ="android" />
54 <output filename="values-zh-rTW/address_input_strings.xml" lang="zh-TW" type ="android" />
55 </outputs>
56
57 <!-- Chromium translations. -->
58 <translations>
59 <part file="address_input_strings_translations.grdp" />
60 </translations>
61 <release seq="1" allow_pseudo="false">
62 <messages fallback_to_english="true">
63 <part file="address_input_strings.grdp" />
64 </messages>
65 </release>
66 </grit>
OLDNEW
« no previous file with comments | « no previous file | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698