home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
VersCheck2
/
Locale
/
VersCheck.cd
< prev
Wrap
Text File
|
1999-10-04
|
4KB
|
257 lines
#language english
#version 5
;
; $VER: VersCheck.cd V1.5 (29.08.1999) (c) by Michaela Pruess
;
; Catalog description for VersCheck V2.1.x
;
; !!!! DO NOT TOUCH THIS '.cd' FILE !!!!
;
; Rename the VersCheck.ct file to YourLanguage.ct
;
; Then translate the strings in YourLanguage.ct into your language
;
; The translated strings should not be longer than 70 chars per line
;
; Finally use Flexcat to compile the VersCheck.catalog in your language with
;
; Flexcat VersCheck.cd YourLanguage.ct CATALOG VersCheck.catalog
;
; Create a directory Catalogs/YourLanguage and then
;
; copy VersCheck.catalog in the Catalogs/YourLanguage directory
;
; Flexcat is freeware (c) by Jochen Wiedmann and available on Aminet
;
;
; help THE MAXIMAL LENGHT FOR THE LINES IS 70+++!
;
;
HELP_LINE01 (//)
Show the versionnumbers of programs, libraries, datatypes and
;
HELP_LINE02 (//)
devices. Comparefunctions for the CheckGuides.
;
HELP_LINE03 (//)
-a = check all subdirectories, too. (-o HTML-output)
;
HELP_LINE04 (//)
-s = show systeminformation (OS version/cpu).
;
HELP_LINE05 (//)
-1 = versioncheck libraries, compare with "scripts/LibList"
;
HELP_LINE06 (//)
-2 = versioncheck devices, compare with "scripts/DeviceList"
;
HELP_LINE07 (//)
-3 = versioncheck datatypes, compare with "scripts/DTypesList"
;
HELP_LINE08 (//)
-f = full path shown to all testet files.
;
HELP_LINE09 (//)
-n = no requesters at end of versionscheck.
;
HELP_LINE10 (//)
-m = versionscheck merge output (normal overwrite).
;
HELP_LINE11 (//)
-x1 = accept .elf (PowerUP) like Amiga Exec's.
;
HELP_LINE12 (//)
-x2 = accept .wos (Warp OS) like Amiga Exec's.
;
HELP_LINE13 (//)
-x = or -x3 = Both, .elf and .wos accepted.
;
HELP_LINE14 (//)
-v = more output for internal test.
;
HELP_LINE15 (//)
dir = start with this directory.
;
HELP_LINE16 (//)
file = check only the single file.
;
;
; info
;
;
INFO_LINE01 (//)
The systeminfo view installed ppc-cpu and mmu. This requires that
;
INFO_LINE02 (//)
mmu.library (Thor) and/or the ppc.library (Phase5) are installed.
;
INFO_LINE03 (//)
VersCheck was written for the comparesystem by 'age@thepentagon.com'
;
INFO_LINE04 (//)
and is freeware. Please read the documentation!
;
INFO_LINE05 (//)
Bugs, problems or comments send to 'GatewayBBS@bigfoot.de'.
;
INFO_LINE06 (//)
Abort by error, please send a bugreport including this code:
;
;
; type
;
;
TYPE_LINE01 (//)
dir
;
TYPE_LINE02 (//)
files
;
TYPE_LINE03 (//)
directorys
;
TYPE_LINE04 (//)
bytes
;
;
; errors EXALL
;
;
ERROR_LINE01 (//)
memory failure (STORE)!
;
ERROR_LINE02 (//)
lock failed!
;
ERROR_LINE03 (//)
wrong data (no directory)!
;
;
; $VER output line
;
;
LINE1_LINE01 (//)
VersCheck:
;
LINE1_LINE02 (//)
name
;
LINE1_LINE03 (//)
version
;
LINE1_LINE04 (//)
info=
;
;
; C:VERSION output line
;
;
LINE2_LINE01 (//)
C:VERSION:
;
LINE2_LINE02 (//)
name
;
LINE2_LINE03 (//)
version
;
LINE2_LINE04 (//)
info=
;
;
; check LIST output line
;
;
LIST_LINE01 (//)
list:
;
LIST_LINE02 (//)
name
;
LIST_LINE03 (//)
version
;
;
; result output lines
;
;
RESULT_LINE01 (//)
-> Please contact '$email' (versionproblem)
;
RESULT_LINE02 (//)
-> version is OK!
;
RESULT_LINE03 (//)
-> New version, please contact '$email'
;
RESULT_LINE04 (//)
-> Old version, new version available!
;
RESULT_LINE05 (//)
-> Unknown file, please contact '$email'
;
;
; end line
;
;
END_LINE01 (//)
----------------------------------------------------------------------
;
;
; errors VC
;
;
VC_LINE01 (//)
VersCheck: open error at scripts/????List!
;
VC_LINE02 (//)
VersCheck: open error at Ram:NewList!
;
VC_LINE03 (//)
VersCheck: open error at Ram:OldList!
;
VC_LINE04 (//)
VersCheck: open error at Ram:AllList!
;
VC_LINE05 (//)
VersCheck: AllocMem failed!
;
;
; request
;
;
REQ_LINE01 (//)
VersCheck-Request
;
REQ_LINE02 (//)
VersCheck found new files! A protokoll will be found at Ram:NewXXX!
;
REQ_LINE03 (//)
Please send Ram:NewXXX via email to '$email'.
;
REQ_LINE04 (//)
Look at your Ram-Disk for the files with results of this check.
;
REQ_LINE05 (//)
AllXXX: complete list, OldXXX: can be updated, NewXXX: please sent!
;
REQ_LINE06 (//)
OK
;
;
; HTML request
;
;
HTML_LINE01 (//)
Do you want a HTML update form?
;
HTML_LINE02 (//)
Should I create a HTML form for\\neasy update your old files?
;
HTML_LINE03 (//)
If you select YES the HTML form\\nwill be created at your ram disk!
;
HTML_LINE04 (//)
YES, please|NO, thanks
;