// 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_strEncAlgorithmAes = TryGetEx(dictNew, "EncAlgorithmAes", m_strEncAlgorithmAes); m_strErrorInClipboard = TryGetEx(dictNew, "ErrorInClipboard", m_strErrorInClipboard); m_strFatalError = TryGetEx(dictNew, "FatalError", m_strFatalError); m_strFatalErrorText = TryGetEx(dictNew, "FatalErrorText", m_strFatalErrorText); m_strFileCorrupted = TryGetEx(dictNew, "FileCorrupted", m_strFileCorrupted); m_strFileHeaderEndEarly = TryGetEx(dictNew, "FileHeaderEndEarly", m_strFileHeaderEndEarly); m_strFileLoadFailed = TryGetEx(dictNew, "FileLoadFailed", m_strFileLoadFailed); m_strFileLockedWrite = TryGetEx(dictNew, "FileLockedWrite", m_strFileLockedWrite); 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_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_strMasterSeedLengthInvalid = TryGetEx(dictNew, "MasterSeedLengthInvalid", m_strMasterSeedLengthInvalid); m_strOldFormat = TryGetEx(dictNew, "OldFormat", m_strOldFormat); m_strTryAgainSecs = TryGetEx(dictNew, "TryAgainSecs", m_strTryAgainSecs); m_strUnknownHeaderId = TryGetEx(dictNew, "UnknownHeaderId", m_strUnknownHeaderId); m_strUserAccountKeyError = TryGetEx(dictNew, "UserAccountKeyError", m_strUserAccountKeyError); } private static readonly string[] m_vKeyNames = { "CryptoStreamFailed", "EncAlgorithmAes", "ErrorInClipboard", "FatalError", "FatalErrorText", "FileCorrupted", "FileHeaderEndEarly", "FileLoadFailed", "FileLockedWrite", "FileNewVerReq", "FileSaveCorruptionWarning", "FileSaveFailed", "FileSigInvalid", "FileUnknownCipher", "FileUnknownCompression", "FileVersionUnsupported", "FinalKeyCreationFailed", "FrameworkNotImplExcp", "InvalidCompositeKey", "InvalidCompositeKeyHint", "InvalidDataWhileDecoding", "KeePass1xHint", "MasterSeedLengthInvalid", "OldFormat", "TryAgainSecs", "UnknownHeaderId", "UserAccountKeyError" }; 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_strEncAlgorithmAes = @"AES/Rijndael (256-Bit Key)"; /// /// Look up a localized string similar to /// 'AES/Rijndael (256-Bit Key)'. /// public static string EncAlgorithmAes { get { return m_strEncAlgorithmAes; } } 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_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_strFileHeaderEndEarly = @"The file header is corrupted! Some header data was declared but is not present."; /// /// Look up a localized string similar to /// 'The file header is corrupted! Some header data was declared but is not present.'. /// public static string FileHeaderEndEarly { get { return m_strFileHeaderEndEarly; } } 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_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_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_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_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_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; } } } }