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

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

Issue 9594037: Revert 124975 - [filebrowser] Introduce "Open" action for supported file types (e.g. pdf). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/chromeos/extensions/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 9947 matching lines...) Expand 10 before | Expand all | Expand 10 after
9958 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed."> 9958 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed.">
9959 Unable to open open "$1": $2 9959 Unable to open open "$1": $2
9960 </message> 9960 </message>
9961 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents."> 9961 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents.">
9962 Open 9962 Open
9963 </message> 9963 </message>
9964 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device."> 9964 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device.">
9965 Format device 9965 Format device
9966 </message> 9966 </message>
9967 9967
9968 <message name="IDS_FILE_BROWSER_OPEN_ACTION" desc="Title of the action for opening contents of the file.">
9969 Open
9970 </message>
9971 <message name="IDS_FILE_BROWSER_INSTALL_CRX" desc="Title of the action for installing extension from CRX file.">
9972 Open
9973 </message>
9974
9975 <message name="IDS_FILE_BROWSER_GALLERY" desc="Title of the action to open the Gallery."> 9968 <message name="IDS_FILE_BROWSER_GALLERY" desc="Title of the action to open the Gallery.">
9976 View and Edit 9969 View and Edit
9977 </message> 9970 </message>
9978 <message name="IDS_FILE_BROWSER_GALLERY_EDIT" desc="In the Gallery, the ti tle on the button shows/hides editing buttons."> 9971 <message name="IDS_FILE_BROWSER_GALLERY_EDIT" desc="In the Gallery, the ti tle on the button shows/hides editing buttons.">
9979 Edit 9972 Edit
9980 </message> 9973 </message>
9981 <message name="IDS_FILE_BROWSER_GALLERY_SHARE" desc="In the Gallery, the t itle on the button that lets the user share a photo."> 9974 <message name="IDS_FILE_BROWSER_GALLERY_SHARE" desc="In the Gallery, the t itle on the button that lets the user share a photo.">
9982 Share 9975 Share
9983 </message> 9976 </message>
9984 <message name="IDS_FILE_BROWSER_GALLERY_ENTER_WHEN_DONE" desc="In the Gall ery, the text in a floating panel that prompts the user to press enter when they are done with the changes to a photo."> 9977 <message name="IDS_FILE_BROWSER_GALLERY_ENTER_WHEN_DONE" desc="In the Gall ery, the text in a floating panel that prompts the user to press enter when they are done with the changes to a photo.">
(...skipping 5202 matching lines...) Expand 10 before | Expand all | Expand 10 after
15187 </messages> 15180 </messages>
15188 <structures fallback_to_english="true"> 15181 <structures fallback_to_english="true">
15189 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15182 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15190 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15183 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15191 </structure> 15184 </structure>
15192 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15185 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15193 </structure> 15186 </structure>
15194 </structures> 15187 </structures>
15195 </release> 15188 </release>
15196 </grit> 15189 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698