⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpqeditor.rc

📁 mpq文件的格式就是一种压缩格式
💻 RC
📖 第 1 页 / 共 3 页
字号:
    IDS_PROCMISSING         "One of required functions was not found in Storm.dll. MPQ Editor cannot use Storm.dll and will use its own."
    IDS_LOADINGMPQ          "Loading MPQ ..."
    IDS_LOADINGMPQ2         "Loading MPQ archive (%u of %u files found) ..."
    IDS_CANTLOADMPQ         "Error loading MPQ archive."
    IDS_FILE_NAME           "File name"
    IDS_SIZE                "Size"
    IDS_ATTR                "Attributes"
    IDS_TYPE                "Type"
    IDS_MPQ_TYPE            "Blizzard MPQ archive"
    IDS_BLP_TYPE            "War3 Skin File"
    IDS_MDX_TYPE            "War3 Model File"
    IDS_SMK_TYPE            "Smacker Video File"
    IDS_BIK_TYPE            "Bink Video"
END

STRINGTABLE PRELOAD DISCARDABLE 
BEGIN
    AFX_IDS_APP_TITLE       "Ladik's MPQ Editor"
    AFX_IDS_IDLEMESSAGE     "Ready"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_INDICATOR_CAPS       "CAP"
    ID_INDICATOR_NUM        "NUM"
    ID_INDICATOR_SCRL       "SCRL"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_FILE_NEW             "Create a new MPQ archive\nNew"
    ID_FILE_OPEN            "Open an existing MPQ archive\nOpen"
    ID_FILE_CLOSE           "Close the MPQ archive\nClose"
    ID_FILE_SAVE            "Save the active document\nSave"
    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_APP_ABOUT            "Displays program information, version number and copyright\nAbout"
    ID_APP_EXIT             "Quit MPQ Editor.\nExit"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_FILE_MRU_FILE1       "Open this document"
    ID_FILE_MRU_FILE2       "Open this document"
    ID_FILE_MRU_FILE3       "Open this document"
    ID_FILE_MRU_FILE4       "Open this document"
    ID_FILE_MRU_FILE5       "Open this document"
    ID_FILE_MRU_FILE6       "Open this document"
    ID_FILE_MRU_FILE7       "Open this document"
    ID_FILE_MRU_FILE8       "Open this document"
    ID_FILE_MRU_FILE9       "Open this document"
    ID_FILE_MRU_FILE10      "Open this document"
    ID_FILE_MRU_FILE11      "Open this document"
    ID_FILE_MRU_FILE12      "Open this document"
    ID_FILE_MRU_FILE13      "Open this document"
    ID_FILE_MRU_FILE14      "Open this document"
    ID_FILE_MRU_FILE15      "Open this document"
    ID_FILE_MRU_FILE16      "Open this document"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_EDIT_CLEAR           "Erase the selection\nErase"
    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
    ID_EDIT_FIND            "Find the specified text\nFind"
    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
    ID_EDIT_UNDO            "Undo the last action\nUndo"
    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
    ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
    ID_VIEW_AUTOARRANGE     "Arrange icons on a grid."
END

STRINGTABLE DISCARDABLE 
BEGIN
    AFX_IDS_SCSIZE          "Change the window size"
    AFX_IDS_SCMOVE          "Change the window position"
    AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
    AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
    AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
    AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
    AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
END

