Here it is (the NC at the end of the SIS file header is there so that I can browse the .sis file, I don't use it normally but it doesn't make any difference as far as my problem is concerned).
The .sis file will have two directories, Hungarian and UK English. The !: directory inside both will contain the system\apps and system\help files all right. However, the Dialogs directories, although they will have one file each, won't contain the license text but some random garbage. The language dependent resource files will appear in a separate, Unknown type directory and they won't contain the correct data, either (this Unknown type is probably created by the .sis file viewer plugin when it sees data chunks it can't interpret).
Code:
; Language - standard language definitions
&EN,HU
; standard SIS file header
#{"OrgaCalc", "OrgaCalc"},(0x101FF8B6),1,0,0,NC
; Supports Series 60 v 0.9
(0x101F6F88), 0, 0, 0, {"Series60ProductID", "Series60ProductID"}
; Welcome text and license agreement
{
"Resource\License.t01"
"Resource\License.t17"
}-"", FILETEXT, TEXTEXIT
; Files to install
{
"OrgaCalc.r01"
"OrgaCalc.r17"
}-"!:\system\apps\OrgaCalc\OrgaCalc.rsc"
{
"OrgaCalc_caption.r01"
"OrgaCalc_caption.r17"
}-"!:\system\apps\OrgaCalc\OrgaCalc_caption.rsc"
{
"Help\OrgaCalc.h01"
"Help\OrgaCalc.h17"
}-"!:\system\help\OrgaCalc.hlp"
"OrgaCalc.app"-"!:\system\apps\OrgaCalc\OrgaCalc.app"
"OrgaCalc.aif"-"!:\system\apps\OrgaCalc\OrgaCalc.aif"
Thanks,
Gabriel