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

Side by Side Diff: content/public/android/java/strings/android_content_strings.grd

Issue 12259017: Maintain Android strings in grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix behavior for targets that don't generate strings.xml Created 7 years, 9 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
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <release allow_pseudo="false" seq="1"> 3 <release allow_pseudo="false" seq="1">
4 <messages fallback_to_english="true"> 4 <messages fallback_to_english="true">
5 <message desc="Contextual action bar item for sharing a block of text via email, or other method. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_SHARE"> 5 <message desc="Contextual action bar item for sharing a block of text via email, or other method. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_SHARE">
6 Share 6 Share
7 </message> 7 </message>
8 <message desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_WEB_SEARCH"> 8 <message desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_WEB_SEARCH">
9 Web search 9 Web search
10 </message> 10 </message>
11 <message desc="Content description for the content view that holds the web contents [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_CONTENT_VIEW"> 11 <message desc="Content description for the content view that holds the web contents [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_CONTENT_VIEW">
12 Web View 12 Web View
13 </message> 13 </message>
14 <message desc="Label for 'set' button in date picker dialog, used to repla ce the contents of a field with the chosen date [CHAR-LIMIT=12]" name="IDS_DATE_ PICKER_DIALOG_SET"> 14 <message desc="Label for 'set' button in date picker dialog, used to repla ce the contents of a field with the chosen date [CHAR-LIMIT=12]" name="IDS_DATE_ PICKER_DIALOG_SET">
15 Set 15 Set
16 </message> 16 </message>
17 <message desc="Label for 'clear' button in date picker dialog, used to rep lace the contents of a field with the empty string [CHAR-LIMIT=12]" name="IDS_DA TE_PICKER_DIALOG_CLEAR"> 17 <message desc="Label for 'clear' button in date picker dialog, used to rep lace the contents of a field with the empty string [CHAR-LIMIT=12]" name="IDS_DA TE_PICKER_DIALOG_CLEAR">
18 Clear 18 Clear
19 </message> 19 </message>
20 <message desc="Title for the date picker dialog, which can be used to choo se a date. [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_TITLE">
21 Set date
22 </message>
20 <message desc="Title for the date/time picker dialog, which can be used to choose a date and time. [CHAR-LIMIT=32]" name="IDS_DATE_TIME_PICKER_DIALOG_TITL E"> 23 <message desc="Title for the date/time picker dialog, which can be used to choose a date and time. [CHAR-LIMIT=32]" name="IDS_DATE_TIME_PICKER_DIALOG_TITL E">
21 Set date and time 24 Set date and time
22 </message> 25 </message>
23 <message desc="Title for the month picker dialog, which can be used to cho ose a month. [CHAR-LIMIT=32]" name="IDS_MONTH_PICKER_DIALOG_TITLE"> 26 <message desc="Title for the month picker dialog, which can be used to cho ose a month. [CHAR-LIMIT=32]" name="IDS_MONTH_PICKER_DIALOG_TITLE">
24 Set month 27 Set month
25 </message> 28 </message>
26 <message desc="Content description for the date time picker date component . [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATETIME_PICKER_DATE"> 29 <message desc="Content description for the date time picker date component . [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATETIME_PICKER_DATE">
27 Date 30 Date
28 </message> 31 </message>
29 <message desc="Content description for the date time picker time component . [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATETIME_PICKER_TIME"> 32 <message desc="Content description for the date time picker time component . [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATETIME_PICKER_TIME">
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 <file lang="zh-TW" path="translations/android_content_strings_zh-TW.xtb" /> 99 <file lang="zh-TW" path="translations/android_content_strings_zh-TW.xtb" />
97 </translations> 100 </translations>
98 <outputs> 101 <outputs>
99 <output filename="values-ar/strings.xml" lang="ar" type="android" /> 102 <output filename="values-ar/strings.xml" lang="ar" type="android" />
100 <output filename="values-bg/strings.xml" lang="bg" type="android" /> 103 <output filename="values-bg/strings.xml" lang="bg" type="android" />
101 <output filename="values-ca/strings.xml" lang="ca" type="android" /> 104 <output filename="values-ca/strings.xml" lang="ca" type="android" />
102 <output filename="values-cs/strings.xml" lang="cs" type="android" /> 105 <output filename="values-cs/strings.xml" lang="cs" type="android" />
103 <output filename="values-da/strings.xml" lang="da" type="android" /> 106 <output filename="values-da/strings.xml" lang="da" type="android" />
104 <output filename="values-de/strings.xml" lang="de" type="android" /> 107 <output filename="values-de/strings.xml" lang="de" type="android" />
105 <output filename="values-el/strings.xml" lang="el" type="android" /> 108 <output filename="values-el/strings.xml" lang="el" type="android" />
109 <output filename="values/strings.xml" lang="en" type="android" />
106 <output filename="values-en-rGB/strings.xml" lang="en-GB" type="android" /> 110 <output filename="values-en-rGB/strings.xml" lang="en-GB" type="android" />
107 <output filename="values-es/strings.xml" lang="es" type="android" /> 111 <output filename="values-es/strings.xml" lang="es" type="android" />
108 <output filename="values-es-rUS/strings.xml" lang="es-419" type="android" /> 112 <output filename="values-es-rUS/strings.xml" lang="es-419" type="android" />
109 <output filename="values-fa/strings.xml" lang="fa" type="android" /> 113 <output filename="values-fa/strings.xml" lang="fa" type="android" />
110 <output filename="values-fi/strings.xml" lang="fi" type="android" /> 114 <output filename="values-fi/strings.xml" lang="fi" type="android" />
111 <output filename="values-tl/strings.xml" lang="fil" type="android" /> 115 <output filename="values-tl/strings.xml" lang="fil" type="android" />
112 <output filename="values-fr/strings.xml" lang="fr" type="android" /> 116 <output filename="values-fr/strings.xml" lang="fr" type="android" />
113 <output filename="values-hi/strings.xml" lang="hi" type="android" /> 117 <output filename="values-hi/strings.xml" lang="hi" type="android" />
114 <output filename="values-hr/strings.xml" lang="hr" type="android" /> 118 <output filename="values-hr/strings.xml" lang="hr" type="android" />
115 <output filename="values-hu/strings.xml" lang="hu" type="android" /> 119 <output filename="values-hu/strings.xml" lang="hu" type="android" />
(...skipping 16 matching lines...) Expand all
132 <output filename="values-sr/strings.xml" lang="sr" type="android" /> 136 <output filename="values-sr/strings.xml" lang="sr" type="android" />
133 <output filename="values-sv/strings.xml" lang="sv" type="android" /> 137 <output filename="values-sv/strings.xml" lang="sv" type="android" />
134 <output filename="values-th/strings.xml" lang="th" type="android" /> 138 <output filename="values-th/strings.xml" lang="th" type="android" />
135 <output filename="values-tr/strings.xml" lang="tr" type="android" /> 139 <output filename="values-tr/strings.xml" lang="tr" type="android" />
136 <output filename="values-uk/strings.xml" lang="uk" type="android" /> 140 <output filename="values-uk/strings.xml" lang="uk" type="android" />
137 <output filename="values-vi/strings.xml" lang="vi" type="android" /> 141 <output filename="values-vi/strings.xml" lang="vi" type="android" />
138 <output filename="values-zh-rCN/strings.xml" lang="zh-CN" type="android" /> 142 <output filename="values-zh-rCN/strings.xml" lang="zh-CN" type="android" />
139 <output filename="values-zh-rTW/strings.xml" lang="zh-TW" type="android" /> 143 <output filename="values-zh-rTW/strings.xml" lang="zh-TW" type="android" />
140 </outputs> 144 </outputs>
141 </grit> 145 </grit>
OLDNEW
« no previous file with comments | « content/public/android/java/res/values/strings.xml ('k') | ui/android/java/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698