mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-05 03:18:00 +02:00
Imported french install lang from "IfXen" and add it to build.
This commit is contained in:
@@ -30,12 +30,13 @@ struct knic knics[20] = { { "" , "" , "" , "" } }; // only defined for compile
|
||||
|
||||
extern char *en_tr[];
|
||||
extern char *de_tr[];
|
||||
extern char *fr_tr[];
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
char *langnames[] = { "Deutsch", "English", NULL };
|
||||
char *shortlangnames[] = { "de", "en", NULL };
|
||||
char **langtrs[] = { de_tr, en_tr, NULL };
|
||||
char *langnames[] = { "Deutsch", "English", "Francais", NULL };
|
||||
char *shortlangnames[] = { "de", "en", "fr" ,NULL };
|
||||
char **langtrs[] = { de_tr, en_tr, fr_tr,NULL };
|
||||
char hdletter;
|
||||
char harddrive[30], sourcedrive[5]; /* Device holder. */
|
||||
struct devparams hdparams, cdromparams; /* Params for CDROM and HD */
|
||||
|
||||
Reference in New Issue
Block a user