Fix translation of EngineOutputTitle WB
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 23 Feb 2012 08:29:17 +0000 (09:29 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 23 Feb 2012 08:29:17 +0000 (09:29 +0100)
engineoutput.c
winboard/language.txt
winboard/language/nederlands.lng

index caf8f8b..35f3c69 100644 (file)
 # define  _(s) gettext (s)
 # define N_(s) gettext_noop (s)
 #else
-# define  _(s) (s)
+# ifdef WIN32
+#  define  _(s) T_(s)
+#  undef  ngettext
+#  define  ngettext(s,p,n) T_(p)
+# else
+#  define  _(s) (s)
+# endif
 # define N_(s)  s
 #endif
 
index bf65ac0..9e56f82 100644 (file)
@@ -612,7 +612,8 @@ EVALUATION GRAPH
 \r
 ENGINE OUTPUT WINDOW\r
 \r
-"Engine output" === ""\r
+"Engine Output" === ""\r
+"%s (%d reversible plies)" === ""\r
 "Engine #1" === ""\r
 "NPS" === ""\r
 "Engine #2" === ""\r
index 1546de1..853b9da 100644 (file)
@@ -586,7 +586,8 @@ EVALUATION GRAPH
 \r
 ENGINE OUTPUT WINDOW\r
 \r
-"Engine output" === "Overwogen zetten"\r
+"Engine Output" === "Overwogen zetten"\r
+"%s (%d reversible plies)" === "%s (%d omkeerbare zetten)"\r
 "Engine #1" === "Programma #1"\r
 "NPS" === ""\r
 "Engine #2" === "Programma #1"\r