mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
download, decrypt and open attachment files
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -1987,6 +1987,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unable to download file..
|
||||
/// </summary>
|
||||
public static string UnableToDownloadFile {
|
||||
get {
|
||||
return ResourceManager.GetString("UnableToDownloadFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unable to open this type of file on your device..
|
||||
/// </summary>
|
||||
public static string UnableToOpenFile {
|
||||
get {
|
||||
return ResourceManager.GetString("UnableToOpenFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unlock with {0}.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user