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

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

Issue 666063002: [Android] Upstream ChromeNativePreferences as PrefServiceBridge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]"> 401 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]">
402 Add 402 Add
403 </message> 403 </message>
404 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]"> 404 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]">
405 Title 405 Title
406 </message> 406 </message>
407 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]"> 407 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]">
408 Add to homescreen 408 Add to homescreen
409 </message> 409 </message>
410 410
411 <!-- Network prediction internal values -->
412 <message name="IDS_NEVER_PREFETCH_BANDWIDTH_ENTRY" desc="Option to always disable the prefetching of web pages. [CHAR-LIMIT=16]">
413 Never
414 </message>
415 <message name="IDS_WIFI_PREFETCH_BANDWIDTH_ENTRY" desc="Option that enable s the prefetching of web pages when connected via wi-fi. [CHAR-LIMIT=16]">
416 Only on Wi-Fi
417 </message>
418 <message name="IDS_ALWAYS_PREFETCH_BANDWIDTH_ENTRY" desc="Option to always prefetch web pages regardless of connection. [CHAR-LIMIT=16]">
419 Always
420 </message>
411 </messages> 421 </messages>
412 </release> 422 </release>
413 </grit> 423 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698