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

📄 english.lng

📁 Advanced Office Password Recovery 4.11 绿色注册版
💻 LNG
📖 第 1 页 / 共 4 页
字号:
//-----------------------------------------------------------------------------
// English language file
// Applications: Advanced Office Password Recovery
// version      4.11
// date         12.10.2008
//-----------------------------------------------------------------------------

[Parameters]
APP_NAME		= "AOPR"
APP_VERSION		= "4.11"
LANG_NAME		= "English"
LANG_HANDLE		= "English"
HELP_FILE		= "aopr.chm"
HELP_FILE_MAPI	= "mpro.chm"


[Variables]

//-----------------------------------------------------------------------------
// Common Messages and Words
//-----------------------------------------------------------------------------

 C_OK                   = "OK"
 M_VERSION              = "Version"
 M_PASSWORD             = "Password"
 C_NEWPASS              = "New Password:"
 C_CONFIRM              = "Confirm New Password:"
 C_CHANGE               = "Change"
 C_CONTINUE             = "Continue"
 M_CANCEL               = "Cancel"
 M_ALLFILES             = "All Files"
 SH_COPYPASS            = "Copy Password to Clipboard"
 M_PASSCHANGED          = "Password successfully changed"
 M_PASSDISABLED         = "Password successfully disabled"
 C_MAKEBACKUP           = "Create backup copy"
 C_FILEPATH             = "File Path:"
 M_ERRCONFIRM           = "Entered password and Confiramtion don't match"
 C_DELPASS              = "Delete Password"
 C_CHANGEPASS           = "Change Password"
 C_REMOVEALL            = "Remove all passwords from document"
 C_CLOSE                = "Close"
 C_DONTSHOW             = "Don't show this message again"
 C_TRIAL				= "Trial"
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// Bruteforce/Dictionary/Mask Messages
//-----------------------------------------------------------------------------


 // Brute-Force
 M_STARTING_FROM        = "Starting from Password"
 M_PASSLEN_IS           = "Password Length = "
 M_PASS_TODO            = " , Passwords to do: "
 //----------------------------------------------------------------------------

 // Mask
 M_NUM_NOTMASK          = "Number of not Masked Symbols = "
 //----------------------------------------------------------------------------

 // Dictionary
 DIC_LOADING            = "Loading Dictionary..."
 E_DIC_INVSF            = "Invalid Starting Line for this Dictionary"
 //----------------------------------------------------------------------------

 // Attack Results
 M_AC_PASSFOUND         = "Found the password: '"
 //----------------------------------------------------------------------------

