Implemented Queues and folder monitors.
This commit is contained in:
18
BodyshopUploader/Properties/Resources.Designer.cs
generated
18
BodyshopUploader/Properties/Resources.Designer.cs
generated
@@ -114,6 +114,24 @@ namespace BodyshopUploader.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Start All Monitors.
|
||||
/// </summary>
|
||||
public static string Label_StartAllMonitors {
|
||||
get {
|
||||
return ResourceManager.GetString("Label_StartAllMonitors", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Stop All Monitors.
|
||||
/// </summary>
|
||||
public static string Label_StopAllMonitors {
|
||||
get {
|
||||
return ResourceManager.GetString("Label_StopAllMonitors", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Login.
|
||||
/// </summary>
|
||||
|
||||
@@ -135,6 +135,12 @@
|
||||
<data name="Label_AddMonitoringPath" xml:space="preserve">
|
||||
<value>Add Path</value>
|
||||
</data>
|
||||
<data name="Label_StartAllMonitors" xml:space="preserve">
|
||||
<value>Start All Monitors</value>
|
||||
</data>
|
||||
<data name="Label_StopAllMonitors" xml:space="preserve">
|
||||
<value>Stop All Monitors</value>
|
||||
</data>
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user