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

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

Issue 8386074: Add a tray notification UI for speech input recording in the extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: requested file renames and api constants refactor. Created 9 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 | Annotate | Revision Log
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 14271 matching lines...) Expand 10 before | Expand all | Expand 10 after
14282 </message> 14282 </message>
14283 <message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to r etry speech recognition"> 14283 <message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to r etry speech recognition">
14284 Try again 14284 Try again
14285 </message> 14285 </message>
14286 <message name="IDS_SPEECH_INPUT_NET_ERROR" desc="Message shown when a networ k error occured and no results were received from the recognition server."> 14286 <message name="IDS_SPEECH_INPUT_NET_ERROR" desc="Message shown when a networ k error occured and no results were received from the recognition server.">
14287 Connection to speech servers failed. 14287 Connection to speech servers failed.
14288 </message> 14288 </message>
14289 <message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a butt on or link to open the microphone settings window."> 14289 <message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a butt on or link to open the microphone settings window.">
14290 Microphone settings 14290 Microphone settings
14291 </message> 14291 </message>
14292 <message name="IDS_SPEECH_INPUT_TRAY_TOOLTIP" desc="Tool tip for the recordi ng notification icon shown by the speech input extension API">
14293 <ph name="PRODUCT_NAME">$2<ex>Google Chrome</ex></ph> extension "<ph name= "EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" is currently recording audio for speech recognition.
14294 </message>
14295 <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_TITLE" desc="Title of the ballo on shown by the tray notification icon the first time a extension starts recordi ng using the speech input extension API">
14296 Audio recording started.
14297 </message>
14298 <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_BODY" desc="Contents of the bal loon shown by the tray notification icon the first time a extension starts recor ding using the speech input extension API">
14299 <ph name="PRODUCT_NAME">$2<ex>Google Chrome</ex></ph> extension "<ph name= "EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" has started recording audio for speech recognition. Look for the microphone tray icon to know when this happ ens again.
Satish 2011/11/07 18:16:31 'tray' seems like a windows specific term. Should
Leandro GraciĆ” Gil 2011/11/07 19:34:42 Done.
14300 </message>
14292 14301
14293 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte nsions in the select file dialog."> 14302 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte nsions in the select file dialog.">
14294 Image Files 14303 Image Files
14295 </message> 14304 </message>
14296 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog."> 14305 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog.">
14297 Audio Files 14306 Audio Files
14298 </message> 14307 </message>
14299 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog."> 14308 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog.">
14300 Video Files 14309 Video Files
14301 </message> 14310 </message>
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
14596 </messages> 14605 </messages>
14597 <structures fallback_to_english="true"> 14606 <structures fallback_to_english="true">
14598 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14607 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14599 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14608 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14600 </structure> 14609 </structure>
14601 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14610 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14602 </structure> 14611 </structure>
14603 </structures> 14612 </structures>
14604 </release> 14613 </release>
14605 </grit> 14614 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | chrome/browser/speech/speech_input_extension_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698