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

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

Issue 105773004: Introduces the speech recognition UI to app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « ui/app_list/views/speech_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 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 Help 1597 Help
1598 </message> 1598 </message>
1599 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 1599 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
1600 Settings 1600 Settings
1601 </message> 1601 </message>
1602 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 1602 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
1603 Send feedback 1603 Send feedback
1604 </message> 1604 </message>
1605 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name."> 1605 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name.">
1606 Unnamed Folder 1606 Unnamed Folder
1607 </message> 1607 </message>
1608 <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">
1609 Speak now
1610 </message>
1608 </messages> 1611 </messages>
1609 </release> 1612 </release>
1610 </grit> 1613 </grit>
OLDNEW
« no previous file with comments | « ui/app_list/views/speech_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698