mirror of
https://github.com/bitwarden/mobile
synced 2026-01-09 03:53:15 +00:00
Support for Disable Send policy (#1271)
* add support for disable send policy * cleanup * show/hide options support for send search results * additional failsafes and copy function consolidation * added missing disabled send icon to android renderer * async fix and string updates
This commit is contained in:
12
src/App/Resources/AppResources.Designer.cs
generated
12
src/App/Resources/AppResources.Designer.cs
generated
@@ -3375,6 +3375,12 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string SendLink {
|
||||
get {
|
||||
return ResourceManager.GetString("SendLink", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SearchSends {
|
||||
get {
|
||||
return ResourceManager.GetString("SearchSends", resourceCulture);
|
||||
@@ -3458,5 +3464,11 @@ namespace Bit.App.Resources {
|
||||
return ResourceManager.GetString("ShareOnSave", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SendDisabledWarning {
|
||||
get {
|
||||
return ResourceManager.GetString("SendDisabledWarning", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1907,8 +1907,12 @@
|
||||
<data name="ShareLink" xml:space="preserve">
|
||||
<value>Share Link</value>
|
||||
</data>
|
||||
<data name="SendLink" xml:space="preserve">
|
||||
<value>Send link</value>
|
||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||
</data>
|
||||
<data name="SearchSends" xml:space="preserve">
|
||||
<value>Search sends</value>
|
||||
<value>Search Sends</value>
|
||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||
</data>
|
||||
<data name="EditSend" xml:space="preserve">
|
||||
@@ -1957,4 +1961,8 @@
|
||||
<value>Share this Send upon save.</value>
|
||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||
</data>
|
||||
<data name="SendDisabledWarning" xml:space="preserve">
|
||||
<value>Due to an enterprise policy, you are only able to delete an existing Send.</value>
|
||||
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user