STRINGTABLE DISCARDABLE 
BEGIN
    AFX_IDS_SCRESTORE       "Restore the window to normal size"
    AFX_IDS_SCTASKLIST      "Activate Task List"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_VIEW_SMALLICON       "Display items by using small icons.\nSmall Icons"
    ID_VIEW_LARGEICON       "Display items by using large icons.\nLarge Icons"
    ID_VIEW_LIST            "Displays items in a list.\nList"
    ID_VIEW_DETAILS         "Displays detailed information about each item in the window.\nDetails"
    ID_VIEW_LINEUP          "Arranges icons in a grid."
    ID_VIEW_BYNAME          "Sorts the icons alphabetically."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_FNT_TYPE            "Blizzard Font"
    IDS_TBL_TYPE            "Text strings table"
    IDS_CEL_TYPE            "Diablo Graphics"
    IDS_CL2_TYPE            "Diablo Graphics"
    IDS_GRP_TYPE            "StarCraft Graphic File"
    IDS_DC6_TYPE            "Diablo II Graphic"
    IDS_DCC_TYPE            "Diablo II DCC File"
    IDS_DT1_TYPE            "Diablo II DT1 File"
    IDS_NOITEMSSELECTED     "No files selected. Select one or more files and then repeat the operation."
    IDS_EXTRACTINGFILE      "Extracting file ""%s"" ..."
    IDS_FAILEDTOEXTRACT     "Failed to extract the file ""%s"" (Error code : %u)"
    IDS_WANTEXITIFBGWORK    "An active operation runs on the background !!\nDo you really want to quit MPQ Editor ?"
    IDS_FILEEXISTS          "The extracted file\n""%s""\nalready exists. Overwrite it ?"
    IDS_LISTFILE_EXTRACTED  "File was extracted successfully and stored into folder with file lists."
    IDS_NOMPQNAME           "No MPQ archive name given. Please enter an archive name."
    IDS_CREATINGMPQ         "Creating MPQ archive ..."
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_OPS_EXTRACT          "Extracts the file into extraction directory\nExtract File"
    ID_OPS_OPEN             "Opens or runs the file\nOpen the file"
    ID_OPS_ADD_FILES        "Adds a file into the current directory of the archive\nAdd File(s)"
    ID_OPS_EXTRACT_ARCHIVE  "Extracts all files from the archive into a specified directory\nExtract Archive"
    ID_TOOLS_OPTIONS        "MPQ Editor options\nOptions"
    ID_OPS_REMOVE           "Removes selected files from archive\nRemove file(s)"
    ID_OPS_PROPERTIES       "Shows properties of the file\nProperties"
    ID_OPS_RENAME           "Renames the file in the archive\nRename"
    ID_OPS_OPENWITH         "Opens the file with a selected application\nOpen With"
    ID_OPS_BUILD_ARCHIVE    "Builds a new MPQ archive from a directory\nBuild Archive"
    ID_OPS_GETLISTFILE      "Extracts list file from the MPQ archive\nExtract file list"
    ID_OPS_COMPACT_ARCHIVE  "Rebuilds (defragments) the MPQ archive\nCompact Archive"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_OPS_NEWFOLDER        "Creates new folder within the currently selected folder\nNew Folder"
    ID_TOOLS_NAME_BREAKER   "A tool that allows MPQ name breaking\nName Breaker"
    ID_TOOLS_MPQ2K_SCRIPT   "Allows you to use script for MPQ2K archive editor\nRun MPQ2K script"
    IDC_HEXVIEW             "Shows begin of the file in hex viewer\nHex Viewer"
    ID_TOOLS_MERGE_LISTFILES 
                            "Allows you to merge multiple listfiles into one, removing duplicate ones\nMerge listfiles"
    ID_NEXTUNKNOWN          "Jump to the next unknown file\nNext unknown"
    ID_PREVUNKNOWN          "Jump to the previous unknown file\nPrevious unknown"
    ID_TOOLS_ARCHIVEOPTIONS "Configures conditions for adding files into MPQ archive\nAdd file options"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_CANTDOWITHMULTIPLE  "Cannot do this operation on multiple files/directories."
    IDS_CANTDOWITHDIRS      "Cannot do this operation on folders in MPQ archive."
    IDS_RENAMINGFILE        "Renaming file ..."
    IDS_REMOVINGFILE        "Removing file ""%s"" ..."
    IDS_NEWFOLDERNAME       "NewFolder"
    IDS_FOLDEREXISTS        "This folder already exists."
    IDS_ALLFILTER           "All Files (*.*)|*.*|||"
    IDS_ARCHFILEEXISTS      "The file\n""%s""\nalready exists in the archive. Do you want to replace it ?"
    IDS_ADDINGFILE          "Adding file %s ..."
    IDS_GENERAL             "General"
    IDS_PROPERTIES          "Properties"
    IDS_SIZEBYTES           "%u bytes"
    IDS_SIZEENTRIES         "%u (0x%lX) entries"
    IDS_WANTEXTRACTARCHIVE  "This operation will extract all files from the archive into work folder. This can take several minutes, depending on the size of the archive. It also can require large disk space. Do you wish to continue ?"
    IDS_CANTDOONNAMELESS    "This operation is not supported when the file names were autodetected by MPQ Editor. Open the archive again, provide a valid filelist and repeat."
    IDS_NOTSUPPORTED        "This function is not supported yet."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_WANT_COMPACT_ARCHIVE 
                            "This function will compact the complete archive. Compacting an archive means rebuilding it from scratch. This may require several minutes, depending on the size of the archive. Do you wish to continue ?"
    IDS_BROWSETITLE         "Select directory which will serve as data source for newly built MPQ archive."
    IDS_ADDERROR            "Error adding file ""%s"" (Error code : %u)"
    IDS_XXX_TYPE            "Unrecognized file"
    IDS_INDEX               "#"
    IDS_HASH_INDEX          "Hash #"
    IDS_CODENAME1           "Codename1"
    IDS_CODENAME2           "Codename2"
    IDS_EXTENSION           "Ext"
    IDS_FILENAME            "Filename"
    IDS_UNKNOWN             "Unknown"
    IDS_FILELIST_FILTERS    "File lists (*.txt)|*.txt|||"
    IDS_FILELIST_SAVED      "The file list was saved."
    IDS_DETECTING_FILENAME  "Detecting file name (%s) ..."
    IDS_WANTEXITIFBGWORK2   "Do you wish to stop name breaking ?\nThe last tried name will be saved. You can later continue in searching."
    IDS_ERROR_OPENING_SCRIPT "Cannot open the script."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_OPENING_MPQ         "Opening archive ""%s"" ..."
    IDS_EOPEN_MPQ           "Cannot open archive file %s (Error code : %u)"
    IDS_BADCOMMAND          "Bad command : ""%s"""
    IDS_DETECT              "Detect ..."
    IDS_STOP                "Stop ..."
    IDS_WORKCOMPLETE        "Work complete."
    IDS_BADCMDLINEPARAM     "Invalid command line parameter.\nGo to the ""Help\\Command Line Arguments ..."" menu item for more informations."
    IDS_NDETECTED           "Number of detected and unsaved names : %u"
    IDS_LOCALE              "Locale"
    IDS_NEUTRAL             "Neutral"
    IDS_CHECKING_FILES      "Checking files in MPQ ..."
    IDS_COMPACTING          "Compacting archive (File %u of %u) ..."
    IDS_CLOSINGARCHIVE      "Closing archive ..."
    IDS_ECOMPACTERROR       "Cannot finish the archive compacting. Maybe the given filelist is incomplete or there is not enough space on the disk."
    IDS_MPQCOMPACTING       "archive compacting"
    IDS_BUILDINGLIST        "Building file list ..."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_ERENAMEFILE         "Cannot rename the file ""%s"" (Error code : %u)"
    IDS_EDELETEFILE         "Cannot delete the file ""%s"" (Error code : %u)"
    IDS_WANTDELETE          "Do you want to delete selected file(s)/folders(s) ?"
    IDS_CANTADDALLFILES     "There is not enough space for adding all files into MPQ archive."
    IDS_DELETED             "Deleted"
    IDS_EREADFILEDATA       "Could not read content of the file."
    IDS_SEED                "Seed"
    IDS_BADRECENTFILE       "This recent file couldn't be open and will be removed from recent file list. "
    IDS_MERGE_LISTFILES_TITLE "Choose listfiles to merge"
    IDS_SAVE_LISTFILE_TITLE "Save merged listfile to"
    IDS_EOPENFILE           "Cannot open the file %s."
    IDS_MERGING_LISTFILE    "Merging listfile %s ..."
    IDS_SORTING_LIST        "Sorting list ..."
    IDS_SAVING_LISTFILE     "Saving merged listfile ..."
    IDS_LISTFILE_MERGED     "Listfiles have been merged and saved to ""%s""."
    IDS_ELAPSEDTIME         "Elapsed time : %u:%02u:%02u"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDC_DETECT              "Starts file name breaking\nDetect"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_NAMEBRK_TITLE       "File name breaker - %s (%u unknowns)"
    IDS_NOFOLDEROREXT       "No folders and/or extensions are selected. PLease select one or more folders and/or extensions."
    IDS_ALREADYOPEN         "This MPQ archive is already open in another copy of MPQ Editor."
    IDS_CANTDELETEDEFADDFLAG 
                            "This item contains the options for default files and cannot be deleted."
    IDS_CONSOLETITLE        "Script interpreter"
    IDS_DATEFORMAT          "dd.MM.yyyy"
    IDS_TIMEFORMAT          "HH:mm"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_TOOLS_ADDFILEOPTIONS "Configures the settings used when adds file to archive\nAdd file options"
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
#include "afxres.rc"         // Standard components
#endif

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -