Updated Spanisch and English menus for external doors

This commit is contained in:
Michiel Broek 2003-02-23 17:13:05 +00:00
parent 7db0fdc90c
commit fcaddccfb4
3 changed files with 10 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -262,32 +262,32 @@ void Edit_A_Menu(void)
temp = le_int(menus.NoDoorsys); temp = le_int(menus.NoDoorsys);
temp = edit_bool(13,58, temp, (char *)"Suppress writing ^door.sys^ dropfile"); temp = edit_bool(13,58, temp, (char *)"Suppress writing ^door.sys^ dropfile");
menus.NoDoorsys = le_int(temp); menus.NoDoorsys = le_int(temp);
} else }
break; break;
case 12:if (le_int(menus.MenuType) == 7) { case 12:if (le_int(menus.MenuType) == 7) {
temp = le_int(menus.Y2Kdoorsys); temp = le_int(menus.Y2Kdoorsys);
temp = edit_bool(14,58, temp, (char *)"Create ^door.sys^ with 4 digit yearnumbers"); temp = edit_bool(14,58, temp, (char *)"Create ^door.sys^ with 4 digit yearnumbers");
menus.Y2Kdoorsys = le_int(temp); menus.Y2Kdoorsys = le_int(temp);
} else }
break; break;
case 13:if (le_int(menus.MenuType) == 7) { case 13:if (le_int(menus.MenuType) == 7) {
temp = le_int(menus.Comport); temp = le_int(menus.Comport);
temp = edit_bool(15,58, temp, (char *)"Write real ^COM port^ in door.sys for Vmodem patch"); temp = edit_bool(15,58, temp, (char *)"Write real ^COM port^ in door.sys for Vmodem patch");
menus.Comport = le_int(temp); menus.Comport = le_int(temp);
} else }
break; break;
case 14:if (le_int(menus.MenuType) == 7) { case 14:if (le_int(menus.MenuType) == 7) {
temp = le_int(menus.NoSuid); temp = le_int(menus.NoSuid);
temp = edit_bool(16,58, temp, (char *)"Run the door as ^real user (nosuid)^"); temp = edit_bool(16,58, temp, (char *)"Run the door as ^real user (nosuid)^");
menus.NoSuid = le_int(temp); menus.NoSuid = le_int(temp);
} else }
break; break;
case 15:if (le_int(menus.MenuType) == 7) { case 15:if (le_int(menus.MenuType) == 7) {
temp = le_int(menus.NoPrompt); temp = le_int(menus.NoPrompt);
temp = edit_bool(17,58, temp, (char *)"^Don't display prompt^ when door is finished"); temp = edit_bool(17,58, temp, (char *)"^Don't display prompt^ when door is finished");
menus.NoPrompt = le_int(temp); menus.NoPrompt = le_int(temp);
} else }
break; break;
} }
} }
} }