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

Side by Side Diff: ui/strings/ui_strings.grd

Issue 935293002: Launcher Search box, Back and Mic buttons now focusable in ChromeVox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tileitemview-setselected
Patch Set: Avoid using ContentsView (fix tests). Created 5 years, 10 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
« no previous file with comments | « ui/app_list/views/search_box_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2174 <!-- App list --> 2174 <!-- App list -->
2175 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI."> 2175 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI.">
2176 Help 2176 Help
2177 </message> 2177 </message>
2178 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 2178 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
2179 Settings 2179 Settings
2180 </message> 2180 </message>
2181 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 2181 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
2182 Send feedback 2182 Send feedback
2183 </message> 2183 </message>
2184 <message name="IDS_APP_LIST_BACK" desc="The name of the button that goes t o the previous screen in the launcher.">
2185 Back
2186 </message>
2184 <message name="IDS_APP_LIST_ALL_APPS" desc="The text on the button that op ens the app grid view in the app launcher."> 2187 <message name="IDS_APP_LIST_ALL_APPS" desc="The text on the button that op ens the app grid view in the app launcher.">
2185 All Apps 2188 All Apps
2186 </message> 2189 </message>
2187 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name."> 2190 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name.">
2188 Unnamed Folder 2191 Unnamed Folder
2189 </message> 2192 </message>
2190 <message name="IDS_APP_LIST_FOLDER_BUTTON_ACCESSIBILE_NAME" desc="The spok en feedback text for navigating to a folder button in top level app list"> 2193 <message name="IDS_APP_LIST_FOLDER_BUTTON_ACCESSIBILE_NAME" desc="The spok en feedback text for navigating to a folder button in top level app list">
2191 Folder <ph name="folder_name">$1<ex>OEM Apps</ex></ph> 2194 Folder <ph name="folder_name">$1<ex>OEM Apps</ex></ph>
2192 </message> 2195 </message>
2193 <message name="IDS_APP_LIST_FOLDER_OPEN_FOLDER_ACCESSIBILE_NAME" desc="The spoken feedback text for opening an app launcher folder"> 2196 <message name="IDS_APP_LIST_FOLDER_OPEN_FOLDER_ACCESSIBILE_NAME" desc="The spoken feedback text for opening an app launcher folder">
2194 Open folder 2197 Open folder
2195 </message> 2198 </message>
2196 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder"> 2199 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder">
2197 Close folder 2200 Close folder
2198 </message> 2201 </message>
2199 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query"> 2202 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query">
2200 Speak now 2203 Speak now
2201 </message> 2204 </message>
2202 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error."> 2205 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error.">
2203 No internet connection 2206 No internet connection
2204 </message> 2207 </message>
2205 </messages> 2208 </messages>
2206 </release> 2209 </release>
2207 </grit> 2210 </grit>
OLDNEW
« no previous file with comments | « ui/app_list/views/search_box_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698