Added logout functionality. IO-403
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user