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

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

Issue 1379183003: [ContextualSearch] Adds long press promo for Contextual Search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing more comments Created 5 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 </message> 373 </message>
374 <message name="IDS_CONTEXTUAL_SEARCH_SHORT_DESCRIPTION" desc="A promo mess age shown to users who have Touch to Search enabled to explain the new behavior and provide an option to opt out"> 374 <message name="IDS_CONTEXTUAL_SEARCH_SHORT_DESCRIPTION" desc="A promo mess age shown to users who have Touch to Search enabled to explain the new behavior and provide an option to opt out">
375 Touch to Search sends the selected word and the current page as context to Google Search. You can turn it off in <ph name="BEGIN_LINK">&lt;link&gt;</ph> Settings<ph name="END_LINK">&lt;/link&gt;</ph>. 375 Touch to Search sends the selected word and the current page as context to Google Search. You can turn it off in <ph name="BEGIN_LINK">&lt;link&gt;</ph> Settings<ph name="END_LINK">&lt;/link&gt;</ph>.
376 </message> 376 </message>
377 <message name="IDS_CONTEXTUAL_SEARCH_GOT_IT_BUTTON" desc="A button to conf irm and dismiss opt out promo"> 377 <message name="IDS_CONTEXTUAL_SEARCH_GOT_IT_BUTTON" desc="A button to conf irm and dismiss opt out promo">
378 Allow 378 Allow
379 </message> 379 </message>
380 <message name="IDS_CONTEXTUAL_SEARCH_NO_THANKS_BUTTON" desc="A button to c onfirm and dismiss opt out promo"> 380 <message name="IDS_CONTEXTUAL_SEARCH_NO_THANKS_BUTTON" desc="A button to c onfirm and dismiss opt out promo">
381 No thanks 381 No thanks
382 </message> 382 </message>
383 <message name="IDS_CONTEXTUAL_SEARCH_PEEK_PROMO_TEXT" desc="A promotional message introducing the Touch to Search feature">
384 Now you can search with one touch
385 </message>
386 <message name="IDS_CONTEXTUAL_SEARCH_PEEK_PROMO_NEW" desc="A word that get s placed next to the promotional message to highlight the new Touch To Search fe ature">
387 New
388 </message>
383 <message name="IDS_CRASH_DUMP_UPLOAD_TITLE" desc="Title for crash upload u pload preference"> 389 <message name="IDS_CRASH_DUMP_UPLOAD_TITLE" desc="Title for crash upload u pload preference">
384 Usage and crash reports 390 Usage and crash reports
385 </message> 391 </message>
386 <message name="IDS_CRASH_DUMP_NEVER_UPLOAD" desc="Settings option never to upload crash reports [CHAR-LIMIT=32]"> 392 <message name="IDS_CRASH_DUMP_NEVER_UPLOAD" desc="Settings option never to upload crash reports [CHAR-LIMIT=32]">
387 Never send 393 Never send
388 </message> 394 </message>
389 <message name="IDS_CRASH_DUMP_ALWAYS_UPLOAD" desc="Settings option to uplo ad crash reports only anytime (when on Wi-Fi or mobile data) [CHAR-LIMIT=32]"> 395 <message name="IDS_CRASH_DUMP_ALWAYS_UPLOAD" desc="Settings option to uplo ad crash reports only anytime (when on Wi-Fi or mobile data) [CHAR-LIMIT=32]">
390 Always send 396 Always send
391 </message> 397 </message>
392 <message name="IDS_CRASH_DUMP_ONLY_WITH_WIFI" desc="Settings option to upl oad crash reports only over Wi-Fi [CHAR-LIMIT=32]"> 398 <message name="IDS_CRASH_DUMP_ONLY_WITH_WIFI" desc="Settings option to upl oad crash reports only over Wi-Fi [CHAR-LIMIT=32]">
(...skipping 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 2290
2285 <!-- Physical Web strings --> 2291 <!-- Physical Web strings -->
2286 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby."> 2292 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2287 {NUM_URLS, plural, 2293 {NUM_URLS, plural,
2288 =1 {1 URL nearby} 2294 =1 {1 URL nearby}
2289 other {# URLs nearby}} 2295 other {# URLs nearby}}
2290 </message> 2296 </message>
2291 </messages> 2297 </messages>
2292 </release> 2298 </release>
2293 </grit> 2299 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698