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

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

Issue 2468643002: Change the Data Reduction Proxy snackbar promo string (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_TITLE" desc="Text to be di splayed in the data reduction promo infobar title"> 882 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_TITLE" desc="Text to be di splayed in the data reduction promo infobar title">
883 Save up to 60% of your data 883 Save up to 60% of your data
884 </message> 884 </message>
885 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_TEXT" desc="Text to be dis played in the data reduction promo infobar"> 885 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_TEXT" desc="Text to be dis played in the data reduction promo infobar">
886 Google servers will optimize the pages you visit, except for HTTPS and I ncognito. 886 Google servers will optimize the pages you visit, except for HTTPS and I ncognito.
887 </message> 887 </message>
888 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_BUTTON" desc="Text to be d isplayed in the data reduction promo infobar confirm button"> 888 <message name="IDS_DATA_REDUCTION_PROMO_INFOBAR_BUTTON" desc="Text to be d isplayed in the data reduction promo infobar confirm button">
889 Turn on Data Saver 889 Turn on Data Saver
890 </message> 890 </message>
891 <message name="IDS_DATA_REDUCTION_PROMO_SNACKBAR_TEXT_MB" desc="Text to be displayed in the data reduction promo snackbar that lets the user know they sav ed a certain amount of data in MB"> 891 <message name="IDS_DATA_REDUCTION_PROMO_SNACKBAR_TEXT_MB" desc="Text to be displayed in the data reduction promo snackbar that lets the user know they sav ed a certain amount of data in MB">
892 Chrome just saved you <ph name="megabytes">%1$d<ex>100</ex></ph> MB 892 Chrome has saved you <ph name="megabytes">%1$d<ex>100</ex></ph> MB
893 </message> 893 </message>
894 <message name="IDS_DATA_REDUCTION_PROMO_SNACKBAR_TEXT_GB" desc="Text to be displayed in the data reduction promo snackbar that lets the user know they sav ed a certain amount of data in GB"> 894 <message name="IDS_DATA_REDUCTION_PROMO_SNACKBAR_TEXT_GB" desc="Text to be displayed in the data reduction promo snackbar that lets the user know they sav ed a certain amount of data in GB">
895 Chrome just saved you <ph name="gigabytes">%1$d<ex>10</ex></ph> GB 895 Chrome has saved you <ph name="gigabytes">%1$d<ex>10</ex></ph> GB
896 </message> 896 </message>
897 <message name="IDS_DATA_REDUCTION_PROMO_SNACKBAR_BUTTON" desc="Text to be displayed in the data reduction promo snackbar view button that takes the user t o the data reduction settings page"> 897 <message name="IDS_DATA_REDUCTION_PROMO_SNACKBAR_BUTTON" desc="Text to be displayed in the data reduction promo snackbar view button that takes the user t o the data reduction settings page">
898 View 898 View
899 </message> 899 </message>
900 900
901 <!-- About Chrome preferences --> 901 <!-- About Chrome preferences -->
902 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]"> 902 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]">
903 About Chrome 903 About Chrome
904 </message> 904 </message>
905 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android"> 905 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android">
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
2684 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2684 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2685 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2685 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2686 </message> 2686 </message>
2687 2687
2688 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2688 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2689 Open app 2689 Open app
2690 </message> 2690 </message>
2691 </messages> 2691 </messages>
2692 </release> 2692 </release>
2693 </grit> 2693 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698