diff --git a/ResultsBrowser/Forms/StatisticsDlg.cs b/ResultsBrowser/Forms/StatisticsDlg.cs index 2fa5cfdf9..55a9fbf14 100644 --- a/ResultsBrowser/Forms/StatisticsDlg.cs +++ b/ResultsBrowser/Forms/StatisticsDlg.cs @@ -64,6 +64,7 @@ namespace ResultsBrowser.Forms Text = title; closeButton.Text = Strings.OkBtnText; + printButton.Text = Strings.Print; this.waterMeters = waterMeters; diff --git a/ResultsBrowser/Properties/AssemblyInfo.cs b/ResultsBrowser/Properties/AssemblyInfo.cs index a1c5be1c3..b0ab1ffa8 100644 --- a/ResultsBrowser/Properties/AssemblyInfo.cs +++ b/ResultsBrowser/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.12.392.0")] -[assembly: AssemblyFileVersion("2.12.392.0")] +[assembly: AssemblyVersion("2.12.393.0")] +[assembly: AssemblyFileVersion("2.12.393.0")] diff --git a/ResultsBrowser/Resources/Strings.cs.resx b/ResultsBrowser/Resources/Strings.cs.resx index d6174c359..1de1cae25 100644 --- a/ResultsBrowser/Resources/Strings.cs.resx +++ b/ResultsBrowser/Resources/Strings.cs.resx @@ -175,7 +175,7 @@ OK - Vytlačit výsledky + Vytisknout výsledky Postup @@ -234,4 +234,7 @@ Vodoměr + + Vytisknout + \ No newline at end of file diff --git a/ResultsBrowser/Resources/Strings.de.resx b/ResultsBrowser/Resources/Strings.de.resx index 2cb365325..9021fe940 100644 --- a/ResultsBrowser/Resources/Strings.de.resx +++ b/ResultsBrowser/Resources/Strings.de.resx @@ -243,4 +243,7 @@ Ja = Porträt, Nein = Landschaft + + Drucken + \ No newline at end of file diff --git a/ResultsBrowser/Resources/Strings.resx b/ResultsBrowser/Resources/Strings.resx index 413b8d8d3..92c945be4 100644 --- a/ResultsBrowser/Resources/Strings.resx +++ b/ResultsBrowser/Resources/Strings.resx @@ -807,4 +807,7 @@ Yes = Portrait, No = Landscape + + Print + \ No newline at end of file diff --git a/ResultsBrowser/Resources/Strings1.Designer.cs b/ResultsBrowser/Resources/Strings1.Designer.cs index fcffa7bd8..28596ee99 100644 --- a/ResultsBrowser/Resources/Strings1.Designer.cs +++ b/ResultsBrowser/Resources/Strings1.Designer.cs @@ -1725,6 +1725,15 @@ namespace ResultsBrowser.Resources { } } + /// + /// Looks up a localized string similar to Print. + /// + internal static string Print { + get { + return ResourceManager.GetString("Print", resourceCulture); + } + } + /// /// Looks up a localized string similar to Print query results. /// diff --git a/TestBenchFramework/Resources/Strings.cs.resx b/TestBenchFramework/Resources/Strings.cs.resx index 6243974d0..be881bc53 100644 --- a/TestBenchFramework/Resources/Strings.cs.resx +++ b/TestBenchFramework/Resources/Strings.cs.resx @@ -1278,4 +1278,7 @@ Objem + + Vytisknout + \ No newline at end of file