Installer:

Tastatur "DE" als default
Timezone "Europe/Berlin" als default.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@174 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
casemaster
2006-06-13 19:46:57 +00:00
parent 894c6feb3e
commit 1217aa018d
6 changed files with 18 additions and 12 deletions

View File

@@ -202,8 +202,10 @@ int main(int argc, char *argv[]) {
#ifdef LANG_EN_ONLY
char **langtrs[] = { en_tr, NULL };
#else
#elifdef LANG_ALL
char **langtrs[] = { bz_tr, cs_tr, da_tr, de_tr, en_tr, es_tr, fr_tr, el_tr, it_tr, la_tr, hu_tr, nl_tr, no_tr, pl_tr, pt_tr, sk_tr, so_tr, fi_tr, sv_tr, tr_tr, vi_tr, NULL };
#else
char **langtrs[] = { de_tr, en_tr, NULL };
#endif
char message[1000];
char title[STRING_SIZE];