mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
a11y labeling
This commit is contained in:
27
src/App/Resources/AppResources.Designer.cs
generated
27
src/App/Resources/AppResources.Designer.cs
generated
@@ -1248,6 +1248,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Download.
|
||||
/// </summary>
|
||||
public static string Download {
|
||||
get {
|
||||
return ResourceManager.GetString("Download", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Downloading....
|
||||
/// </summary>
|
||||
@@ -3345,6 +3354,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Shared.
|
||||
/// </summary>
|
||||
public static string Shared {
|
||||
get {
|
||||
return ResourceManager.GetString("Shared", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared..
|
||||
/// </summary>
|
||||
@@ -3552,6 +3570,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Toggle Visiblity.
|
||||
/// </summary>
|
||||
public static string ToggleVisibility {
|
||||
get {
|
||||
return ResourceManager.GetString("ToggleVisibility", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Tools.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user