Update WinBoard translation template
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 Dec 2012 12:40:47 +0000 (13:40 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 Dec 2012 13:11:02 +0000 (14:11 +0100)
book.c
winboard/language.txt
winboard/winboard.c

diff --git a/book.c b/book.c
index 98dde33..1c7f2fe 100644 (file)
--- a/book.c
+++ b/book.c
@@ -574,7 +574,7 @@ ReadFromBookFile (int moveNr, char *book, entry_t entries[])
        f = fopen(book,"rb");
     }
     if(!f){
-       DisplayError("Polyglot book not valid", 0);
+       DisplayError(_("Polyglot book not valid"), 0);
        appData.usePolyglotBook = FALSE;
        return -1;
     }
@@ -995,5 +995,5 @@ FlushBook ()
 //         entry.learnCount  = 0;
            entry_to_file(f, &entry);
        }
-    } else DisplayError("Could not create book", 0);
+    } else DisplayError(_("Could not create book"), 0);
 }
index 40e00db..d71f3ec 100644 (file)
@@ -1067,3 +1067,42 @@ END-OF-GAME MESSAGES (should they be translated?)
 "Make all use GUI book by default" === ""\r
 "You must supply a tournament file,\nfor storing the tourney progress" === ""\r
 "Not enough participants" === ""\r
+"Continue Later" === ""\r
+"First you must specify an existing tourney file to clone" === ""\r
+"No engine %s is installed" === ""\r
+\r
+# THEMES DIALOG\r
+\r
+"Board themes" === ""\r
+"Select theme from list:" === ""\r
+"Theme name:" === ""\r
+"Use board textures" === ""\r
+"Light-square texture:" === ""\r
+"Dark-square texture:" === ""\r
+"Dark reorientation mode:" === ""\r
+"Light reorientation mode:" === ""\r
+"Draw border around board" === ""\r
+"Optional border bitmap:" === ""\r
+"        Beware: a specified piece font will prevail over piece bitmaps" === ""\r
+"Directory with piece bitmaps:" === ""\r
+"Use piece font" === ""\r
+"Font size (%):" === ""\r
+"Font name:" === ""\r
+"Font piece to char:" === ""\r
+"Delete Theme" === ""\r
+"Select single theme from the group" === ""\r
+\r
+# book.c\r
+\r
+"Could not create book" === ""\r
+"Polyglot book not valid" === ""\r
+"Hash keys are different" === ""\r
+"Book Fault" === ""\r
+"Book file exists! Try again for overwrite." === ""\r
+\r
+# NEW MENU ITEMS IN 4.7\r
+\r
+"Save Games to Book" === ""\r
+"Colo&rs..." === ""\r
+"&Board Themes..." === ""\r
+\r
index 3616957..2069301 100644 (file)
@@ -296,7 +296,7 @@ int dialogItems[][42] = {
   OPT_ChooseTellColor, OPT_ChooseChallengeColor, OPT_ChooseRequestColor,\r
   OPT_ChooseSeekColor, OPT_ChooseNormalColor, OPT_ChooseBackgroundColor,\r
   OPT_DefaultColors, OPT_DontColorize, IDC_Boxes, GPB_Colors, GPB_Premove,\r
-  GPB_General, GPB_Alarm }, \r
+  GPB_General, GPB_Alarm, OPT_AutoCreate }, \r
 { DLG_BoardOptions, IDOK, IDCANCEL, OPT_SizeTiny, OPT_SizeTeeny, OPT_SizeDinky,\r
   OPT_SizePetite, OPT_SizeSlim, OPT_SizeSmall, OPT_SizeMediocre, OPT_SizeMiddling,\r
   OPT_SizeAverage, OPT_SizeModerate, OPT_SizeMedium, OPT_SizeBulky, OPT_SizeLarge,\r
@@ -1279,6 +1279,7 @@ ParseFontName(char *name, MyFontParams *mfp)
     p = q + 1;\r
   } else {\r
     q = mfp->faceName;\r
+\r
     while (*p && !isdigit(*p)) {\r
       *q++ = *p++;\r
       if (q - mfp->faceName >= sizeof(mfp->faceName))\r