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

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

Issue 2263433002: Remove Lo-Fi snackbar code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarAddTabHelper
Patch Set: rebase Created 4 years, 3 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 USB 846 USB
847 </message> 847 </message>
848 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device."> 848 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device.">
849 Revoke device permission 849 Revoke device permission
850 </message> 850 </message>
851 <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."> 851 <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.">
852 No USB devices here 852 No USB devices here
853 </message> 853 </message>
854 854
855 <!-- Data Saver --> 855 <!-- Data Saver -->
856 <message name="IDS_DATA_REDUCTION_LO_FI_SNACKBAR_MESSAGE" desc="Message sh own when a page is opened in low fidelity mode when there is a slow unreliable c onnection.">
857 Slow connection detected
858 </message>
859 <message name="IDS_DATA_REDUCTION_LO_FI_SNACKBAR_ACTION" desc="Button to l oad original full-resolution images when a page is opened in low fidelity mode w hen there is a slow unreliable connection.">
860 Load images
861 </message>
862 <message name="IDS_DATA_REDUCTION_LO_FI_PREVIEW_SNACKBAR_MESSAGE" desc="Me ssage shown when a page is opened in preview mode when there is a slow unreliabl e connection.">
863 Slow connection
864 </message>
865 <message name="IDS_DATA_REDUCTION_LO_FI_PREVIEW_SNACKBAR_ACTION" desc="But ton to load the original full-resolution website when a page is opened in previe w mode.">
866 Load original
867 </message>
868 <message name="IDS_DATA_REDUCTION_TITLE" desc="Menu item for Data Saver, w hich allows users to save mobile data by compressing network traffic."> 856 <message name="IDS_DATA_REDUCTION_TITLE" desc="Menu item for Data Saver, w hich allows users to save mobile data by compressing network traffic.">
869 Data Saver 857 Data Saver
870 </message> 858 </message>
871 <message name="IDS_DATA_REDUCTION_DESCRIPTION" desc="Description text for the Data Saver feature."> 859 <message name="IDS_DATA_REDUCTION_DESCRIPTION" desc="Description text for the Data Saver feature.">
872 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. 860 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.
873 </message> 861 </message>
874 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item."> 862 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item.">
875 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings 863 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings
876 </message> 864 </message>
877 <message name="IDS_DATA_REDUCTION_STATS_TITLE" desc="Data reduction statis tics title."> 865 <message name="IDS_DATA_REDUCTION_STATS_TITLE" desc="Data reduction statis tics title.">
(...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 2597
2610 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant."> 2598 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
2611 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph> 2599 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph>
2612 </message> 2600 </message>
2613 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2601 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2614 Open in app 2602 Open in app
2615 </message> 2603 </message>
2616 </messages> 2604 </messages>
2617 </release> 2605 </release>
2618 </grit> 2606 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698