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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 384853002: Add notification of data reduction proxy field trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 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
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_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 <message name="IDS_OLD_TALKBACK_TITLE" desc="Title of dialog notifying use r that the version of TalkBack they're running is too old."> 356 <message name="IDS_OLD_TALKBACK_TITLE" desc="Title of dialog notifying use r that the version of TalkBack they're running is too old.">
357 You need to update TalkBack to a newer version. 357 You need to update TalkBack to a newer version.
358 </message> 358 </message>
359 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)"> 359 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)">
360 Update 360 Update
361 </message> 361 </message>
362 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog."> 362 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog.">
363 Cancel 363 Cancel
364 </message> 364 </message>
365 365
366 <!-- Data Reduction Proxy -->
367 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false">
368 You are part of a data reduction proxy field trial.
369 </message>
370 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be disp layed in the data reduction proxy infobar link" translateable="false">
371 Settings
372 </message>
373
366 </messages> 374 </messages>
367 </release> 375 </release>
368 </grit> 376 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698