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

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: Created 4 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 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_RECENTLY_VISITED" desc="The title of recently visited s earch engine list view.">
Ian Wen 2016/09/27 04:42:00 IDS_SEARCH_ENGINE_RECENTLY_VISITED
ltian 2016/09/28 19:19:47 Done.
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 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after
2597 2600
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."> 2601 <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.">
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> 2602 <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>
2600 </message> 2603 </message>
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]"> 2604 <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]">
2602 Open in app 2605 Open in app
2603 </message> 2606 </message>
2604 </messages> 2607 </messages>
2605 </release> 2608 </release>
2606 </grit> 2609 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698