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

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

Issue 2380133002: Show search engine promo dialog for special locale (Closed)
Patch Set: maria's comment 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 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2586 </message> 2586 </message>
2587 2587
2588 <!-- Migration strings --> 2588 <!-- Migration strings -->
2589 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2589 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2590 Quickly switch tabs 2590 Quickly switch tabs
2591 </message> 2591 </message>
2592 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2592 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2593 Tap this button for quick access to your tabs. 2593 Tap this button for quick access to your tabs.
2594 </message> 2594 </message>
2595 2595
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.">
2598 Search with Sogou
2599 </message>
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>.
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.">
2604 Keep Google
2605 </message>
2606
2596 <!-- Item Chooser UI strings --> 2607 <!-- Item Chooser UI strings -->
2597 <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."> 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.">
2598 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2609 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2599 </message> 2610 </message>
2600 2611
2601 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2612 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2602 Open app 2613 Open app
2603 </message> 2614 </message>
2604 </messages> 2615 </messages>
2605 </release> 2616 </release>
2606 </grit> 2617 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698