forked from KolibriOS/kolibrios
added spanish and italian version; some little fixes; show help by F1
git-svn-id: svn://kolibrios.org@7010 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4e43c1647f
commit
cc83beb4ea
@ -68,6 +68,7 @@ img_files = {
|
||||
{"SETTINGS/SYSPANEL.INI", "common/settings/syspanel.ini"},
|
||||
{"SETTINGS/SYSTEM.INI", "common/settings/system.ini"},
|
||||
}
|
||||
|
||||
-- For russian build, add russian-only files.
|
||||
if build_type == "rus" then tup.append_table(img_files, {
|
||||
{"File Managers/KFM_KEYS.TXT", PROGS .. "/fs/kfm/trunk/docs/russian/dos_kolibri/kfm_keys.txt"},
|
||||
@ -83,18 +84,21 @@ if build_type == "rus" then tup.append_table(img_files, {
|
||||
{"GAMES/BASEKURS.KLA", build_type .. "/games/basekurs.kla"},
|
||||
{"GAMES/PADENIE", build_type .. "/games/padenie"},
|
||||
{"GAMES/WHOWTBAM", build_type .. "/games/whowtbam"},
|
||||
}) elseif build_type == "eng" then tup.append_table(img_files, {
|
||||
{"RUN", "eng/RUN"},
|
||||
}) elseif build_type == "sp" then tup.append_table(img_files, {
|
||||
{"RUN", "sp/RUN"},
|
||||
}) elseif build_type == "it" then tup.append_table(img_files, {
|
||||
{"RUN", "rus/RUN"},
|
||||
{"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey_it.ini"},
|
||||
}) else tup.append_table(img_files, {
|
||||
{"File Managers/KFM_KEYS.TXT", PROGS .. "/fs/kfm/trunk/docs/english/kfm_keys.txt"},
|
||||
{"SETTINGS/GAME_CENTER.INI", "common/settings/game_center.ini"},
|
||||
{"SETTINGS/.shell", PROGS .. "/system/shell/bin/eng/.shell"},
|
||||
{"EXAMPLE.ASM", PROGS .. "/develop/examples/example/trunk/example.asm"},
|
||||
{"RUN", "common/RUN"},
|
||||
{"File Managers/KFAR.INI", "common/File Managers/kfar.ini"},
|
||||
}) end
|
||||
if build_type == "it" then tup.append_table(img_files, {
|
||||
{"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey_it.ini"},
|
||||
}) else tup.append_table(img_files, {
|
||||
{"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey.ini"},
|
||||
{"File Managers/KFAR.INI", "common/File Managers/kfar.ini"},
|
||||
}) end
|
||||
|
||||
--[[
|
||||
|
BIN
data/common/RUN
BIN
data/common/RUN
Binary file not shown.
BIN
data/eng/RUN
Normal file
BIN
data/eng/RUN
Normal file
Binary file not shown.
BIN
data/it/RUN
Normal file
BIN
data/it/RUN
Normal file
Binary file not shown.
BIN
data/rus/RUN
BIN
data/rus/RUN
Binary file not shown.
BIN
data/sp/RUN
Normal file
BIN
data/sp/RUN
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user