@"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>
publicstaticstringFileSaveFailed
{
get{returnm_strFileSaveFailed;}
}
privatestaticstringm_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>
publicstaticstringFileSigInvalid
{
get{returnm_strFileSigInvalid;}
}
privatestaticstringm_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>
publicstaticstringFileUnknownCipher
{
get{returnm_strFileUnknownCipher;}
}
privatestaticstringm_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>
publicstaticstringFileUnknownCompression
{
get{returnm_strFileUnknownCompression;}
}
privatestaticstringm_strFileVersionUnsupported=
@"The file version is unsupported.";
/// <summary>
/// Look up a localized string similar to
/// 'The file version is unsupported.'.
/// </summary>
publicstaticstringFileVersionUnsupported
{
get{returnm_strFileVersionUnsupported;}
}
privatestaticstringm_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>
publicstaticstringFinalKeyCreationFailed
{
get{returnm_strFinalKeyCreationFailed;}
}
privatestaticstringm_strFrameworkNotImplExcp=
@"The .NET framework/runtime under which KeePass is currently running does not support this operation.";
/// <summary>
/// Look up a localized string similar to
/// 'The .NET framework/runtime under which KeePass is currently running does not support this operation.'.
/// </summary>
publicstaticstringFrameworkNotImplExcp
{
get{returnm_strFrameworkNotImplExcp;}
}
privatestaticstringm_strInvalidCompositeKey=
@"The composite key is invalid!";
/// <summary>
/// Look up a localized string similar to
/// 'The composite key is invalid!'.
/// </summary>
publicstaticstringInvalidCompositeKey
{
get{returnm_strInvalidCompositeKey;}
}
privatestaticstringm_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>
publicstaticstringInvalidCompositeKeyHint
{
get{returnm_strInvalidCompositeKeyHint;}
}
privatestaticstringm_strInvalidDataWhileDecoding=
@"Found invalid data while decoding.";
/// <summary>
/// Look up a localized string similar to
/// 'Found invalid data while decoding.'.
/// </summary>
publicstaticstringInvalidDataWhileDecoding
{
get{returnm_strInvalidDataWhileDecoding;}
}
privatestaticstringm_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.'.