//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// Registration messages
//-----------------------------------------------------------------------------

 M_ISNOW_REG            = " is now registered !"
 R_UPGRADED             = "%s was successfully upgraded to %s"
 R_REGISTRATION         = "Registration"
 R_ENTER                = "Enter Registration Code:"
 R_THANKYOU             = "Thank you for registering"
 R_INVCODE              = "The Code you've entered is invalid !"
 R_LAUNCHED             = "launched"
 M_LAUNCH_REG           = " launched, Registered Version"
 M_LAUNCH_UNREG         = " launched, Trial Version, some Features are Disabled"
 R_REGSTATUS            = "This copy of %s is %s"
 R_REGISTERED           = "Registered"
 R_UNREG                = "Not Registered"

 // Licenses
 R_SITELICENSE          = "Site License"
 M_PERSONAL_LIC         = "Licensed for Home use only"
 M_BUSINESS_LIC         = "Business License"
 SLIC_HOME              = "Licensed for Home Use only (Single Computer)"
 SLIC_BUSINESS          = "Licensed for Home and Commercial Use (Single Computer)"
 SLIC_SITE              = "Licensed for Home and Commercial Use (Unlimited)"
 SLIC_TRIAL             = "Limited Evaluation Version. Press \"Get Full Version\" button to obtain the License"

 // Editions
 EDT_LITE               = "Lite Edition"
 EDT_STANDARD           = "Standard Edition"
 EDT_PROFESSIONAL       = "Professional Edition"
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// Interface messages
//-----------------------------------------------------------------------------

 M_PERF_BACKUP          = "Saving current Project (Autobackup)..."
 M_UNTITLED             = "Untitled"
 M_SAVE                 = "Do you want to save your Project before quitting ?"
 M_PASSRECOVERED        = "All Passwords for the selected File were successfully recovered"
 W_WARNING              = "Warning"
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// File format recognizing
//-----------------------------------------------------------------------------

 M_FILE_IS              = "Selected File is "
 M_MSACCESS             = "a Microsoft Access Database"
 M_MSACCESS2000         = "a Microsoft Access 2000 Database"
 M_MSACCESS2007         = "a Microsoft Access 2007 Database"
 M_MSACCESSUG           = "a Microsoft Access System Database"
 M_WORD                 = "a Microsoft Word Document or Template"
 M_WORD95               = "Microsoft Word Version: 6.0 or 95"
 M_WORD2                = "Microsoft Word Version: 2.0"
 M_WORD97               = "Microsoft Word Version: 97-2003"
 M_WORD2007             = "Microsoft Word Version: 2007"
 M_EXCEL                = "a Microsoft Excel Document or Template"
 M_EXCEL95              = "Microsoft Excel Version: 5.0 or 95"
 M_EXCEL4               = "Microsoft Excel Version: 4.0 or lower"
 M_EXCEL97              = "Microsoft Excel Version: 97-2003"
 M_EXCEL2007            = "Microsoft Excel Version: 2007"
 M_EXCEL97F             = "Microsoft Excel Version: 97-2003, Weak Encryption"
 M_EXCEL97B95           = "Microsoft Excel Version: 97-2003, WorkBook 95"
 M_POWERPOINT           = "a Microsoft PowerPoint Presentation"
 M_MONEY                = "a Microsoft Money Database"
 M_SCHEDULE             = "a Microsoft Schedule+ Database"
 M_PXL                  = "a Microsoft Pocket Excel (Windows CE) Document"
 M_ISBACKUP             = "a Microsoft Backup Archive"
 M_ISMAIL               = "a Microsoft Mail Database"
 M_ISOUTLOOK            = "a Microsoft Outlook Personal Storage File"
 M_ONENOTE              = "a Microsoft OneNote Document"
 M_PROJECT2007			= "a Microsoft Project 2007 document"
 M_UNKNOWN_FORM         = "Unknown File Format"
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// Encryption types
//-----------------------------------------------------------------------------

 M_ENCTYPE              = "File Encryption: %s"
 M_ENCNONE              = "No Encryption"
 M_ENCWEAK              = "Weak (XOR)"
 M_ENCOF97              = "40 Bit RC4 (Office 97/2000)"
 M_ENCCSP               = "CSP (Office XP/2003)"
 M_ENC2007              = "128 Bit AES (Office 2007)"
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// Error messages
//-----------------------------------------------------------------------------

 E_ERROR                = "Error"
 E_NOMEMORY             = "Not enough Memory"
 E_FILECORR             = "File is corrupted"
 E_PASSNOTSEL           = "No Password selected"
 E_INVALID_RANGE        = "Invalid Character Set or Character Set is not defined"
 E_PASSLEN              = "Password Length is invalid"
 E_INVALID_START        = "Starting Password does not match the selected Character Set"
 E_INVALID_UI           = "Invalid Progress Bar Update Interval"
 E_OPEN_DIC             = "Cannot open selected Dictionary File"
 E_DIC_NOMEMORY         = "Not enough memory for Dictionary Attack"
 E_UNKNOWN              = "Unknown Error"
 E_TERMINATED           = "Recovery Process terminated by User"
 E_NOT_ENCRYPTED        = "File is not password-protected"
 E_NOT_FOUND            = "Password not found"
 E_SETUP_FAIL           = "Cannot read Project from the specified file"
 E_MASK_NOT_SET         = "Mask is not set"
 E_NO_MASK_SYMBOLS      = "Mask Symbols were not found"
 E_MASK_NOT_MATCH       = "Mask does not match the Starting Password"
 E_NO_MASK_SYMBOL       = "Mask Symbol is not defined"
 E_NO_BACKUP            = "Cannot create Backup Copy of the Selected File"
 E_INVALID_ACCESS       = "Access file is corrupted"
 E_CANT_LOG             = "Cannot create Log File"
 E_NOEVENTS             = "There are no selected Events in the Log Window"
 E_INTERNAL_IFACE       = "Internal interface error. Please contact technical support."
 E_INVALID_CSP          = "Invalid CSP parameters"
 E_INVCHARSET           = "Invalid Charset File"
 E_INV_AUTOSAVE         = "Invalid AutoSave Interval"
 E_NOTSUPPORTED         = "This File Format is not supported by %s"
 E_WINAPI               = "Win32 API Error Text"
 E_NOTEXIST             = "Selected File does not exist"
 E_SAVEPROJECT          = "Project cannot be saved to the specified file"
 E_SHARE                = "Sharing violation"
 E_NOCSP                = "Document cannot be decrypted because the CSP\n"
                          "\"%s\"\n"
                          "is not installed on this computer."
 E_INTERNAL             = "Internal error"
 E_CSPDECRYPT           = "Error decrypting File (CSP)"

 // File I/O Errors
 E_CANT_OPEN            = "Cannot open the Selected File. File could be used by another proccess."
 E_CANT_READ            = "Cannot read from the Selected file. I/O error or File is corrupted."
 E_CANT_WRITE           = "Cannot write to the Specified File"

 // Registry access errors
 E_OPENREG              = "Cannot open Registry Key %s"
 E_REGENUM              = "Cannot enumerate Registry Keys"
 E_QUERYREG             = "Cannot query Value '%s' from Key '%s'"
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
// Interface captions
//-----------------------------------------------------------------------------


 //----------------------------------------------------------------------------
 // Main Menu
 //----------------------------------------------------------------------------

 // Main Menu -> File
 MM_FILE                = "File"
 MM_OPENFILE            = "Open File..."
 MM_PROJECT_OPEN        = "Open Project..."
 MM_PROJECT_SAVE        = "Save Project"
 MM_PROJECT_SAVEAS      = "Save Project As..."
 MM_CLEARHIST           = "Clear Files History"
 MM_PROJECT_QUIT        = "Exit"
 //----------------------------------------------------------------------------

 // Main Menu -> Recovery
 MM_REC_MAIN            = "Recovery"
 MM_REC_START           = "Start"
 MM_REC_STOP            = "Stop"
 MM_EXTSTAT             = "Show Extended Statistics"
 MM_MONEYPASS           = "Show MS Money Passport Passwords"
 //----------------------------------------------------------------------------

 // Main Menu -> Internet
 MM_INTERNET            = "Internet"
 MM_CADVISOR            = "Internet Content Advisor Password..."
 MM_OUTLOOK             = "Outlook Mail Accounts..."
 //----------------------------------------------------------------------------

 // Main Menu -> VBA Backdoor
 VBMP_MENUMAIN          = "VBA Backdoor"
 VBMP_MENUFILE          = "Open file through Backdoor..."
 VBMP_MENUAPP           = "Launch Application..."
 //----------------------------------------------------------------------------

 // Main Menu -> Language
 L_LANGUAGE             = "Language"
 //----------------------------------------------------------------------------

 // Main Menu -> Help
 MM_HELP_MAIN           = "Help"
 MM_HELP_CONTENTS       = "Help contents"
 // Tip of the day menu caption in "Tips"
 MM_SUPPORT             = "Support"
 MM_UPDATE              = "Check for Updates..."
 MM_REGONLINE           = "Register your copy online..."
 MM_REGCODE             = "Enter Registration Code..."
 MM_HELP_ABOUT          = "About..."
 //----------------------------------------------------------------------------

 // Support menu -> Help -> Support
 MM_SUPP_INTERNET       = "%s in the Internet"
 MM_SUPP_TUTOR          = "%s Tutorial"
 MM_SUPP_FAQ            = "Frequently Asked Questions"
 MM_SUPP_REPBUG         = "Report a Bug"
 MM_SUPP_SUGGEST        = "Suggest a Feature"
 MM_SUPP_OTHER          = "Other Support Options..."
 //----------------------------------------------------------------------------
 //----------------------------------------------------------------------------

⌨️ 快捷键说明

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