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

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

Issue 9452007: Enable rar, tar, tar.gz and tar.bz2 archive support in CrOS file manager. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_browser_private_api.cc » ('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 9911 matching lines...) Expand 10 before | Expand all | Expand 10 after
9922 Volume Label 9922 Volume Label
9923 </message> 9923 </message>
9924 <message name="IDS_FILE_BROWSER_READ_ONLY" desc="Indication that a volume is mounted read only."> 9924 <message name="IDS_FILE_BROWSER_READ_ONLY" desc="Indication that a volume is mounted read only.">
9925 Read Only 9925 Read Only
9926 </message> 9926 </message>
9927 9927
9928 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed."> 9928 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed.">
9929 Unable to open open "$1": $2 9929 Unable to open open "$1": $2
9930 </message> 9930 </message>
9931 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents."> 9931 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents.">
9932 Open zip file 9932 Open
9933 </message>
9934 <message name="IDS_FILE_BROWSER_UNMOUNT_ARCHIVE" desc="Title of the action for unmounting the archive file.">
9935 Close archive
9936 </message> 9933 </message>
9937 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device."> 9934 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device.">
9938 Format device 9935 Format device
9939 </message> 9936 </message>
9940 9937
9941 <message name="IDS_FILE_BROWSER_GALLERY" desc="Title of the action to open the Gallery."> 9938 <message name="IDS_FILE_BROWSER_GALLERY" desc="Title of the action to open the Gallery.">
9942 View and Edit 9939 View and Edit
9943 </message> 9940 </message>
9944 <message name="IDS_FILE_BROWSER_GALLERY_EDIT" desc="In the Gallery, the ti tle on the button shows/hides editing buttons."> 9941 <message name="IDS_FILE_BROWSER_GALLERY_EDIT" desc="In the Gallery, the ti tle on the button shows/hides editing buttons.">
9945 Edit 9942 Edit
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
10215 </message> 10212 </message>
10216 <message name="IDS_FILE_BROWSER_AUDIO_FILE_TYPE" desc="Audio file type"> 10213 <message name="IDS_FILE_BROWSER_AUDIO_FILE_TYPE" desc="Audio file type">
10217 $1 audio file 10214 $1 audio file
10218 </message> 10215 </message>
10219 <message name="IDS_FILE_BROWSER_HTML_DOCUMENT_FILE_TYPE" desc="HTML docume nt file type"> 10216 <message name="IDS_FILE_BROWSER_HTML_DOCUMENT_FILE_TYPE" desc="HTML docume nt file type">
10220 HTML document 10217 HTML document
10221 </message> 10218 </message>
10222 <message name="IDS_FILE_BROWSER_ZIP_ARCHIVE_FILE_TYPE" desc="Zip archive f ile type"> 10219 <message name="IDS_FILE_BROWSER_ZIP_ARCHIVE_FILE_TYPE" desc="Zip archive f ile type">
10223 Zip archive 10220 Zip archive
10224 </message> 10221 </message>
10222 <message name="IDS_FILE_BROWSER_RAR_ARCHIVE_FILE_TYPE" desc="RAR archive f ile type">
10223 RAR archive
10224 </message>
10225 <message name="IDS_FILE_BROWSER_TAR_ARCHIVE_FILE_TYPE" desc="Tar archive f ile type">
10226 Tar archive
10227 </message>
10228 <message name="IDS_FILE_BROWSER_TAR_BZIP2_ARCHIVE_FILE_TYPE" desc="Bzip2 c ompressed tar archive file type">
10229 Bzip2 compressed tar archive
10230 </message>
10231 <message name="IDS_FILE_BROWSER_TAR_GZIP_ARCHIVE_FILE_TYPE" desc="Gzip com pressed tar archive file type">
10232 Gzip compressed tar archive
10233 </message>
10225 <message name="IDS_FILE_BROWSER_PLAIN_TEXT_FILE_TYPE" desc="Plain text fil e type"> 10234 <message name="IDS_FILE_BROWSER_PLAIN_TEXT_FILE_TYPE" desc="Plain text fil e type">
10226 Plain text 10235 Plain text
10227 </message> 10236 </message>
10228 <message name="IDS_FILE_BROWSER_PDF_DOCUMENT_FILE_TYPE" desc="PDF document file type"> 10237 <message name="IDS_FILE_BROWSER_PDF_DOCUMENT_FILE_TYPE" desc="PDF document file type">
10229 PDF document 10238 PDF document
10230 </message> 10239 </message>
10231 10240
10232 <message name="IDS_FILE_BROWSER_ENQUEUE" desc="Enqueue file menu item used for media playback"> 10241 <message name="IDS_FILE_BROWSER_ENQUEUE" desc="Enqueue file menu item used for media playback">
10233 Enqueue 10242 Enqueue
10234 </message> 10243 </message>
(...skipping 4850 matching lines...) Expand 10 before | Expand all | Expand 10 after
15085 </messages> 15094 </messages>
15086 <structures fallback_to_english="true"> 15095 <structures fallback_to_english="true">
15087 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15096 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15088 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15097 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15089 </structure> 15098 </structure>
15090 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15099 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15091 </structure> 15100 </structure>
15092 </structures> 15101 </structures>
15093 </release> 15102 </release>
15094 </grit> 15103 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698