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

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

Issue 2367373003: [Android] Allow setting recently visited search engines as default search engine (Closed)
Patch Set: Update based on Peter and Dan's comments. Created 4 years 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 <!-- Search engine preferences --> 250 <!-- Search engine preferences -->
251 <message name="IDS_PREFS_SEARCH_ENGINE" desc="Title for Search Engine pref erences. [CHAR-LIMIT=32]"> 251 <message name="IDS_PREFS_SEARCH_ENGINE" desc="Title for Search Engine pref erences. [CHAR-LIMIT=32]">
252 Search engine 252 Search engine
253 </message> 253 </message>
254 <message name="IDS_SEARCH_ENGINE_LOCATION_ALLOWED" desc="The text of a lin k displayed when location permission for a particular search engine is allowed." > 254 <message name="IDS_SEARCH_ENGINE_LOCATION_ALLOWED" desc="The text of a lin k displayed when location permission for a particular search engine is allowed." >
255 Location is allowed 255 Location is allowed
256 </message> 256 </message>
257 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." > 257 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." >
258 Location is blocked 258 Location is blocked
259 </message> 259 </message>
260 <message name="IDS_SEARCH_ENGINE_RECENTLY_VISITED" desc="Header for the li st of recently visited search engines.">
261 Recently visited
262 </message>
260 263
261 <!-- Autofill preferences --> 264 <!-- Autofill preferences -->
262 <message name="IDS_PREFS_AUTOFILL" desc="Title for 'Autofill forms' settin gs, which control what personal data can be automatically filled into web page f orms. [CHAR-LIMIT=32]"> 265 <message name="IDS_PREFS_AUTOFILL" desc="Title for 'Autofill forms' settin gs, which control what personal data can be automatically filled into web page f orms. [CHAR-LIMIT=32]">
263 Autofill forms 266 Autofill forms
264 </message> 267 </message>
265 <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Header above the list of profiles (which contain the user's name, address, etc) that can be automaticall y filled into web page forms. [CHAR-LIMIT=32]"> 268 <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Header above the list of profiles (which contain the user's name, address, etc) that can be automaticall y filled into web page forms. [CHAR-LIMIT=32]">
266 Addresses 269 Addresses
267 </message> 270 </message>
268 <message name="IDS_AUTOFILL_CREDIT_CARDS_TITLE" desc="Header above the lis t of the user's credit cards that can be automatically filled into web page form s. [CHAR-LIMIT=32]"> 271 <message name="IDS_AUTOFILL_CREDIT_CARDS_TITLE" desc="Header above the lis t of the user's credit cards that can be automatically filled into web page form s. [CHAR-LIMIT=32]">
269 Credit cards 272 Credit cards
(...skipping 2482 matching lines...) Expand 10 before | Expand all | Expand 10 after
2752 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di alog warning user that installation from Unknown sources is required for WebAPK experiment"> 2755 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di alog warning user that installation from Unknown sources is required for WebAPK experiment">
2753 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment. Be sure to disable this setting when you’re done trying it out. 2756 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment. Be sure to disable this setting when you’re done trying it out.
2754 </message> 2757 </message>
2755 2758
2756 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la bel for opening Android Settings from dialog warning user that installation from Unknown sources is required for WebAPK experiment."> 2759 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la bel for opening Android Settings from dialog warning user that installation from Unknown sources is required for WebAPK experiment.">
2757 Settings 2760 Settings
2758 </message> 2761 </message>
2759 </messages> 2762 </messages>
2760 </release> 2763 </release>
2761 </grit> 2764 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698