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

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

Issue 1339613004: Add Data Reduction Proxy card to Clank FRE in EM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 5 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 </message> 154 </message>
155 <message name="IDS_MORE" desc="Generic label for a button to show more ite ms or options. [CHAR-LIMIT=20]"> 155 <message name="IDS_MORE" desc="Generic label for a button to show more ite ms or options. [CHAR-LIMIT=20]">
156 More 156 More
157 </message> 157 </message>
158 <message name="IDS_CLOSE" desc="Content description for a button to close a dialog or popup" > 158 <message name="IDS_CLOSE" desc="Content description for a button to close a dialog or popup" >
159 Close 159 Close
160 </message> 160 </message>
161 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f eature. [CHAR-LIMIT=32]"> 161 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f eature. [CHAR-LIMIT=32]">
162 No Thanks 162 No Thanks
163 </message> 163 </message>
164 <message name="IDS_NEXT" desc="Generic label for a button to advance to th e next item. [CHAR-LIMIT=20]">
165 Next
166 </message>
164 167
165 <!-- Main Preferences --> 168 <!-- Main Preferences -->
166 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> 169 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
167 Settings 170 Settings
168 </message> 171 </message>
169 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]"> 172 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]">
170 Help &amp; feedback 173 Help &amp; feedback
171 </message> 174 </message>
172 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy."> 175 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy.">
173 Managed by your administrator 176 Managed by your administrator
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 <message name="IDS_DATA_REDUCTION_EXPERIMENT_DESCRIPTION" desc="Text to be displayed in settings when an experiment is running"> 743 <message name="IDS_DATA_REDUCTION_EXPERIMENT_DESCRIPTION" desc="Text to be displayed in settings when an experiment is running">
741 If you enable this feature, you will be part of an experiment that proxi es HTTPS pages through Google servers. 744 If you enable this feature, you will be part of an experiment that proxi es HTTPS pages through Google servers.
742 </message> 745 </message>
743 <message name="IDS_DATA_REDUCTION_EXPERIMENT_LINK_URL" desc="A link provid ed in settings when an experiment is running" translateable="false"> 746 <message name="IDS_DATA_REDUCTION_EXPERIMENT_LINK_URL" desc="A link provid ed in settings when an experiment is running" translateable="false">
744 <!-- Intentionally empty. This is overridden downstream. --> 747 <!-- Intentionally empty. This is overridden downstream. -->
745 </message> 748 </message>
746 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar"> 749 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar">
747 We are testing the proxying of HTTPS pages through Google servers as par t of an experiment. 750 We are testing the proxying of HTTPS pages through Google servers as par t of an experiment.
748 </message> 751 </message>
749 752
750 <!-- Data Saver Promo --> 753 <!-- Data Saver Promo and FRE card -->
751 <message name="IDS_DATA_REDUCTION_PROMO_TITLE" desc="The title for the pro mo inviting users to enable Data Saver" > 754 <message name="IDS_DATA_REDUCTION_PROMO_TITLE" desc="The title for the pro mo inviting users to enable Data Saver" >
752 Browse more for less 755 Browse more for less
753 </message> 756 </message>
754 <message name="IDS_DATA_REDUCTION_PROMO_SUMMARY" desc="Description for the promo inviting users to enable Data Saver" > 757 <message name="IDS_DATA_REDUCTION_PROMO_SUMMARY" desc="Description for the promo inviting users to enable Data Saver" >
755 Spend less data by using Google to optimize the pages you visit. Pages a ccessed with HTTPS or Incognito will not be optimized or seen by Google. 758 Spend less data by using Google to optimize the pages you visit. Pages a ccessed with HTTPS or Incognito will not be optimized or seen by Google.
756 </message> 759 </message>
757 <message name="IDS_DATA_REDUCTION_ENABLE_BUTTON" desc="Button the user pre sses if they want to enable Data Saver" > 760 <message name="IDS_DATA_REDUCTION_ENABLE_BUTTON" desc="Button the user pre sses if they want to enable Data Saver" >
758 Enable Data Saver 761 Enable Data Saver
759 </message> 762 </message>
763 <message name="IDS_DATA_REDUCTION_ENABLE_SWITCH" desc="Text for the switch the user presses if they want to enable/disable Data Saver" >
aurimas (slooooooooow) 2015/09/24 20:59:10 "Text for the switch that the user presses if they
megjablon 2015/09/24 23:40:34 Done.
764 Data Saver enabled
aurimas (slooooooooow) 2015/09/24 20:59:10 We should switch the text for the switch to "Data
megjablon 2015/09/24 23:40:34 Done.
765 </message>
760 <message name="IDS_DATA_REDUCTION_ENABLED_TOAST" desc="Toast message displ ayed after the user enables Data Saver from the promo" > 766 <message name="IDS_DATA_REDUCTION_ENABLED_TOAST" desc="Toast message displ ayed after the user enables Data Saver from the promo" >
761 Data Saver is on. Manage it in Settings. 767 Data Saver is on. Manage it in Settings.
762 </message> 768 </message>
763 769
764 <!-- About Chrome preferences --> 770 <!-- About Chrome preferences -->
765 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]"> 771 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]">
766 About Chrome 772 About Chrome
767 </message> 773 </message>
768 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android"> 774 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android">
769 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved. 775 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved.
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
2260 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion"> 2266 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion">
2261 Unable to select certificate. 2267 Unable to select certificate.
2262 </message> 2268 </message>
2263 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection"> 2269 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection">
2264 Client side certificate selection is not supported by the operating syst em. 2270 Client side certificate selection is not supported by the operating syst em.
2265 </message> 2271 </message>
2266 2272
2267 </messages> 2273 </messages>
2268 </release> 2274 </release>
2269 </grit> 2275 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698