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

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

Issue 9395077: [filebrowser] Introduce View 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 9962 matching lines...) Expand 10 before | Expand all | Expand 10 after
9973 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed."> 9973 <message name="IDS_FILE_BROWSER_ARCHIVE_MOUNT_FAILED" desc="Title of the e rror dialog when file mount operation failed.">
9974 Unable to open open "$1": $2 9974 Unable to open open "$1": $2
9975 </message> 9975 </message>
9976 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents."> 9976 <message name="IDS_FILE_BROWSER_MOUNT_ARCHIVE" desc="Title of the action f or mounting an archive file to work with its contents.">
9977 Open 9977 Open
9978 </message> 9978 </message>
9979 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device."> 9979 <message name="IDS_FILE_BROWSER_FORMAT_DEVICE" desc="Title of the action f or formatting removable device.">
9980 Format device 9980 Format device
9981 </message> 9981 </message>
9982 9982
9983 <message name="IDS_FILE_BROWSER_OPEN_ACTION" desc="Title of the action for opening contents of the file.">
9984 Open
9985 </message>
9986 <message name="IDS_FILE_BROWSER_INSTALL_CRX" desc="Title of the action for installing extension from CRX file.">
9987 Open
9988 </message>
9989
9983 <message name="IDS_FILE_BROWSER_GALLERY" desc="Title of the action to open the Gallery."> 9990 <message name="IDS_FILE_BROWSER_GALLERY" desc="Title of the action to open the Gallery.">
9984 View and Edit 9991 View and Edit
9985 </message> 9992 </message>
9986 <message name="IDS_FILE_BROWSER_GALLERY_EDIT" desc="In the Gallery, the ti tle on the button shows/hides editing buttons."> 9993 <message name="IDS_FILE_BROWSER_GALLERY_EDIT" desc="In the Gallery, the ti tle on the button shows/hides editing buttons.">
9987 Edit 9994 Edit
9988 </message> 9995 </message>
9989 <message name="IDS_FILE_BROWSER_GALLERY_SHARE" desc="In the Gallery, the t itle on the button that lets the user share a photo."> 9996 <message name="IDS_FILE_BROWSER_GALLERY_SHARE" desc="In the Gallery, the t itle on the button that lets the user share a photo.">
9990 Share 9997 Share
9991 </message> 9998 </message>
9992 <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."> 9999 <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
15195 </messages> 15202 </messages>
15196 <structures fallback_to_english="true"> 15203 <structures fallback_to_english="true">
15197 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15204 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15198 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15205 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15199 </structure> 15206 </structure>
15200 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15207 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15201 </structure> 15208 </structure>
15202 </structures> 15209 </structures>
15203 </release> 15210 </release>
15204 </grit> 15211 </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