mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
attachments page with upload/delete
This commit is contained in:
54
src/App/Resources/AppResources.Designer.cs
generated
54
src/App/Resources/AppResources.Designer.cs
generated
@@ -151,6 +151,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Attachment added.
|
||||
/// </summary>
|
||||
public static string AttachementAdded {
|
||||
get {
|
||||
return ResourceManager.GetString("AttachementAdded", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Attachment deleted.
|
||||
/// </summary>
|
||||
public static string AttachmentDeleted {
|
||||
get {
|
||||
return ResourceManager.GetString("AttachmentDeleted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This attachment is {0} in size. Are you sure you want to download it onto your device?.
|
||||
/// </summary>
|
||||
@@ -529,6 +547,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose File.
|
||||
/// </summary>
|
||||
public static string ChooseFile {
|
||||
get {
|
||||
return ResourceManager.GetString("ChooseFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Close.
|
||||
/// </summary>
|
||||
@@ -997,6 +1024,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File.
|
||||
/// </summary>
|
||||
public static string File {
|
||||
get {
|
||||
return ResourceManager.GetString("File", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File a Bug Report.
|
||||
/// </summary>
|
||||
@@ -1582,6 +1618,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no attachments..
|
||||
/// </summary>
|
||||
public static string NoAttachments {
|
||||
get {
|
||||
return ResourceManager.GetString("NoAttachments", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no favorites in your vault..
|
||||
/// </summary>
|
||||
@@ -1591,6 +1636,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No file chosen.
|
||||
/// </summary>
|
||||
public static string NoFileChosen {
|
||||
get {
|
||||
return ResourceManager.GetString("NoFileChosen", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no logins in your vault..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user