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

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

Issue 1435263003: [Android] Show document mode opt-out InfoBar on selected devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed isOptedInToDocumentMode Created 5 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
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
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]"> 164 <message name="IDS_NEXT" desc="Generic label for a button to advance to th e next item. [CHAR-LIMIT=20]">
165 Next 165 Next
166 </message> 166 </message>
167 <message name="IDS_SHOW" desc="Generic label to say show for a feature. [C HAR-LIMIT=32]">
168 Show
169 </message>
167 170
168 <!-- Main Preferences --> 171 <!-- Main Preferences -->
169 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> 172 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
170 Settings 173 Settings
171 </message> 174 </message>
172 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]"> 175 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]">
173 Help &amp; feedback 176 Help &amp; feedback
174 </message> 177 </message>
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."> 178 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy.">
176 Managed by your administrator 179 Managed by your administrator
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2339 </message> 2342 </message>
2340 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display."> 2343 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
2341 There are no nearby web pages found 2344 There are no nearby web pages found
2342 </message> 2345 </message>
2343 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2346 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2344 Looking for nearby web pages 2347 Looking for nearby web pages
2345 </message> 2348 </message>
2346 </messages> 2349 </messages>
2347 </release> 2350 </release>
2348 </grit> 2351 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698