mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
various settings
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -1383,6 +1383,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Export Vault.
|
||||
/// </summary>
|
||||
public static string ExportVault {
|
||||
get {
|
||||
return ResourceManager.GetString("ExportVault", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Extension Activated!.
|
||||
/// </summary>
|
||||
@@ -3192,6 +3201,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bitwarden allows you to share your vault with others by using an organization account. Would you like to visit the bitwarden.com website to learn more?.
|
||||
/// </summary>
|
||||
public static string ShareVaultConfirmation {
|
||||
get {
|
||||
return ResourceManager.GetString("ShareVaultConfirmation", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Create an organization to securely share your items with other users..
|
||||
/// </summary>
|
||||
|
||||
@@ -1475,4 +1475,10 @@
|
||||
<value>Your account's fingerprint phrase</value>
|
||||
<comment>A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing.</comment>
|
||||
</data>
|
||||
<data name="ShareVaultConfirmation" xml:space="preserve">
|
||||
<value>Bitwarden allows you to share your vault with others by using an organization account. Would you like to visit the bitwarden.com website to learn more?</value>
|
||||
</data>
|
||||
<data name="ExportVault" xml:space="preserve">
|
||||
<value>Export Vault</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user