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

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

Issue 2815653003: IPH - connect data saver previews (Closed)
Patch Set: 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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 <message name="IDS_WEBSITE_SETTINGS_USB" desc="Title for USB settings, whi ch control which of the user's USB devices can be accessed from websites."> 955 <message name="IDS_WEBSITE_SETTINGS_USB" desc="Title for USB settings, whi ch control which of the user's USB devices can be accessed from websites.">
956 USB 956 USB
957 </message> 957 </message>
958 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device."> 958 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device.">
959 Revoke device permission 959 Revoke device permission
960 </message> 960 </message>
961 <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."> 961 <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.">
962 No USB devices here 962 No USB devices here
963 </message> 963 </message>
964 964
965 <!-- IPH Strings -->
966 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown.">
967 Chrome is using less data to show you this page
968 </message>
969
965 <!-- Data Saver --> 970 <!-- Data Saver -->
966 <message name="IDS_DATA_REDUCTION_TITLE" desc="Menu item for Data Saver, w hich allows users to save mobile data by compressing network traffic."> 971 <message name="IDS_DATA_REDUCTION_TITLE" desc="Menu item for Data Saver, w hich allows users to save mobile data by compressing network traffic.">
967 Data Saver 972 Data Saver
968 </message> 973 </message>
969 <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."> 974 <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.">
970 <ph name="data">%1$s<ex>1.0 GB</ex></ph> saved 975 <ph name="data">%1$s<ex>1.0 GB</ex></ph> saved
971 </message> 976 </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')"> 977 <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> 978 since <ph name="date">%1$s<ex>Feb 28</ex></ph>
974 </message> 979 </message>
(...skipping 1945 matching lines...) Expand 10 before | Expand all | Expand 10 after
2920 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2925 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2921 </message> 2926 </message>
2922 2927
2923 <!-- Launcher Shortcuts --> 2928 <!-- Launcher Shortcuts -->
2924 <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."> 2929 <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.">
2925 Remove and recreate this shortcut 2930 Remove and recreate this shortcut
2926 </message> 2931 </message>
2927 </messages> 2932 </messages>
2928 </release> 2933 </release>
2929 </grit> 2934 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698