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

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

Issue 2005623002: Logic for the Data Saver InfoBar Promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing returns Created 4 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 </message> 850 </message>
851 <message name="IDS_DATA_REDUCTION_ENABLED_SWITCH" desc="Message to show wh en the Data Saver feature is enabled via the switch on the First Run Experience card" > 851 <message name="IDS_DATA_REDUCTION_ENABLED_SWITCH" desc="Message to show wh en the Data Saver feature is enabled via the switch on the First Run Experience card" >
852 Data Saver enabled 852 Data Saver enabled
853 </message> 853 </message>
854 <message name="IDS_DATA_REDUCTION_DISABLED_SWITCH" desc="Message to show w hen the Data Saver feature is disabled via the switch on the First Run Experienc e card" > 854 <message name="IDS_DATA_REDUCTION_DISABLED_SWITCH" desc="Message to show w hen the Data Saver feature is disabled via the switch on the First Run Experienc e card" >
855 Data Saver disabled 855 Data Saver disabled
856 </message> 856 </message>
857 <message name="IDS_DATA_REDUCTION_ENABLED_TOAST" desc="Toast message displ ayed after the user enables Data Saver from the promo" > 857 <message name="IDS_DATA_REDUCTION_ENABLED_TOAST" desc="Toast message displ ayed after the user enables Data Saver from the promo" >
858 Data Saver is on. Manage it in Settings. 858 Data Saver is on. Manage it in Settings.
859 </message> 859 </message>
860 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_TITLE" desc="Text to be di splayed in the data reduction promo infobar title">
861 Save up to 60% of your data
862 </message>
863 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_TEXT" desc="Text to be dis played in the data reduction promo infobar">
864 Google servers will optimize the pages you visit, except for HTTPS and I ncognito.
865 </message>
866 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_BUTTON" desc="Text to be d isplayed in the data reduction promo infobar confirm button">
867 Turn on Data Saver
868 </message>
860 869
861 <!-- About Chrome preferences --> 870 <!-- About Chrome preferences -->
862 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]"> 871 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]">
863 About Chrome 872 About Chrome
864 </message> 873 </message>
865 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android"> 874 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android">
866 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved. 875 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved.
867 </message> 876 </message>
868 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version"> 877 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version">
869 Application version 878 Application version
(...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after
2424 <!-- Migration strings --> 2433 <!-- Migration strings -->
2425 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2434 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2426 Quickly switch tabs 2435 Quickly switch tabs
2427 </message> 2436 </message>
2428 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2437 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2429 Tap this button for quick access to your tabs. 2438 Tap this button for quick access to your tabs.
2430 </message> 2439 </message>
2431 </messages> 2440 </messages>
2432 </release> 2441 </release>
2433 </grit> 2442 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698