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

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

Issue 3311016: Support accept attribute for an <input type=file> element.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
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 9491 matching lines...) Expand 10 before | Expand all | Expand 10 after
9502 <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."> 9502 <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.">
9503 Speak now 9503 Speak now
9504 </message> 9504 </message>
9505 <message name="IDS_SPEECH_INPUT_ERROR" desc="Message shown when audio record ing failed with an error during speech recognition."> 9505 <message name="IDS_SPEECH_INPUT_ERROR" desc="Message shown when audio record ing failed with an error during speech recognition.">
9506 There was an error in recording audio. Please check if a microphone proper ly connected before trying again. 9506 There was an error in recording audio. Please check if a microphone proper ly connected before trying again.
9507 </message> 9507 </message>
9508 <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."> 9508 <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.">
9509 No audio recording devices found. Please check if you have a microphone pr operly connected before trying again. 9509 No audio recording devices found. Please check if you have a microphone pr operly connected before trying again.
9510 </message> 9510 </message>
9511 9511
9512 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte nsions in the select file dialog.">
9513 Image Files
9514 </message>
9515 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog.">
9516 Audio Files
9517 </message>
9518 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog.">
9519 Video Files
9520 </message>
9521 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog.">
9522 Custom Files
9523 </message>
9524
9512 </messages> 9525 </messages>
9513 9526
9514 <structures fallback_to_english="true"> 9527 <structures fallback_to_english="true">
9515 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9528 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9516 </structure> 9529 </structure>
9517 </structures> 9530 </structures>
9518 9531
9519 </release> 9532 </release>
9520 </grit> 9533 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents_file_select_helper.h » ('j') | net/base/mime_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698