home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
+system+
/
tools
/
workbench
/
tinymeter
/
readme_translations
< prev
next >
Wrap
Text File
|
1997-02-27
|
2KB
|
66 lines
If you want to make your own translation of the preferences program,
please use my supplied tools. It would be nice, if there would be more
translation available, so send be back your translations ;-)
Look in the "Catalogs" directory for the needed files:
SimpleCat - creates the catalog files
TinyMeterPrefs.cs - The source which you should edit
Edit the TinyMeterPrefs.cs for your needs and call SimpleCat like this:
SimpleCat TinyMeterPrefs.cs LOCALEONLY
It will then automatically create the catalogs in your LOCALE: directory.
Please only send me back the TinyMeterPrefs.cs file, since the catalog
files a hard to handle for me.
Instructions, how to insert a new language
This is ho TinyMeterPrefs.cs looks as default:
## languages english,deutsch
## version $VER: TinyMeterPrefs.catalog 01.02 (05.02.95)
## codeset 0
## autonum 1
## cfile english,hd1:source/tinp/TinyMeterPrefs.lh
;
MO_Title
TinyMeterPrefs V4.10
TinyMeterPrefs V4.10
;
MM_OpenTitle
Open...
Öffnen...
;
MM_SaveTitle
Save as...
Sichern als...
;
To insert a new language, f.ex. french it should look like:
## languages english,deutsch,français
## version $VER: TinyMeterPrefs.catalog 01.02 (05.02.95)
## codeset 0
## autonum 1
## cfile english,hd1:source/tinp/TinyMeterPrefs.lh
;
MO_Title
TinyMeterPrefs V4.10
TinyMeterPrefs V4.10
TinyMeterPrefs V4.10
;
MM_OpenTitle
Open...
Öffnen...
Ouvrir...
;
MM_SaveTitle
Save as...
Sichern als...
Sauver sous...
;