home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
reqchange
/
catalogs
/
libs
/
reqchangelib.cd
< prev
next >
Wrap
Text File
|
1995-02-27
|
1KB
|
60 lines
;
; $VER: ReqChangeLib.cd 3.0
;
; All messages in reqchange.library that might need localization
;
;
; The "\x"s in the beginning of the string is becase this is a message
; passed to DisplayAlert, and thus need a bit more information. That
; also explains the extra "\x00" at the end. If you don't know much about
; DisplayAlert, you can simply use the \x values used here. If you are
; a bit more "advanced" ( :) ), you can center the strings if you like.
; Its up to you! If you don't know how to do this, ignore it. It isn't
; important (I haven't done it in the english strings, although I have
; a certain offset - 14 - to make it look ok. Don't remove that one).
; Each alert must fit in one line, and can thus contain at most 76 chars
; (since the "border" of the alert occupies some space).
;
MSG_NO_REQTOOLS_ALERT (1//80)
\x00\x0e\x0creqchange.library: You need reqtools.library V38.1194 or higher!\x00
;
MSG_ASSIGNX_GAD (+1//)
_Retry|_Mount|_Assign...|_Deny|_Cancel
;
MSG_ASSIGN_GAD (//)
_Assign
;
MSG_OK_GAD (//)
_Ok \
;
MSG_ASSIGN_TITLE (//)
Assign for \"%s\"
;
MSG_SYSTEM_REQUEST_TITLE (//)
System Request
;
MSG_PALETTE_TITLE (//)
Palette
;
MSG_SCREENMODE_TITLE (//)
Select screen mode
;
MSG_FONT_TITLE (//)
Select font
;
MSG_FILE_TITLE (//)
Select file
;
; ReqChange extended error messages.
;
MSG_ERROR_NOT_PREFS (1000//80)
invalid preferences file
;
MSG_ERROR_BAD_VERSION (//80)
unknown version of preferences file
;
MSG_ERROR_SHORT_PREFS (//80)
wrong size of preferences file
;