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

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

Issue 2398533002: Implement search engine auto switch when entering or leaving some locale (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 2585 matching lines...) Expand 10 before | Expand all | Expand 10 after
2596 <!-- Special locale UI strings --> 2596 <!-- Special locale UI strings -->
2597 <message name="IDS_SEARCH_WITH_SOGOU" desc="Text telling the user that the search engine will be switched to Sogou."> 2597 <message name="IDS_SEARCH_WITH_SOGOU" desc="Text telling the user that the search engine will be switched to Sogou.">
2598 Search with Sogou 2598 Search with Sogou
2599 </message> 2599 </message>
2600 <message name="IDS_SOGOU_EXPLANATION" desc="Text explaining why Sogou shou ld be used as default search engine."> 2600 <message name="IDS_SOGOU_EXPLANATION" desc="Text explaining why Sogou shou ld be used as default search engine.">
2601 Chrome can use Sogou for search in China. You can change this in <ph nam e="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph name="END_LINK">&lt;/link&gt;</ph>. 2601 Chrome can use Sogou for search in China. You can change this in <ph nam e="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph name="END_LINK">&lt;/link&gt;</ph>.
2602 </message> 2602 </message>
2603 <message name="IDS_KEEP_GOOGLE" desc="Text representing the option that th e user wants to keep Google as the default search engine."> 2603 <message name="IDS_KEEP_GOOGLE" desc="Text representing the option that th e user wants to keep Google as the default search engine.">
2604 Keep Google 2604 Keep Google
2605 </message> 2605 </message>
2606 <message name="IDS_USING_SOGOU" desc="Text notifying users that the defaul t search engine has been set to Sogou.">
2607 Using Sogou for search
2608 </message>
2609 <message name="IDS_USING_GOOGLE" desc="Text notifying users that the defau lt search engine has been set to Google.">
2610 Using Google for search
2611 </message>
2606 2612
2607 <!-- Item Chooser UI strings --> 2613 <!-- Item Chooser UI strings -->
2608 <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."> 2614 <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.">
2609 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2615 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2610 </message> 2616 </message>
2611 2617
2612 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2618 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2613 Open app 2619 Open app
2614 </message> 2620 </message>
2615 </messages> 2621 </messages>
2616 </release> 2622 </release>
2617 </grit> 2623 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698