1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 02:53:56 +00:00

restart app after theme change

This commit is contained in:
Kyle Spearrin
2019-05-29 23:02:30 -04:00
parent 6e91d66b2c
commit cc8b8f9ceb
6 changed files with 47 additions and 4 deletions

View File

@@ -3057,6 +3057,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Restarting....
/// </summary>
public static string Restarting {
get {
return ResourceManager.GetString("Restarting", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Restart is required..
/// </summary>
public static string RestartIsRequired {
get {
return ResourceManager.GetString("RestartIsRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Re-type Master Password.
/// </summary>

View File

@@ -1557,4 +1557,11 @@
<data name="ThemeDescription" xml:space="preserve">
<value>Change the application's color theme.</value>
</data>
<data name="RestartIsRequired" xml:space="preserve">
<value>Restart is required.</value>
<comment>Referring to restarting the application.</comment>
</data>
<data name="Restarting" xml:space="preserve">
<value>Restarting...</value>
</data>
</root>