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

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

Issue 2795653006: Add icon to the Data Saver main menu footer and update to spec (Closed)
Patch Set: move graph into bitmap Created 3 years, 8 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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 </message> 898 </message>
899 <message name="IDS_WEBSITE_SETTINGS_USB_NO_DEVICES" desc="Empty list text for a list of USB devices that sites have been granted access to."> 899 <message name="IDS_WEBSITE_SETTINGS_USB_NO_DEVICES" desc="Empty list text for a list of USB devices that sites have been granted access to.">
900 No USB devices here 900 No USB devices here
901 </message> 901 </message>
902 902
903 <!-- Data Saver --> 903 <!-- Data Saver -->
904 <message name="IDS_DATA_REDUCTION_TITLE" desc="Menu item for Data Saver, w hich allows users to save mobile data by compressing network traffic."> 904 <message name="IDS_DATA_REDUCTION_TITLE" desc="Menu item for Data Saver, w hich allows users to save mobile data by compressing network traffic.">
905 Data Saver 905 Data Saver
906 </message> 906 </message>
907 <message name="IDS_DATA_REDUCTION_SAVED_LABEL" desc="Summary text for the menu item that states the amount of mobile data that was saved by Data Saver (i. e. XX MB saved). Data Saver allows users to to reduce their mobile data usage by compressing network traffic."> 907 <message name="IDS_DATA_REDUCTION_SAVED_LABEL" desc="Summary text for the menu item that states the amount of mobile data that was saved by Data Saver (i. e. XX MB saved). Data Saver allows users to to reduce their mobile data usage by compressing network traffic.">
908 <ph name="data">%1$s<ex>1.0 GB</ex></ph> saved since <ph name="date">%2$ s<ex>3/15</ex></ph> 908 <ph name="data">%1$s<ex>1.0 GB</ex></ph> saved
909 </message>
910 <message name="IDS_DATA_REDUCTION_DATE_LABEL" desc="Summary text for the m enu item that states the beginning date when the displayed mobile data was saved (i.e. XX MB saved 'since Feb 28')">
911 since <ph name="date">%1$s<ex>Feb 28</ex></ph>
909 </message> 912 </message>
910 <message name="IDS_DATA_REDUCTION_DESCRIPTION" desc="Description text for the Data Saver feature."> 913 <message name="IDS_DATA_REDUCTION_DESCRIPTION" desc="Description text for the Data Saver feature.">
911 When this feature is turned on, Chrome will use Google servers to compre ss pages you visit before downloading them. Pages accessed using private connect ions (HTTPS) or in Incognito tabs will not be optimized or seen by Google. 914 When this feature is turned on, Chrome will use Google servers to compre ss pages you visit before downloading them. Pages accessed using private connect ions (HTTPS) or in Incognito tabs will not be optimized or seen by Google.
912 </message> 915 </message>
913 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item."> 916 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item.">
914 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings 917 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings
915 </message> 918 </message>
916 <message name="IDS_DATA_REDUCTION_STATS_TITLE" desc="Data reduction statis tics title."> 919 <message name="IDS_DATA_REDUCTION_STATS_TITLE" desc="Data reduction statis tics title.">
917 Data savings 920 Data savings
918 </message> 921 </message>
(...skipping 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2810 </message> 2813 </message>
2811 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link."> 2814 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link.">
2812 LINK 2815 LINK
2813 </message> 2816 </message>
2814 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video."> 2817 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video.">
2815 VIDEO 2818 VIDEO
2816 </message> 2819 </message>
2817 </messages> 2820 </messages>
2818 </release> 2821 </release>
2819 </grit> 2822 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionMainMenuFooter.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698