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

Side by Side Diff: ui/android/java/strings/android_ui_strings.grd

Issue 1716313002: [Herb] Set up field trial for UI prototypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: startsWith Created 4 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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <outputs> 3 <outputs>
4 <output filename="values-am/android_ui_strings.xml" lang="am" type="android" /> 4 <output filename="values-am/android_ui_strings.xml" lang="am" type="android" />
5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" /> 5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" />
6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" /> 6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" />
7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" /> 7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" />
8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" /> 8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" />
9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" /> 9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" />
10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" /> 10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" />
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 <!-- Accessibility content description --> 227 <!-- Accessibility content description -->
228 <message name="IDS_AUTOFILL_POPUP_CONTENT_DESCRIPTION" desc="The text anno unced by the screen reader when the autofill popup is shown."> 228 <message name="IDS_AUTOFILL_POPUP_CONTENT_DESCRIPTION" desc="The text anno unced by the screen reader when the autofill popup is shown.">
229 Showing autofill popup 229 Showing autofill popup
230 </message> 230 </message>
231 <message name="IDS_PASSWORD_GENERATION_POPUP_CONTENT_DESCRIPTION" desc="Th e text announced by the screen reader when the password generation popup is show n."> 231 <message name="IDS_PASSWORD_GENERATION_POPUP_CONTENT_DESCRIPTION" desc="Th e text announced by the screen reader when the password generation popup is show n.">
232 Showing password generation popup 232 Showing password generation popup
233 </message> 233 </message>
234 <message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc=" The text announced by the screen reader when the autofill suggestions are shown. "> 234 <message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc=" The text announced by the screen reader when the autofill suggestions are shown. ">
235 Suggestions available 235 Suggestions available
236 </message> 236 </message>
237
238 <!-- Herb strings -->
239 <message name="IDS_CACHE_NATIVE_FLAGS_REQUIRES_RESTART" desc="Toast tellin g the user that flags may not take effect until a restart." translateable="false ">
240 Cached flags may not take effect until the browser is restarted again.
241 </message>
242 </messages> 237 </messages>
243 </release> 238 </release>
244 </grit> 239 </grit>
OLDNEW
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698