Changeset 1367 for trunk/eraser6
- Timestamp:
- 11/29/2009 11:24:44 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/ShellExt/ShellExt.rc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/ShellExt/ShellExt.rc
r1366 r1367 1 // Microsoft Visual C++ generated resource script. 2 // 1 /* 2 * $Id$ 3 * Copyright 2008-2009 The Eraser Project 4 * Original Author: Kasra Nassiri <cjax@users.sourceforge.net> 5 * Modified By: Joel Low <lowjoel@users.sourceforge.net> 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 3 22 #include "resource.h" 23 #include "../Version.rc" 4 24 5 25 #define APSTUDIO_READONLY_SYMBOLS … … 60 80 61 81 VS_VERSION_INFO VERSIONINFO 62 FILEVERSION 6,0,6,134763 PRODUCTVERSION 6,0,6,134782 FILEVERSION ERASER_FILE_VERSION 83 PRODUCTVERSION ERASER_PRODUCT_VERSION 64 84 FILEFLAGSMASK 0x3fL 65 85 #ifdef _DEBUG … … 78 98 VALUE "CompanyName", "The Eraser Project" 79 99 VALUE "FileDescription", "Eraser Shell Extension" 80 VALUE "FileVersion", "6.0.6.1347"100 VALUE "FileVersion", ERASER_STRING_FILE_VERSION 81 101 VALUE "LegalCopyright", "(c) 2008 The Eraser Project" 82 102 VALUE "InternalName", "ShellExt" 83 103 VALUE "OriginalFilename", "ShellExt.dll" 84 104 VALUE "ProductName", "Eraser" 85 VALUE "ProductVersion", "6.0.6.1347"105 VALUE "ProductVersion", ERASER_STRING_PRODUCT_VERSION 86 106 END 87 107 END … … 101 121 #endif // English (U.S.) resources 102 122 ///////////////////////////////////////////////////////////////////////////// 123 124 ///////////////////////////////////////////////////////////////////////////// 125 // 126 // String Table 127 // 128 129 STRINGTABLE 130 BEGIN 131 IDS_PROJNAME "EraserShellExt" 132 IDS_ERASER "Eraser" 133 IDS_ERASERSHELLEXT "Eraser Shell Extension" 134 END 135 136 STRINGTABLE 137 BEGIN 138 IDS_ERROR_UNKNOWN "An unknown error has occurred." 139 IDS_ERROR_UNKNOWNACTION "An invalid command with the ID %d was requested.\n\nEraser is unable to process the request." 140 IDS_ERROR_CANNOTFINDERASER 141 "The Eraser application could not be started. Ensure that your installation of Eraser is not corrupted: try running the Eraser Setup again to Repair the install." 142 IDS_ERROR_ACCESSDENIED "Access has been denied to Eraser. This may be due to you not having administrator permissions, or if you cancelled a request to Run the command as an Administrator." 143 IDS_ERROR_TOO_MANY_FILES 144 "The command could not be sent to the running Eraser instance because too many files were selected for erasure.\n\nSelect fewer files and try again." 145 IDS_ERROR_MISC "An error has occurred:\n\n%s" 146 END 147 148 STRINGTABLE 149 BEGIN 150 IDS_HELPSTRING_ERASE "Erases the selected items." 151 IDS_HELPSTRING_ERASEONRESTART 152 "Erases the selected items when the computer is next restarted." 153 IDS_HELPSTRING_ERASEUNUSEDSPACE 154 "Erases the unused space of the selected drives." 155 IDS_HELPSTRING_SECUREMOVE 156 "Securely moves the selected items to a new location." 157 END 158 159 STRINGTABLE 160 BEGIN 161 IDS_ACTION_ERASE "&Erase" 162 IDS_ACTION_ERASERESTART "Erase on &Restart" 163 IDS_ACTION_ERASEUNUSEDSPACE "Erase &Unused Space" 164 IDS_ACTION_SECUREMOVE "Secure &Move" 165 END 166 167 #endif // English (U.S.) resources 103 168 104 169
Note: See TracChangeset
for help on using the changeset viewer.
