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

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

Issue 2813923003: Add sorting to the Data Saver site breakdown (Closed)
Patch Set: remove dependency 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 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 </message> 971 </message>
972 <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')"> 972 <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')">
973 since <ph name="date">%1$s<ex>Feb 28</ex></ph> 973 since <ph name="date">%1$s<ex>Feb 28</ex></ph>
974 </message> 974 </message>
975 <message name="IDS_DATA_REDUCTION_DESCRIPTION" desc="Description text for the Data Saver feature."> 975 <message name="IDS_DATA_REDUCTION_DESCRIPTION" desc="Description text for the Data Saver feature.">
976 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. 976 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.
977 </message> 977 </message>
978 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item."> 978 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item.">
979 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings 979 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings
980 </message> 980 </message>
981 <message name="IDS_DATA_REDUCTION_SAVINGS_LABEL" desc="Data Reduction stat istics data savings label"> 981 <message name="IDS_DATA_REDUCTION_SAVINGS_LABEL" desc="Data Reduction stat istics label that states the amount of mobile data that was saved by Data Saver. Data Saver allows users to to reduce their mobile data usage by compressing net work traffic.">
982 Data Savings: 982 Data Saved:
983 </message> 983 </message>
984 <message name="IDS_DATA_REDUCTION_USAGE_LABEL" desc="Data Reduction statis tics data usage label"> 984 <message name="IDS_DATA_REDUCTION_USAGE_LABEL" desc="Data Reduction statis tics label that states the amount of data that was used by Chrome when Data Save r is enabled.">
985 Data Usage: 985 Data Used:
986 </message> 986 </message>
987 <message name="IDS_DATA_REDUCTION_PROXY_UNREACHABLE_WARN" desc="Warning me ssage shown when Google data reduction proxy servers are not reachable."> 987 <message name="IDS_DATA_REDUCTION_PROXY_UNREACHABLE_WARN" desc="Warning me ssage shown when Google data reduction proxy servers are not reachable.">
988 Chrome is unable to reach Google servers for data compression. Your data savings may be limited. 988 Chrome is unable to reach Google servers for data compression. Your data savings may be limited.
989 </message> 989 </message>
990 <message name="IDS_DATA_REDUCTION_DATA_USAGE_BREAKDOWN_TITLE" desc="Title for the data usage breakdown on the Data Reduction statistics page. The breakdow n lists the top ten sites with the greatest amount of data usage or mobile data that was saved."> 990 <message name="IDS_DATA_REDUCTION_DATA_USAGE_BREAKDOWN_TITLE" desc="Title for the data usage breakdown on the Data Reduction statistics page. The breakdow n lists the top ten sites with the greatest amount of data usage or mobile data that was saved.">
991 Data Usage Breakdown 991 Data Usage Breakdown
992 </message> 992 </message>
993 <message name="IDS_DATA_REDUCTION_BREAKDOWN_SITE_TITLE" desc="Title for th e sites column on the Data Reduction statistics page. The breakdown lists the to p ten sites with the greatest amount of data usage or mobile data that was saved ."> 993 <message name="IDS_DATA_REDUCTION_BREAKDOWN_SITE_TITLE" desc="Title for th e sites column on the Data Reduction statistics page. The breakdown lists the to p ten sites with the greatest amount of data usage or mobile data that was saved .">
994 Site 994 Site
995 </message> 995 </message>
(...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2917 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2918 </message> 2918 </message>
2919 2919
2920 <!-- Launcher Shortcuts --> 2920 <!-- Launcher Shortcuts -->
2921 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it."> 2921 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it.">
2922 Remove and recreate this shortcut 2922 Remove and recreate this shortcut
2923 </message> 2923 </message>
2924 </messages> 2924 </messages>
2925 </release> 2925 </release>
2926 </grit> 2926 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionSiteBreakdownView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698