Increment assembly version to 3.9.3130.0, replace iPerl_Communication_in_progress with Meter_Communication_in_progress across resources and sequences, and update string resources for improved clarity and consistency.

This commit is contained in:
Michal Buzik 2026-06-04 14:56:56 +02:00
parent 77c131f414
commit 63041c0fc9
16 changed files with 6437 additions and 39 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.9.3129.0")]
[assembly: AssemblyFileVersion("3.9.3129.0")]
[assembly: AssemblyVersion("3.9.3130.0")]
[assembly: AssemblyFileVersion("3.9.3130.0")]

View File

@ -2723,15 +2723,6 @@ namespace TBF.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to iPerl Communication in progress.
/// </summary>
internal static string iPerl_Communication_in_progress {
get {
return ResourceManager.GetString("iPerl_Communication_in_progress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ITS-27 calibration coefficients.
/// </summary>
@ -3101,6 +3092,15 @@ namespace TBF.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Meter Communication in progress.
/// </summary>
internal static string Meter_Communication_in_progress {
get {
return ResourceManager.GetString("Meter_Communication_in_progress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sensors.
/// </summary>

View File

@ -1931,15 +1931,6 @@ namespace TBF.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to iPERL Komunikace probíhá.
/// </summary>
internal static string iPerl_Communication_in_progress {
get {
return ResourceManager.GetString("iPerl_Communication_in_progress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Jazyk.
/// </summary>
@ -2147,6 +2138,15 @@ namespace TBF.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Komunikace s vodemerem probíhá.
/// </summary>
internal static string Meter_Communication_in_progress {
get {
return ResourceManager.GetString("Meter_Communication_in_progress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Testované typy měřičů.
/// </summary>

View File

@ -1020,8 +1020,8 @@
<data name="Simultaneous_with_previous_step" xml:space="preserve">
<value>Současně s předchozím krokem</value>
</data>
<data name="iPerl_Communication_in_progress" xml:space="preserve">
<value>iPERL Komunikace probíhá</value>
<data name="Meter_Communication_in_progress" xml:space="preserve">
<value>Komunikace s vodemerem probíhá</value>
</data>
<data name="Language" xml:space="preserve">
<value>Jazyk</value>

File diff suppressed because it is too large Load Diff

View File

@ -1023,8 +1023,8 @@
<data name="Simultaneous_with_previous_step" xml:space="preserve">
<value>Prallel mit vorherigem Schritt</value>
</data>
<data name="iPerl_Communication_in_progress" xml:space="preserve">
<value>iPerl Kommunikation läuft</value>
<data name="Meter_Communication_in_progress" xml:space="preserve">
<value>Meter Kommunikation läuft</value>
</data>
<data name="Language" xml:space="preserve">
<value>Sprache</value>

View File

@ -1020,8 +1020,8 @@
<data name="Simultaneous_with_previous_step" xml:space="preserve">
<value>Simultanée étape précédente</value>
</data>
<data name="iPerl_Communication_in_progress" xml:space="preserve">
<value>iPerl Communication en cours</value>
<data name="Meter_Communication_in_progress" xml:space="preserve">
<value>Meter Communication en cours</value>
</data>
<data name="Language" xml:space="preserve">
<value>Langue</value>

View File

@ -1017,8 +1017,8 @@
<data name="Simultaneous_with_previous_step" xml:space="preserve">
<value>simultaneo con il passo precedente</value>
</data>
<data name="iPerl_Communication_in_progress" xml:space="preserve">
<value>iPerl comunicazioni in corso</value>
<data name="Meter_Communication_in_progress" xml:space="preserve">
<value>Meter comunicazioni in corso</value>
</data>
<data name="Language" xml:space="preserve">
<value>lingua</value>

View File

@ -1011,8 +1011,8 @@
<data name="Simultaneous_with_previous_step" xml:space="preserve">
<value>Jednocześnie z poprzednim krokiem</value>
</data>
<data name="iPerl_Communication_in_progress" xml:space="preserve">
<value>Komunikacja z iPERL w toku</value>
<data name="Meter_Communication_in_progress" xml:space="preserve">
<value>Komunikacja z vodomera w toku</value>
</data>
<data name="Language" xml:space="preserve">
<value>Język</value>

View File

@ -1042,8 +1042,8 @@
<data name="Simultaneous_with_previous_step" xml:space="preserve">
<value>Simultaneous with previous step</value>
</data>
<data name="iPerl_Communication_in_progress" xml:space="preserve">
<value>iPerl Communication in progress</value>
<data name="Meter_Communication_in_progress" xml:space="preserve">
<value>Meter Communication in progress</value>
</data>
<data name="Language" xml:space="preserve">
<value>Language</value>

View File

@ -1011,8 +1011,8 @@
<data name="Simultaneous_with_previous_step" xml:space="preserve">
<value>Одновременно с предыдущим шагом</value>
</data>
<data name="iPerl_Communication_in_progress" xml:space="preserve">
<value>Осуществляется связь с iPerl </value>
<data name="Meter_Communication_in_progress" xml:space="preserve">
<value>Осуществляется связь с водомером </value>
</data>
<data name="Language" xml:space="preserve">
<value>Язык</value>

View File

@ -366,7 +366,7 @@ namespace TBF.Rig.Sequences
Program.MainWnd.Invoke(new iPerlCommFormDlgt(OpenIPerlCommForm), new object[] { this, method, test, testParams });
//------------------------------------------------
Bridge.OnActivity(this, Strings.iPerl_Communication_in_progress);
Bridge.OnActivity(this, Strings.Meter_Communication_in_progress);
//------------------------------------------------
bool stopPressed = false; /// true when STOP button pressed

View File

@ -376,7 +376,7 @@ namespace TBF.Rig.TestMethods.GenesisCommunication
Program.MainWnd.Invoke(new iPerlCommFormDlgt(OpenIPerlCommForm), new object[] { this, method, test, testParams });
//------------------------------------------------
Bridge.OnActivity(this, Strings.iPerl_Communication_in_progress);
Bridge.OnActivity(this, Strings.Meter_Communication_in_progress);
//------------------------------------------------
bool stopPressed = false; /// true when STOP button pressed

View File

@ -59,7 +59,7 @@ namespace TBF.Rig.TestMethods.S640Communication
Program.MainWnd.Invoke(new S640CommFormDlgt(OpenS640CommForm), new object[] { this, activity, config, procParams, test });
//------------------------------------------------
Bridge.OnActivity(this, Strings.iPerl_Communication_in_progress);
Bridge.OnActivity(this, Strings.Meter_Communication_in_progress);
//------------------------------------------------
bool stopPressed = false; /// true when STOP button pressed

View File

@ -376,7 +376,7 @@ namespace TBF.Rig.TestMethods.SmartMeterFlyingStartMassCollection
Program.MainWnd.Invoke(new SmartCommFormDlgt(OpenSmartCommForm), new object[] { this, method, test, testParams });
//------------------------------------------------
Bridge.OnActivity(this, Strings.iPerl_Communication_in_progress);
Bridge.OnActivity(this, Strings.Meter_Communication_in_progress);
//------------------------------------------------
bool stopPressed = false; /// true when STOP button pressed

View File

@ -373,7 +373,7 @@ namespace TBF.Rig.TestMethods.iPerlCommunication
Program.MainWnd.Invoke(new iPerlCommFormDlgt(OpenIPerlCommForm), new object[] { this, method, test, testParams });
//------------------------------------------------
Bridge.OnActivity(this, Strings.iPerl_Communication_in_progress);
Bridge.OnActivity(this, Strings.Meter_Communication_in_progress);
//------------------------------------------------
bool stopPressed = false; /// true when STOP button pressed