2019-07-25 16:39:43 +02:00
// This is a generated file!
// Do not edit manually, changes will be overwritten.
using System ;
using System.Collections.Generic ;
namespace ModernKeePassLib.Resources
{
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
public static class KLRes
{
private static string TryGetEx ( Dictionary < string , string > dictNew ,
string strName , string strDefault )
{
string strTemp ;
if ( dictNew . TryGetValue ( strName , out strTemp ) )
return strTemp ;
return strDefault ;
}
public static void SetTranslatedStrings ( Dictionary < string , string > 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 ) ;
2019-07-26 18:28:53 +02:00
m_strStructsTooDeep = TryGetEx ( dictNew , "StructsTooDeep" , m_strStructsTooDeep ) ;
2019-07-25 16:39:43 +02:00
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" ,
2019-07-26 18:28:53 +02:00
"StructsTooDeep" ,
2019-07-25 16:39:43 +02:00
"Timeout" ,
"TryAgainSecs" ,
"UnknownHeaderId" ,
"UnknownKdf" ,
"UserAccountKeyError" ,
"UserAgent"
} ;
public static string [ ] GetKeyNames ( )
{
return m_vKeyNames ;
}
private static string m_strCryptoStreamFailed =
@"Failed to initialize encryption/decryption stream!" ;
/// <summary>
/// Look up a localized string similar to
/// 'Failed to initialize encryption/decryption stream!'.
/// </summary>
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}." ;
/// <summary>
/// Look up a localized string similar to
/// 'The data is too large to be encrypted/decrypted securely using {PARAM}.'.
/// </summary>
public static string EncDataTooLarge
{
get { return m_strEncDataTooLarge ; }
}
private static string m_strErrorInClipboard =
@"An extended error report has been copied to the clipboard." ;
/// <summary>
/// Look up a localized string similar to
/// 'An extended error report has been copied to the clipboard.'.
/// </summary>
public static string ErrorInClipboard
{
get { return m_strErrorInClipboard ; }
}
private static string m_strExpect100Continue =
@"Expect 100-Continue responses" ;
/// <summary>
/// Look up a localized string similar to
/// 'Expect 100-Continue responses'.
/// </summary>
public static string Expect100Continue
{
get { return m_strExpect100Continue ; }
}
private static string m_strFatalError =
@"Fatal Error" ;
/// <summary>
/// Look up a localized string similar to
/// 'Fatal Error'.
/// </summary>
public static string FatalError
{
get { return m_strFatalError ; }
}
private static string m_strFatalErrorText =
@"A fatal error has occurred!" ;
/// <summary>
/// Look up a localized string similar to
/// 'A fatal error has occurred!'.
/// </summary>
public static string FatalErrorText
{
get { return m_strFatalErrorText ; }
}
private static string m_strFileCorrupted =
@"The file is corrupted." ;
/// <summary>
/// Look up a localized string similar to
/// 'The file is corrupted.'.
/// </summary>
public static string FileCorrupted
{
get { return m_strFileCorrupted ; }
}
private static string m_strFileHeaderCorrupted =
@"The file header is corrupted." ;
/// <summary>
/// Look up a localized string similar to
/// 'The file header is corrupted.'.
/// </summary>
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." ;
/// <summary>
/// Look up a localized string similar to
/// 'Data is missing at the end of the file, i.e. the file is incomplete.'.
/// </summary>
public static string FileIncomplete
{
get { return m_strFileIncomplete ; }
}
private static string m_strFileIncompleteExpc =
@"Less data than expected could be read from the file." ;
/// <summary>
/// Look up a localized string similar to
/// 'Less data than expected could be read from the file.'.
/// </summary>
public static string FileIncompleteExpc
{
get { return m_strFileIncompleteExpc ; }
}
private static string m_strFileLoadFailed =
@"Failed to load the specified file!" ;
/// <summary>
/// Look up a localized string similar to
/// 'Failed to load the specified file!'.
/// </summary>
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:" ;
/// <summary>
/// Look up a localized string similar to
/// 'The file is locked, because the following user is currently writing to it:'.
/// </summary>
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." ;
/// <summary>
/// Look up a localized string similar to
/// 'A newer KeePass version or a plugin is required to open this file.'.
/// </summary>
public static string FileNewVerOrPlgReq
{
get { return m_strFileNewVerOrPlgReq ; }
}
private static string m_strFileNewVerReq =
@"A newer KeePass version is required to open this file." ;
/// <summary>
/// Look up a localized string similar to
/// 'A newer KeePass version is required to open this file.'.
/// </summary>
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." ;
/// <summary>
/// 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.'.
/// </summary>
public static string FileSaveCorruptionWarning
{
get { return m_strFileSaveCorruptionWarning ; }
}
private static string m_strFileSaveFailed =
@"Failed to save the current database to the specified location!" ;
/// <summary>
/// Look up a localized string similar to
/// 'Failed to save the current database to the specified location!'.
/// </summary>
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." ;
/// <summary>
/// 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.'.
/// </summary>
public static string FileSigInvalid
{
get { return m_strFileSigInvalid ; }
}
private static string m_strFileUnknownCipher =
@"The file is encrypted using an unknown encryption algorithm!" ;
/// <summary>
/// Look up a localized string similar to
/// 'The file is encrypted using an unknown encryption algorithm!'.
/// </summary>
public static string FileUnknownCipher
{
get { return m_strFileUnknownCipher ; }
}
private static string m_strFileUnknownCompression =
@"The file is compressed using an unknown compression algorithm!" ;
/// <summary>
/// Look up a localized string similar to
/// 'The file is compressed using an unknown compression algorithm!'.
/// </summary>
public static string FileUnknownCompression
{
get { return m_strFileUnknownCompression ; }
}
private static string m_strFileVersionUnsupported =
@"The file version is unsupported." ;
/// <summary>
/// Look up a localized string similar to
/// 'The file version is unsupported.'.
/// </summary>
public static string FileVersionUnsupported
{
get { return m_strFileVersionUnsupported ; }
}
private static string m_strFinalKeyCreationFailed =
@"Failed to create the final encryption/decryption key!" ;
/// <summary>
/// Look up a localized string similar to
/// 'Failed to create the final encryption/decryption key!'.
/// </summary>
public static string FinalKeyCreationFailed
{
get { return m_strFinalKeyCreationFailed ; }
}
private static string m_strFrameworkNotImplExcp =
2019-07-26 18:28:53 +02:00
@"The .NET Framework/runtime under which KeePass is currently running does not support this operation." ;
2019-07-25 16:39:43 +02:00
/// <summary>
/// Look up a localized string similar to
2019-07-26 18:28:53 +02:00
/// 'The .NET Framework/runtime under which KeePass is currently running does not support this operation.'.
2019-07-25 16:39:43 +02:00
/// </summary>
public static string FrameworkNotImplExcp
{
get { return m_strFrameworkNotImplExcp ; }
}
private static string m_strGeneral =
@"General" ;
/// <summary>
/// Look up a localized string similar to
/// 'General'.
/// </summary>
public static string General
{
get { return m_strGeneral ; }
}
private static string m_strInvalidCompositeKey =
@"The composite key is invalid!" ;
/// <summary>
/// Look up a localized string similar to
/// 'The composite key is invalid!'.
/// </summary>
public static string InvalidCompositeKey
{
get { return m_strInvalidCompositeKey ; }
}
private static string m_strInvalidCompositeKeyHint =
@"Make sure the composite key is correct and try again." ;
/// <summary>
/// Look up a localized string similar to
/// 'Make sure the composite key is correct and try again.'.
/// </summary>
public static string InvalidCompositeKeyHint
{
get { return m_strInvalidCompositeKeyHint ; }
}
private static string m_strInvalidDataWhileDecoding =
@"Found invalid data while decoding." ;
/// <summary>
/// Look up a localized string similar to
/// 'Found invalid data while decoding.'.
/// </summary>
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." ;
/// <summary>
/// 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.'.
/// </summary>
public static string KeePass1xHint
{
get { return m_strKeePass1xHint ; }
}
private static string m_strKeyBits =
@"{PARAM}-bit key" ;
/// <summary>
/// Look up a localized string similar to
/// '{PARAM}-bit key'.
/// </summary>
public static string KeyBits
{
get { return m_strKeyBits ; }
}
private static string m_strKeyFileDbSel =
@"Database files cannot be used as key files." ;
/// <summary>
/// Look up a localized string similar to
/// 'Database files cannot be used as key files.'.
/// </summary>
public static string KeyFileDbSel
{
get { return m_strKeyFileDbSel ; }
}
private static string m_strMasterSeedLengthInvalid =
@"The length of the master key seed is invalid!" ;
/// <summary>
/// Look up a localized string similar to
/// 'The length of the master key seed is invalid!'.
/// </summary>
public static string MasterSeedLengthInvalid
{
get { return m_strMasterSeedLengthInvalid ; }
}
private static string m_strOldFormat =
@"The selected file appears to be an old format" ;
/// <summary>
/// Look up a localized string similar to
/// 'The selected file appears to be an old format'.
/// </summary>
public static string OldFormat
{
get { return m_strOldFormat ; }
}
private static string m_strPassive =
@"Passive" ;
/// <summary>
/// Look up a localized string similar to
/// 'Passive'.
/// </summary>
public static string Passive
{
get { return m_strPassive ; }
}
private static string m_strPreAuth =
@"Pre-authenticate" ;
/// <summary>
/// Look up a localized string similar to
/// 'Pre-authenticate'.
/// </summary>
public static string PreAuth
{
get { return m_strPreAuth ; }
}
2019-07-26 18:28:53 +02:00
private static string m_strStructsTooDeep =
@"Structures are nested too deeply." ;
/// <summary>
/// Look up a localized string similar to
/// 'Structures are nested too deeply.'.
/// </summary>
public static string StructsTooDeep
{
get { return m_strStructsTooDeep ; }
}
2019-07-25 16:39:43 +02:00
private static string m_strTimeout =
@"Timeout" ;
/// <summary>
/// Look up a localized string similar to
/// 'Timeout'.
/// </summary>
public static string Timeout
{
get { return m_strTimeout ; }
}
private static string m_strTryAgainSecs =
@"Please try it again in a few seconds." ;
/// <summary>
/// Look up a localized string similar to
/// 'Please try it again in a few seconds.'.
/// </summary>
public static string TryAgainSecs
{
get { return m_strTryAgainSecs ; }
}
private static string m_strUnknownHeaderId =
@"Unknown header ID!" ;
/// <summary>
/// Look up a localized string similar to
/// 'Unknown header ID!'.
/// </summary>
public static string UnknownHeaderId
{
get { return m_strUnknownHeaderId ; }
}
private static string m_strUnknownKdf =
@"Unknown key derivation function!" ;
/// <summary>
/// Look up a localized string similar to
/// 'Unknown key derivation function!'.
/// </summary>
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." ;
/// <summary>
/// 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.'.
/// </summary>
public static string UserAccountKeyError
{
get { return m_strUserAccountKeyError ; }
}
private static string m_strUserAgent =
@"User agent" ;
/// <summary>
/// Look up a localized string similar to
/// 'User agent'.
/// </summary>
public static string UserAgent
{
get { return m_strUserAgent ; }
}
}
}