f = fopen(book,"rb");
}
if(!f){
- DisplayError("Polyglot book not valid", 0);
+ DisplayError(_("Polyglot book not valid"), 0);
appData.usePolyglotBook = FALSE;
return -1;
}
// entry.learnCount = 0;
entry_to_file(f, &entry);
}
- } else DisplayError("Could not create book", 0);
+ } else DisplayError(_("Could not create book"), 0);
}
"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
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
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