Added logout functionality. IO-403

This commit is contained in:
Patrick Fic
2021-01-18 11:36:07 -08:00
parent 8b63557912
commit 34a5ae2292
5 changed files with 46 additions and 2 deletions

View File

@@ -60,6 +60,15 @@ namespace BodyshopPartner.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Log out.
/// </summary>
public static string Actions_Logout {
get {
return ResourceManager.GetString("Actions_Logout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An issue has occured. Please check the log files..
/// </summary>

View File

@@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Actions_Logout" xml:space="preserve">
<value>Log out</value>
</data>
<data name="Error_Generic" xml:space="preserve">
<value>An issue has occured. Please check the log files.</value>
</data>