Package updates & added quickbooks path selection.

This commit is contained in:
Patrick Fic
2020-11-24 15:21:07 -08:00
parent 7967032fae
commit d75f6d414c
9 changed files with 131 additions and 54 deletions

View File

@@ -150,6 +150,15 @@ namespace BodyshopPartner.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Browse for QB File.
/// </summary>
public static string Label_BrowseForQb {
get {
return ResourceManager.GetString("Label_BrowseForQb", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File Path.
/// </summary>
@@ -159,6 +168,15 @@ namespace BodyshopPartner.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Interaction Log.
/// </summary>
public static string Label_InteractionLog {
get {
return ResourceManager.GetString("Label_InteractionLog", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Monitor Status.
/// </summary>
@@ -168,6 +186,15 @@ namespace BodyshopPartner.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to QuickBooks File Path.
/// </summary>
public static string Label_QbFilePath {
get {
return ResourceManager.GetString("Label_QbFilePath", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Re_move.
/// </summary>
@@ -331,7 +358,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Login - Bodyshop Uploader.
/// Looks up a localized string similar to Login -ImEX Online Partner.
/// </summary>
public static string Title_Login {
get {
@@ -340,7 +367,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Bodyshop Partner by ImEX Systems Inc..
/// Looks up a localized string similar to ImEX Online Partner.
/// </summary>
public static string Title_Login_Header {
get {
@@ -349,7 +376,7 @@ namespace BodyshopPartner.Properties {
}
/// <summary>
/// Looks up a localized string similar to Bodyshop Partner | ImEX Systems Inc..
/// Looks up a localized string similar to ImEX Online Partner | ImEX Systems Inc..
/// </summary>
public static string Title_Main {
get {

View File

@@ -147,12 +147,21 @@
<data name="Label_AutoStartMonitor" xml:space="preserve">
<value>Auto-start Monitors</value>
</data>
<data name="Label_BrowseForQb" xml:space="preserve">
<value>Browse for QB File</value>
</data>
<data name="Label_FilePath" xml:space="preserve">
<value>File Path</value>
</data>
<data name="Label_InteractionLog" xml:space="preserve">
<value>Interaction Log</value>
</data>
<data name="Label_MonitorStatus" xml:space="preserve">
<value>Monitor Status</value>
</data>
<data name="Label_QbFilePath" xml:space="preserve">
<value>QuickBooks File Path</value>
</data>
<data name="Label_Remove" xml:space="preserve">
<value>Re_move</value>
</data>
@@ -208,13 +217,13 @@
<value>Password</value>
</data>
<data name="Title_Login" xml:space="preserve">
<value>Login - Bodyshop Uploader</value>
<value>Login -ImEX Online Partner</value>
</data>
<data name="Title_Login_Header" xml:space="preserve">
<value>Bodyshop Partner by ImEX Systems Inc.</value>
<value>ImEX Online Partner</value>
</data>
<data name="Title_Main" xml:space="preserve">
<value>Bodyshop Partner | ImEX Systems Inc.</value>
<value>ImEX Online Partner | ImEX Systems Inc.</value>
</data>
<data name="Username" xml:space="preserve">
<value>Username</value>