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

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

Issue 8508051: Revert 109285 - Seems to have broken chrome_frame_net_tests on the win_rel trybot, stuffing up th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | 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 <!-- 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 14290 matching lines...) Expand 10 before | Expand all | Expand 10 after
14301 </message> 14301 </message>
14302 <message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to r etry speech recognition"> 14302 <message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to r etry speech recognition">
14303 Try again 14303 Try again
14304 </message> 14304 </message>
14305 <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."> 14305 <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.">
14306 Connection to speech servers failed. 14306 Connection to speech servers failed.
14307 </message> 14307 </message>
14308 <message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a butt on or link to open the microphone settings window."> 14308 <message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a butt on or link to open the microphone settings window.">
14309 Microphone settings 14309 Microphone settings
14310 </message> 14310 </message>
14311 <message name="IDS_SPEECH_INPUT_TRAY_TOOLTIP" desc="Tool tip for the recordi ng notification icon shown by the speech input extension API">
14312 <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.
14313 </message>
14314 <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">
14315 Audio recording started.
14316 </message>
14317 <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">
14318 <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 notification icon to know when t his happens again.
14319 </message>
14320 14311
14321 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte nsions in the select file dialog."> 14312 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte nsions in the select file dialog.">
14322 Image Files 14313 Image Files
14323 </message> 14314 </message>
14324 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog."> 14315 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog.">
14325 Audio Files 14316 Audio Files
14326 </message> 14317 </message>
14327 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog."> 14318 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog.">
14328 Video Files 14319 Video Files
14329 </message> 14320 </message>
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
14595 </messages> 14586 </messages>
14596 <structures fallback_to_english="true"> 14587 <structures fallback_to_english="true">
14597 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14588 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14598 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14589 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14599 </structure> 14590 </structure>
14600 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14591 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14601 </structure> 14592 </structure>
14602 </structures> 14593 </structures>
14603 </release> 14594 </release>
14604 </grit> 14595 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698