home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 107
/
EnigmaAmiga107CD.iso
/
Software
/
Emulatori
/
cp4
/
Localize
/
MakeCatalog
next >
Wrap
AmigaDOS Script File
|
1999-03-18
|
4KB
|
43 lines
.KEY LANGUAGE/A
.BRA {
.KET }
if {LANGUAGE} eq "english"
echo English is the builtin language
else
if exists Translations/{LANGUAGE}
if not exists New_Catalog/{LANGUAGE}
MakeDir New_Catalog/{LANGUAGE}
Util/SetCT CT2 {LANGUAGE} Translations/{LANGUAGE}
CatComp DESCRIPTOR=Description/cp4.cd TRANSLATION=Translations/{LANGUAGE}/cp4.ct CATALOG=New_Catalog/{LANGUAGE}/cp4.catalog
CatComp DESCRIPTOR=Description/cp4_card.cd TRANSLATION=Translations/{LANGUAGE}/cp4_card.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_card.catalog
CatComp DESCRIPTOR=Description/cp4_cardgreyscale.cd TRANSLATION=Translations/{LANGUAGE}/cp4_cardgreyscale.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_cardgreyscale.catalog
CatComp DESCRIPTOR=Description/cp4_greyscale.cd TRANSLATION=Translations/{LANGUAGE}/cp4_greyscale.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_greyscale.catalog
CatComp DESCRIPTOR=Description/cp4_greyscale16.cd TRANSLATION=Translations/{LANGUAGE}/cp4_greyscale16.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_greyscale16.catalog
CatComp DESCRIPTOR=Description/cp4_greyscale2.cd TRANSLATION=Translations/{LANGUAGE}/cp4_greyscale2.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_greyscale2.catalog
CatComp DESCRIPTOR=Description/cp4_mono.cd TRANSLATION=Translations/{LANGUAGE}/cp4_mono.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_mono.catalog
CatComp DESCRIPTOR=Description/cp4_ehb.cd TRANSLATION=Translations/{LANGUAGE}/cp4_ehb.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_ehb.catalog
CatComp DESCRIPTOR=Description/cp4_ocs.cd TRANSLATION=Translations/{LANGUAGE}/cp4_ocs.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_ocs.catalog
CatComp DESCRIPTOR=Description/cp4_perdevpernull.cd TRANSLATION=Translations/{LANGUAGE}/cp4_perdevpernull.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_perdevpernull.catalog
CatComp DESCRIPTOR=Description/cp4_windowamiga.cd TRANSLATION=Translations/{LANGUAGE}/cp4_windowamiga.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_windowamiga.catalog
CatComp DESCRIPTOR=Description/cp4_windowcard.cd TRANSLATION=Translations/{LANGUAGE}/cp4_windowcard.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_windowcard.catalog
CatComp DESCRIPTOR=Description/cp4_windowmono.cd TRANSLATION=Translations/{LANGUAGE}/cp4_windowmono.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_windowmono.catalog
CatComp DESCRIPTOR=Description/cp4_windowscale.cd TRANSLATION=Translations/{LANGUAGE}/cp4_windowscale.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_windowscale.catalog
CatComp DESCRIPTOR=Description/cp4_zavacki.cd TRANSLATION=Translations/{LANGUAGE}/cp4_zavacki.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_zavacki.catalog
CatComp DESCRIPTOR=Description/cp4_zavacki2.cd TRANSLATION=Translations/{LANGUAGE}/cp4_zavacki2.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_zavacki2.catalog
CatComp DESCRIPTOR=Description/MakeROM.cd TRANSLATION=Translations/{LANGUAGE}/MakeROM.ct CATALOG=New_Catalog/{LANGUAGE}/MakeROM.catalog
CatComp DESCRIPTOR=Description/cp4_zavacki3.cd TRANSLATION=Translations/{LANGUAGE}/cp4_zavacki3.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_zavacki3.catalog
CatComp DESCRIPTOR=Description/cp4_zavacki4.cd TRANSLATION=Translations/{LANGUAGE}/cp4_zavacki4.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_zavacki4.catalog
CatComp DESCRIPTOR=Description/cp4_zavacki5.cd TRANSLATION=Translations/{LANGUAGE}/cp4_zavacki5.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_zavacki5.catalog
CatComp DESCRIPTOR=Description/cp4_zavackiF.cd TRANSLATION=Translations/{LANGUAGE}/cp4_zavackiF.ct CATALOG=New_Catalog/{LANGUAGE}/cp4_zavackiF.catalog
echo You found the new catalog files in the New_Catalog/{LANGUAGE} directory.
else
echo There's an existing catalog drawer, the
echo New_Catalog/{LANGUAGE}, delete it and try again.
endif
else
echo Translate all texts, and copy the ct-s into
echo the Translation/{LANGUAGE} drawer, and try again.
endif
endif