// This is a generated file! // Do not edit manually, changes will be overwritten. using System; using System.Collections.Generic; namespace KeePassLib.Resources { /// /// A strongly-typed resource class, for looking up localized strings, etc. /// public static class KLRes { private static string TryGetEx(Dictionary dictNew, string strName, string strDefault) { string strTemp; if(dictNew.TryGetValue(strName, out strTemp)) return strTemp; return strDefault; } public static void SetTranslatedStrings(Dictionary dictNew) { if(dictNew == null) throw new ArgumentNullException("dictNew"); m_strCryptoStreamFailed = TryGetEx(dictNew, "CryptoStreamFailed", m_strCryptoStreamFailed); m_strEncDataTooLarge = TryGetEx(dictNew, "EncDataTooLarge", m_strEncDataTooLarge); m_strErrorInClipboard = TryGetEx(dictNew, "ErrorInClipboard", m_strErrorInClipboard); m_strExpect100Continue = TryGetEx(dictNew, "Expect100Continue", m_strExpect100Continue); m_strFatalError = TryGetEx(dictNew, "FatalError", m_strFatalError); m_strFatalErrorText = TryGetEx(dictNew, "FatalErrorText", m_strFatalErrorText); m_strFileCorrupted = TryGetEx(dictNew, "FileCorrupted", m_strFileCorrupted); m_strFileHeaderCorrupted = TryGetEx(dictNew, "FileHeaderCorrupted", m_strFileHeaderCorrupted); m_strFileIncomplete = TryGetEx(dictNew, "FileIncomplete", m_strFileIncomplete); m_strFileIncompleteExpc = TryGetEx(dictNew, "FileIncompleteExpc", m_strFileIncompleteExpc); m_strFileLoadFailed = TryGetEx(dictNew, "FileLoadFailed", m_strFileLoadFailed); m_strFileLockedWrite = TryGetEx(dictNew, "FileLockedWrite", m_strFileLockedWrite); m_strFileNewVerOrPlgReq = TryGetEx(dictNew, "FileNewVerOrPlgReq", m_strFileNewVerOrPlgReq); m_strFileNewVerReq = TryGetEx(dictNew, "FileNewVerReq", m_strFileNewVerReq); m_strFileSaveCorruptionWarning = TryGetEx(dictNew, "FileSaveCorruptionWarning", m_strFileSaveCorruptionWarning); m_strFileSaveFailed = TryGetEx(dictNew, "FileSaveFailed", m_strFileSaveFailed); m_strFileSigInvalid = TryGetEx(dictNew, "FileSigInvalid", m_strFileSigInvalid); m_strFileUnknownCipher = TryGetEx(dictNew, "FileUnknownCipher", m_strFileUnknownCipher); m_strFileUnknownCompression = TryGetEx(dictNew, "FileUnknownCompression", m_strFileUnknownCompression); m_strFileVersionUnsupported = TryGetEx(dictNew, "FileVersionUnsupported", m_strFileVersionUnsupported); m_strFinalKeyCreationFailed = TryGetEx(dictNew, "FinalKeyCreationFailed", m_strFinalKeyCreationFailed); m_strFrameworkNotImplExcp = TryGetEx(dictNew, "FrameworkNotImplExcp", m_strFrameworkNotImplExcp); m_strGeneral = TryGetEx(dictNew, "General", m_strGeneral); m_strInvalidCompositeKey = TryGetEx(dictNew, "InvalidCompositeKey", m_strInvalidCompositeKey); m_strInvalidCompositeKeyHint = TryGetEx(dictNew, "InvalidCompositeKeyHint", m_strInvalidCompositeKeyHint); m_strInvalidDataWhileDecoding = TryGetEx(dictNew, "InvalidDataWhileDecoding", m_strInvalidDataWhileDecoding); m_strKeePass1xHint = TryGetEx(dictNew, "KeePass1xHint", m_strKeePass1xHint); m_strKeyBits = TryGetEx(dictNew, "KeyBits", m_strKeyBits); m_strKeyFileDbSel = TryGetEx(dictNew, "KeyFileDbSel", m_strKeyFileDbSel); m_strMasterSeedLengthInvalid = TryGetEx(dictNew, "MasterSeedLengthInvalid", m_strMasterSeedLengthInvalid); m_strOldFormat = TryGetEx(dictNew, "OldFormat", m_strOldFormat); m_strPassive = TryGetEx(dictNew, "Passive", m_strPassive); m_strPreAuth = TryGetEx(dictNew, "PreAuth", m_strPreAuth); m_strTimeout = TryGetEx(dictNew, "Timeout", m_strTimeout); m_strTryAgainSecs = TryGetEx(dictNew, "TryAgainSecs", m_strTryAgainSecs); m_strUnknownHeaderId = TryGetEx(dictNew, "UnknownHeaderId", m_strUnknownHeaderId); m_strUnknownKdf = TryGetEx(dictNew, "UnknownKdf", m_strUnknownKdf); m_strUserAccountKeyError = TryGetEx(dictNew, "UserAccountKeyError", m_strUserAccountKeyError); m_strUserAgent = TryGetEx(dictNew, "UserAgent", m_strUserAgent); } private static readonly string[] m_vKeyNames = { "CryptoStreamFailed", "EncDataTooLarge", "ErrorInClipboard", "Expect100Continue", "FatalError", "FatalErrorText", "FileCorrupted", "FileHeaderCorrupted", "FileIncomplete", "FileIncompleteExpc", "FileLoadFailed", "FileLockedWrite", "FileNewVerOrPlgReq", "FileNewVerReq", "FileSaveCorruptionWarning", "FileSaveFailed", "FileSigInvalid", "FileUnknownCipher", "FileUnknownCompression", "FileVersionUnsupported", "FinalKeyCreationFailed", "FrameworkNotImplExcp", "General", "InvalidCompositeKey", "InvalidCompositeKeyHint", "InvalidDataWhileDecoding", "KeePass1xHint", "KeyBits", "KeyFileDbSel", "MasterSeedLengthInvalid", "OldFormat", "Passive", "PreAuth", "Timeout", "TryAgainSecs", "UnknownHeaderId", "UnknownKdf", "UserAccountKeyError", "UserAgent" }; public static string[] GetKeyNames() { return m_vKeyNames; } private static string m_strCryptoStreamFailed = @"Failed to initialize encryption/decryption stream!"; /// /// Look up a localized string similar to /// 'Failed to initialize encryption/decryption stream!'. /// public static string CryptoStreamFailed { get { return m_strCryptoStreamFailed; } } private static string m_strEncDataTooLarge = @"The data is too large to be encrypted/decrypted securely using {PARAM}."; /// /// Look up a localized string similar to /// 'The data is too large to be encrypted/decrypted securely using {PARAM}.'. /// public static string EncDataTooLarge { get { return m_strEncDataTooLarge; } } private static string m_strErrorInClipboard = @"An extended error report has been copied to the clipboard."; /// /// Look up a localized string similar to /// 'An extended error report has been copied to the clipboard.'. /// public static string ErrorInClipboard { get { return m_strErrorInClipboard; } } private static string m_strExpect100Continue = @"Expect 100-Continue responses"; /// /// Look up a localized string similar to /// 'Expect 100-Continue responses'. /// public static string Expect100Continue { get { return m_strExpect100Continue; } } private static string m_strFatalError = @"Fatal Error"; /// /// Look up a localized string similar to /// 'Fatal Error'. /// public static string FatalError { get { return m_strFatalError; } } private static string m_strFatalErrorText = @"A fatal error has occurred!"; /// /// Look up a localized string similar to /// 'A fatal error has occurred!'. /// public static string FatalErrorText { get { return m_strFatalErrorText; } } private static string m_strFileCorrupted = @"The file is corrupted."; /// /// Look up a localized string similar to /// 'The file is corrupted.'. /// public static string FileCorrupted { get { return m_strFileCorrupted; } } private static string m_strFileHeaderCorrupted = @"The file header is corrupted."; /// /// Look up a localized string similar to /// 'The file header is corrupted.'. /// public static string FileHeaderCorrupted { get { return m_strFileHeaderCorrupted; } } private static string m_strFileIncomplete = @"Data is missing at the end of the file, i.e. the file is incomplete."; /// /// Look up a localized string similar to /// 'Data is missing at the end of the file, i.e. the file is incomplete.'. /// public static string FileIncomplete { get { return m_strFileIncomplete; } } private static string m_strFileIncompleteExpc = @"Less data than expected could be read from the file."; /// /// Look up a localized string similar to /// 'Less data than expected could be read from the file.'. /// public static string FileIncompleteExpc { get { return m_strFileIncompleteExpc; } } private static string m_strFileLoadFailed = @"Failed to load the specified file!"; /// /// Look up a localized string similar to /// 'Failed to load the specified file!'. /// public static string FileLoadFailed { get { return m_strFileLoadFailed; } } private static string m_strFileLockedWrite = @"The file is locked, because the following user is currently writing to it:"; /// /// Look up a localized string similar to /// 'The file is locked, because the following user is currently writing to it:'. /// public static string FileLockedWrite { get { return m_strFileLockedWrite; } } private static string m_strFileNewVerOrPlgReq = @"A newer KeePass version or a plugin is required to open this file."; /// /// Look up a localized string similar to /// 'A newer KeePass version or a plugin is required to open this file.'. /// public static string FileNewVerOrPlgReq { get { return m_strFileNewVerOrPlgReq; } } private static string m_strFileNewVerReq = @"A newer KeePass version is required to open this file."; /// /// Look up a localized string similar to /// 'A newer KeePass version is required to open this file.'. /// public static string FileNewVerReq { get { return m_strFileNewVerReq; } } private static string m_strFileSaveCorruptionWarning = @"The target file might be corrupted. Please try saving again. If that fails, save the database to a different location."; /// /// Look up a localized string similar to /// 'The target file might be corrupted. Please try saving again. If that fails, save the database to a different location.'. /// public static string FileSaveCorruptionWarning { get { return m_strFileSaveCorruptionWarning; } } private static string m_strFileSaveFailed = @"Failed to save the current database to the specified location!"; /// /// Look up a localized string similar to /// 'Failed to save the current database to the specified location!'. /// public static string FileSaveFailed { get { return m_strFileSaveFailed; } } private static string m_strFileSigInvalid = @"The file signature is invalid. Either the file isn't a KeePass database file at all or it is corrupted."; /// /// Look up a localized string similar to /// 'The file signature is invalid. Either the file isn't a KeePass database file at all or it is corrupted.'. /// public static string FileSigInvalid { get { return m_strFileSigInvalid; } } private static string m_strFileUnknownCipher = @"The file is encrypted using an unknown encryption algorithm!"; /// /// Look up a localized string similar to /// 'The file is encrypted using an unknown encryption algorithm!'. /// public static string FileUnknownCipher { get { return m_strFileUnknownCipher; } } private static string m_strFileUnknownCompression = @"The file is compressed using an unknown compression algorithm!"; /// /// Look up a localized string similar to /// 'The file is compressed using an unknown compression algorithm!'. /// public static string FileUnknownCompression { get { return m_strFileUnknownCompression; } } private static string m_strFileVersionUnsupported = @"The file version is unsupported."; /// /// Look up a localized string similar to /// 'The file version is unsupported.'. /// public static string FileVersionUnsupported { get { return m_strFileVersionUnsupported; } } private static string m_strFinalKeyCreationFailed = @"Failed to create the final encryption/decryption key!"; /// /// Look up a localized string similar to /// 'Failed to create the final encryption/decryption key!'. /// public static string FinalKeyCreationFailed { get { return m_strFinalKeyCreationFailed; } } private static string m_strFrameworkNotImplExcp = @"The .NET framework/runtime under which KeePass is currently running does not support this operation."; /// /// Look up a localized string similar to /// 'The .NET framework/runtime under which KeePass is currently running does not support this operation.'. /// public static string FrameworkNotImplExcp { get { return m_strFrameworkNotImplExcp; } } private static string m_strGeneral = @"General"; /// /// Look up a localized string similar to /// 'General'. /// public static string General { get { return m_strGeneral; } } private static string m_strInvalidCompositeKey = @"The composite key is invalid!"; /// /// Look up a localized string similar to /// 'The composite key is invalid!'. /// public static string InvalidCompositeKey { get { return m_strInvalidCompositeKey; } } private static string m_strInvalidCompositeKeyHint = @"Make sure the composite key is correct and try again."; /// /// Look up a localized string similar to /// 'Make sure the composite key is correct and try again.'. /// public static string InvalidCompositeKeyHint { get { return m_strInvalidCompositeKeyHint; } } private static string m_strInvalidDataWhileDecoding = @"Found invalid data while decoding."; /// /// Look up a localized string similar to /// 'Found invalid data while decoding.'. /// public static string InvalidDataWhileDecoding { get { return m_strInvalidDataWhileDecoding; } } private static string m_strKeePass1xHint = @"In order to import KeePass 1.x KDB files, create a new 2.x database file and click 'File' -> 'Import' in the main menu. In the import dialog, choose 'KeePass KDB (1.x)' as file format."; /// /// Look up a localized string similar to /// 'In order to import KeePass 1.x KDB files, create a new 2.x database file and click 'File' -> 'Import' in the main menu. In the import dialog, choose 'KeePass KDB (1.x)' as file format.'. /// public static string KeePass1xHint { get { return m_strKeePass1xHint; } } private static string m_strKeyBits = @"{PARAM}-bit key"; /// /// Look up a localized string similar to /// '{PARAM}-bit key'. /// public static string KeyBits { get { return m_strKeyBits; } } private static string m_strKeyFileDbSel = @"Database files cannot be used as key files."; /// /// Look up a localized string similar to /// 'Database files cannot be used as key files.'. /// public static string KeyFileDbSel { get { return m_strKeyFileDbSel; } } private static string m_strMasterSeedLengthInvalid = @"The length of the master key seed is invalid!"; /// /// Look up a localized string similar to /// 'The length of the master key seed is invalid!'. /// public static string MasterSeedLengthInvalid { get { return m_strMasterSeedLengthInvalid; } } private static string m_strOldFormat = @"The selected file appears to be an old format"; /// /// Look up a localized string similar to /// 'The selected file appears to be an old format'. /// public static string OldFormat { get { return m_strOldFormat; } } private static string m_strPassive = @"Passive"; /// /// Look up a localized string similar to /// 'Passive'. /// public static string Passive { get { return m_strPassive; } } private static string m_strPreAuth = @"Pre-authenticate"; /// /// Look up a localized string similar to /// 'Pre-authenticate'. /// public static string PreAuth { get { return m_strPreAuth; } } private static string m_strTimeout = @"Timeout"; /// /// Look up a localized string similar to /// 'Timeout'. /// public static string Timeout { get { return m_strTimeout; } } private static string m_strTryAgainSecs = @"Please try it again in a few seconds."; /// /// Look up a localized string similar to /// 'Please try it again in a few seconds.'. /// public static string TryAgainSecs { get { return m_strTryAgainSecs; } } private static string m_strUnknownHeaderId = @"Unknown header ID!"; /// /// Look up a localized string similar to /// 'Unknown header ID!'. /// public static string UnknownHeaderId { get { return m_strUnknownHeaderId; } } private static string m_strUnknownKdf = @"Unknown key derivation function!"; /// /// Look up a localized string similar to /// 'Unknown key derivation function!'. /// public static string UnknownKdf { get { return m_strUnknownKdf; } } private static string m_strUserAccountKeyError = @"The operating system did not grant KeePass read/write access to the user profile folder, where the protected user key is stored."; /// /// Look up a localized string similar to /// 'The operating system did not grant KeePass read/write access to the user profile folder, where the protected user key is stored.'. /// public static string UserAccountKeyError { get { return m_strUserAccountKeyError; } } private static string m_strUserAgent = @"User agent"; /// /// Look up a localized string similar to /// 'User agent'. /// public static string UserAgent { get { return m_strUserAgent; } } } }