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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 58709)
+++ chrome/app/generated_resources.grd (working copy)
@@ -9509,6 +9509,19 @@
No audio recording devices found. Please check if you have a microphone properly connected before trying again.
</message>
+ <message name="IDS_IMAGE_FILES" desc="The description of the image file extensions in the select file dialog.">
+ Image Files
+ </message>
+ <message name="IDS_AUDIO_FILES" desc="The description of the audio file extensions in the select file dialog.">
+ Audio Files
+ </message>
+ <message name="IDS_VIDEO_FILES" desc="The description of the video file extensions in the select file dialog.">
+ Video Files
+ </message>
+ <message name="IDS_CUSTOM_FILES" desc="The description of the custom file extensions in the select file dialog.">
+ Custom Files
+ </message>
+
</messages>
<structures fallback_to_english="true">
« 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