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

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

Issue 3352018: Show error messages in speech bubble allowing user to retry as well. (Closed)
Patch Set: Address joth's comments. Created 10 years, 3 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
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. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 9482 matching lines...) Expand 10 before | Expand all | Expand 10 after
9493 9493
9494 <!-- GoogleURL tracker info bar --> 9494 <!-- GoogleURL tracker info bar -->
9495 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_MESSAGE" desc="Message display ed when the user's current Google TLD doesn't match the default for their locati on."> 9495 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_MESSAGE" desc="Message display ed when the user's current Google TLD doesn't match the default for their locati on.">
9496 It looks like you've moved. Would you like to use <ph name="NEW_GOOGLE_U RL">$1<ex>google.com</ex></ph>? 9496 It looks like you've moved. Would you like to use <ph name="NEW_GOOGLE_U RL">$1<ex>google.com</ex></ph>?
9497 </message> 9497 </message>
9498 9498
9499 <message name="IDS_SPEECH_INPUT_BUBBLE_HEADING" desc="First line in the cont ent area of the speech input bubble. Instructs the user that they can start spea king."> 9499 <message name="IDS_SPEECH_INPUT_BUBBLE_HEADING" desc="First line in the cont ent area of the speech input bubble. Instructs the user that they can start spea king.">
9500 Speak now 9500 Speak now
9501 </message> 9501 </message>
9502 <message name="IDS_SPEECH_INPUT_ERROR" desc="Message shown when audio record ing failed with an error during speech recognition."> 9502 <message name="IDS_SPEECH_INPUT_ERROR" desc="Message shown when audio record ing failed with an error during speech recognition.">
9503 There was an error in recording audio. Please check if a microphone proper ly connected before trying again. 9503 Audio recording device returned an error.
9504 </message> 9504 </message>
9505 <message name="IDS_SPEECH_INPUT_NO_MIC" desc="Message shown when speech reco gnizer could not find a suitable microphone or other audio input device."> 9505 <message name="IDS_SPEECH_INPUT_NO_MIC" desc="Message shown when speech reco gnizer could not find a suitable microphone or other audio input device.">
9506 No audio recording devices found. Please check if you have a microphone pr operly connected before trying again. 9506 No audio recording devices found.
9507 </message>
9508 <message name="IDS_SPEECH_INPUT_NO_SPEECH" desc="Message shown when speech r ecognizer detected no speech in the recorded audio.">
9509 No speech heard.
9510 </message>
9511 <message name="IDS_SPEECH_INPUT_NO_RESULTS" desc="Message shown when speech recognizer returned zero results.">
9512 No matches found.
9513 </message>
9514 <message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to r etry speech recognition">
9515 Try again
9507 </message> 9516 </message>
9508 9517
9509 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte nsions in the select file dialog."> 9518 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte nsions in the select file dialog.">
9510 Image Files 9519 Image Files
9511 </message> 9520 </message>
9512 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog."> 9521 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog.">
9513 Audio Files 9522 Audio Files
9514 </message> 9523 </message>
9515 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog."> 9524 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog.">
9516 Video Files 9525 Video Files
9517 </message> 9526 </message>
9518 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog."> 9527 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog.">
9519 Custom Files 9528 Custom Files
9520 </message> 9529 </message>
9521 9530
9522 </messages> 9531 </messages>
9523 9532
9524 <structures fallback_to_english="true"> 9533 <structures fallback_to_english="true">
9525 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9534 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9526 </structure> 9535 </structure>
9527 </structures> 9536 </structures>
9528 9537
9529 </release> 9538 </release>
9530 </grit> 9539 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698