mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
sync and display attachments on view login
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -124,6 +124,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Add New Attachment.
|
||||
/// </summary>
|
||||
public static string AddNewAttachment {
|
||||
get {
|
||||
return ResourceManager.GetString("AddNewAttachment", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to An error has occurred..
|
||||
/// </summary>
|
||||
@@ -142,6 +151,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Attachments.
|
||||
/// </summary>
|
||||
public static string Attachments {
|
||||
get {
|
||||
return ResourceManager.GetString("Attachments", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Authenticator App.
|
||||
/// </summary>
|
||||
|
||||
@@ -902,4 +902,10 @@
|
||||
<value>YubiKey NEO Security Key</value>
|
||||
<comment>"YubiKey NEO" is the product name and should not be translated.</comment>
|
||||
</data>
|
||||
<data name="AddNewAttachment" xml:space="preserve">
|
||||
<value>Add New Attachment</value>
|
||||
</data>
|
||||
<data name="Attachments" xml:space="preserve">
|
||||
<value>Attachments</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user