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

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

Issue 665233002: Experimental app list: Added "All apps" button on start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/app-list-factor-folderimagesource
Patch Set: Rebase. Created 6 years, 1 month 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/tile_item_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 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 <!-- App list --> 2168 <!-- App list -->
2169 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI."> 2169 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI.">
2170 Help 2170 Help
2171 </message> 2171 </message>
2172 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 2172 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
2173 Settings 2173 Settings
2174 </message> 2174 </message>
2175 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 2175 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
2176 Send feedback 2176 Send feedback
2177 </message> 2177 </message>
2178 <message name="IDS_APP_LIST_ALL_APPS" desc="The text on the button that op ens the app grid view in the app launcher.">
2179 All apps
2180 </message>
2178 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name."> 2181 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name.">
2179 Unnamed Folder 2182 Unnamed Folder
2180 </message> 2183 </message>
2181 <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"> 2184 <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">
2182 Folder <ph name="folder_name">$1<ex>OEM Apps</ex></ph> 2185 Folder <ph name="folder_name">$1<ex>OEM Apps</ex></ph>
2183 </message> 2186 </message>
2184 <message name="IDS_APP_LIST_FOLDER_OPEN_FOLDER_ACCESSIBILE_NAME" desc="The spoken feedback text for opening an app launcher folder"> 2187 <message name="IDS_APP_LIST_FOLDER_OPEN_FOLDER_ACCESSIBILE_NAME" desc="The spoken feedback text for opening an app launcher folder">
2185 Open folder 2188 Open folder
2186 </message> 2189 </message>
2187 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder"> 2190 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder">
2188 Close folder 2191 Close folder
2189 </message> 2192 </message>
2190 <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"> 2193 <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">
2191 Speak now 2194 Speak now
2192 </message> 2195 </message>
2193 <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."> 2196 <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.">
2194 No internet connection 2197 No internet connection
2195 </message> 2198 </message>
2196 </messages> 2199 </messages>
2197 </release> 2200 </release>
2198 </grit> 2201 </grit>
OLDNEW
« no previous file with comments | « ui/app_list/views/tile_item_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698