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

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

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: Created 3 years, 7 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 2455 matching lines...) Expand 10 before | Expand all | Expand 10 after
2466 </message> 2466 </message>
2467 2467
2468 <!-- Omnibox --> 2468 <!-- Omnibox -->
2469 <message name="IDS_SEARCH_OR_TYPE_URL" desc="Prompt to enter text into the text field that will either perform web searches or navigate to a URL. [CHAR-LI MIT=38]"> 2469 <message name="IDS_SEARCH_OR_TYPE_URL" desc="Prompt to enter text into the text field that will either perform web searches or navigate to a URL. [CHAR-LI MIT=38]">
2470 Search or type URL 2470 Search or type URL
2471 </message> 2471 </message>
2472 <message name="IDS_LOCATION_BAR_VERBOSE_STATUS_OFFLINE" desc="Verbose indi cation of offline status in the location bar. [CHAR-LIMIT=20]"> 2472 <message name="IDS_LOCATION_BAR_VERBOSE_STATUS_OFFLINE" desc="Verbose indi cation of offline status in the location bar. [CHAR-LIMIT=20]">
2473 Offline 2473 Offline
2474 </message> 2474 </message>
2475 2475
2476 <!-- Clank Omnibox Placeholder Experiment -->
2477 <message name="IDS_SEARCH_OR_TYPE_WEBSITE_NAME" desc="Prompt to enter text into the text field that will either perform web searches or navigate to a URL. [CHAR-LIMIT=38]">
2478 Search or type website name
2479 </message>
2480 <message name="IDS_SEARCH_THE_WEB" desc="Prompt to enter text into the tex t field that will either perform web searches or navigate to a URL. [CHAR-LIMIT= 38]">
2481 Search the web
2482 </message>
2483 <message name="IDS_ENTER_A_SEARCH_OR_WEBSITE" desc="Prompt to enter text i nto the text field that will either perform web searches or navigate to a URL. [ CHAR-LIMIT=38]">
2484 Enter a search or website
2485 </message>
2486 <message name="IDS_SEARCH_NEWS" desc="Prompt to enter text into the text f ield that will either perform web searches or navigate to a URL, with a suggesti on of searching news. [CHAR-LIMIT=38]">
2487 Search… news
2488 </message>
2489 <message name="IDS_SEARCH_RECIPES" desc="Prompt to enter text into the tex t field that will either perform web searches or navigate to a URL, with a sugge stion of searching recipes. [CHAR-LIMIT=38]">
2490 Search… recipes
2491 </message>
2492 <message name="IDS_SEARCH_WEATHER" desc="Prompt to enter text into the tex t field that will either perform web searches or navigate to a URL, with a sugge stion of searching weather. [CHAR-LIMIT=38]">
2493 Search… weather
2494 </message>
2495
2476 <!-- Voice search --> 2496 <!-- Voice search -->
2477 <message name="IDS_VOICE_SEARCH_ERROR" desc="Toast when the voice search a ctivity couldn't be started. [CHAR-LIMIT=40]"> 2497 <message name="IDS_VOICE_SEARCH_ERROR" desc="Toast when the voice search a ctivity couldn't be started. [CHAR-LIMIT=40]">
2478 No enabled voice search available 2498 No enabled voice search available
2479 </message> 2499 </message>
2480 2500
2481 <message name="IDS_OPEN_IN_NEW_TAB_TOAST" desc="Toast displayed after a ta b is opened in the background on a low end device."> 2501 <message name="IDS_OPEN_IN_NEW_TAB_TOAST" desc="Toast displayed after a ta b is opened in the background on a low end device.">
2482 Tab opened in background. 2502 Tab opened in background.
2483 </message> 2503 </message>
2484 <message name="IDS_CONTEXTMENU_COPY_URL" desc="Context menu item for copyi ng the url for query in the omnibox. [CHAR-LIMIT=30]"> 2504 <message name="IDS_CONTEXTMENU_COPY_URL" desc="Context menu item for copyi ng the url for query in the omnibox. [CHAR-LIMIT=30]">
2485 Copy URL 2505 Copy URL
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3011 Remove and recreate this shortcut 3031 Remove and recreate this shortcut
3012 </message> 3032 </message>
3013 3033
3014 <!-- Chrome Home --> 3034 <!-- Chrome Home -->
3015 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 3035 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
3016 Pull up to see bookmarks and more 3036 Pull up to see bookmarks and more
3017 </message> 3037 </message>
3018 </messages> 3038 </messages>
3019 </release> 3039 </release>
3020 </grit> 3040 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698