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

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

Issue 2367403005: Snackbar for promoting Data Saver to existing users (Closed)
Patch Set: add space, clear on data saving clear Created 4 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 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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 </message> 881 </message>
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" desc="Text to be di splayed in the data reduction promo snackbar that lets the user know they saved a certain amount of data">
892 Chrome just saved you
gone 2016/10/13 01:03:11 See comment above about concatenating strings.
megjablon 2016/10/24 23:59:00 Done.
893 </message>
894 <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">
895 View
896 </message>
891 897
892 <!-- About Chrome preferences --> 898 <!-- About Chrome preferences -->
893 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]"> 899 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]">
894 About Chrome 900 About Chrome
895 </message> 901 </message>
896 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android"> 902 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android">
897 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved. 903 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved.
898 </message> 904 </message>
899 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version"> 905 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version">
900 Application version 906 Application version
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
2597 <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."> 2603 <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.">
2598 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2604 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2599 </message> 2605 </message>
2600 2606
2601 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2607 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2602 Open app 2608 Open app
2603 </message> 2609 </message>
2604 </messages> 2610 </messages>
2605 </release> 2611 </release>
2606 </grit> 2612 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698