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

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 Dan's comments. Created 4 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 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="The title of rece ntly visited search engine list view.">
gone 2016/11/01 21:30:29 Title indicating that everything following represe
ltian 2016/11/01 22:59:36 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 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2618 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2621 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2619 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2622 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2620 </message> 2623 </message>
2621 2624
2622 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2625 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2623 Open app 2626 Open app
2624 </message> 2627 </message>
2625 </messages> 2628 </messages>
2626 </release> 2629 </release>
2627 </grit> 2630 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698