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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2934883002: cros: add new search box hint text for launcher (Closed)
Patch Set: Created 3 years, 6 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 11125 matching lines...) Expand 10 before | Expand all | Expand 10 after
11136 <if expr="enable_app_list"> 11136 <if expr="enable_app_list">
11137 <message name="IDS_APP_LIST_START_SPEECH_RECOGNITION" desc="Tooltip text for the button to start the speech recognition."> 11137 <message name="IDS_APP_LIST_START_SPEECH_RECOGNITION" desc="Tooltip text for the button to start the speech recognition.">
11138 Click to start voice search 11138 Click to start voice search
11139 </message> 11139 </message>
11140 <message name="IDS_APP_LIST_HOTWORD_LISTENING" desc="Tooltip text for th e mic button when it waits for the hotword."> 11140 <message name="IDS_APP_LIST_HOTWORD_LISTENING" desc="Tooltip text for th e mic button when it waits for the hotword.">
11141 Click, or say "Ok Google" to start voice search 11141 Click, or say "Ok Google" to start voice search
11142 </message> 11142 </message>
11143 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box i n app list window."> 11143 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box i n app list window.">
11144 Search or type URL 11144 Search or type URL
11145 </message> 11145 </message>
11146 <message name="IDS_SEARCH_BOX_HINT_FULLSCREEN" desc="Hint text for the s earch box in fullscreen app list window.">
11147 Search your Chromebook, apps, web...
xiyuan 2017/06/12 19:24:55 Usually we use a place holder for "Chromebook" and
Qiang(Joe) Xu 2017/06/12 21:45:31 done
11148 </message>
11146 <message name="IDS_SEARCH_BOX_HOTWORD_HINT" desc="Hint text for the sear ch box in app list window when the hotword is enabled."> 11149 <message name="IDS_SEARCH_BOX_HOTWORD_HINT" desc="Hint text for the sear ch box in app list window when the hotword is enabled.">
11147 Search, or say "Ok Google" 11150 Search, or say "Ok Google"
11148 </message> 11151 </message>
11149 <if expr="not use_titlecase"> 11152 <if expr="not use_titlecase">
11150 <message name="IDS_APP_LIST_CONTEXT_MENU_NEW_TAB" desc="Title text for the 'open new' context menu item of an app list item configured to open in a ta b"> 11153 <message name="IDS_APP_LIST_CONTEXT_MENU_NEW_TAB" desc="Title text for the 'open new' context menu item of an app list item configured to open in a ta b">
11151 New tab 11154 New tab
11152 </message> 11155 </message>
11153 <message name="IDS_APP_LIST_CONTEXT_MENU_NEW_WINDOW" desc="Title text for the 'open new' context menu item of an app list item configured to open wind owed"> 11156 <message name="IDS_APP_LIST_CONTEXT_MENU_NEW_WINDOW" desc="Title text for the 'open new' context menu item of an app list item configured to open wind owed">
11154 New window 11157 New window
11155 </message> 11158 </message>
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
12335 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> 12338 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java">
12336 Accessing audio and video input 12339 Accessing audio and video input
12337 </message> 12340 </message>
12338 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12341 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12339 Sharing screen 12342 Sharing screen
12340 </message> 12343 </message>
12341 </if> 12344 </if>
12342 </messages> 12345 </messages>
12343 </release> 12346 </release>
12344 </grit> 12347 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698