ResultsBrowser : Print -> Drucken, ver. 2.12.393

This commit is contained in:
Milan Hanajik 2016-11-28 10:13:29 +01:00
parent 9d67343e2e
commit 37d61658d4
7 changed files with 25 additions and 3 deletions

View File

@ -64,6 +64,7 @@ namespace ResultsBrowser.Forms
Text = title; Text = title;
closeButton.Text = Strings.OkBtnText; closeButton.Text = Strings.OkBtnText;
printButton.Text = Strings.Print;
this.waterMeters = waterMeters; this.waterMeters = waterMeters;

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.12.392.0")] [assembly: AssemblyVersion("2.12.393.0")]
[assembly: AssemblyFileVersion("2.12.392.0")] [assembly: AssemblyFileVersion("2.12.393.0")]

View File

@ -175,7 +175,7 @@
<value>OK</value> <value>OK</value>
</data> </data>
<data name="Print_query_results" xml:space="preserve"> <data name="Print_query_results" xml:space="preserve">
<value>Vytlačit výsledky</value> <value>Vytisknout výsledky</value>
</data> </data>
<data name="Procedure" xml:space="preserve"> <data name="Procedure" xml:space="preserve">
<value>Postup</value> <value>Postup</value>
@ -234,4 +234,7 @@
<data name="Water_Meter" xml:space="preserve"> <data name="Water_Meter" xml:space="preserve">
<value>Vodoměr</value> <value>Vodoměr</value>
</data> </data>
<data name="Print" xml:space="preserve">
<value>Vytisknout</value>
</data>
</root> </root>

View File

@ -243,4 +243,7 @@
<data name="Yes_Portrait_No_Landscape" xml:space="preserve"> <data name="Yes_Portrait_No_Landscape" xml:space="preserve">
<value>Ja = Porträt, Nein = Landschaft</value> <value>Ja = Porträt, Nein = Landschaft</value>
</data> </data>
<data name="Print" xml:space="preserve">
<value>Drucken</value>
</data>
</root> </root>

View File

@ -807,4 +807,7 @@
<data name="Yes_Portrait_No_Landscape" xml:space="preserve"> <data name="Yes_Portrait_No_Landscape" xml:space="preserve">
<value>Yes = Portrait, No = Landscape</value> <value>Yes = Portrait, No = Landscape</value>
</data> </data>
<data name="Print" xml:space="preserve">
<value>Print</value>
</data>
</root> </root>

View File

@ -1725,6 +1725,15 @@ namespace ResultsBrowser.Resources {
} }
} }
/// <summary>
/// Looks up a localized string similar to Print.
/// </summary>
internal static string Print {
get {
return ResourceManager.GetString("Print", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Print query results. /// Looks up a localized string similar to Print query results.
/// </summary> /// </summary>

View File

@ -1278,4 +1278,7 @@
<data name="Volume" xml:space="preserve"> <data name="Volume" xml:space="preserve">
<value>Objem</value> <value>Objem</value>
</data> </data>
<data name="PrintBtnText" xml:space="preserve">
<value>Vytisknout</value>
</data>
</root> </root>