home *** CD-ROM | disk | FTP | other *** search
- ; $VER: SynthLib.cd Revison 1.1
- ; This file is part of Synth Librarian v1.1
- ; ©1993-1994 Jean-Alexis MONTIGNIES
- ; This file must not be distributed modified or separatly
- ; without my written permission
- ; See Synth_Librarian.guide for more details
- ;
- ; Catalog descriptor file for main task messages.
- #block MainCatBlock
- #arrayopts const
- MG_INFO_ABOUT (//)
- SynthLib V1.1 \nby Jean-Alexis Montignies \n©1993-1994
- MG_INFO_OK (//)
- OK
- ;
- MG_INIT_GRAPHICS (//)
- Can't open Graphics library.
- MG_INIT_INTUITION (//)
- Can't open Intuition library.
- MG_INIT_GADTOOLS (//)
- Can't open GadTools library.
- MG_INIT_UTILITY (//)
- Can't open Utility library.
- MG_INIT_ASL (//)
- Can't open Asl.
- MG_INIT_SCREEN (//)
- Screen initialization has failed.
- MG_INIT_WINDOW (//)
- Window initialization has failed.
- MG_INIT_PORT (//)
- Can't get a message port.
- ;
- MG_FILE_NODATA (//)
- No data to save.
- MG_FILE_NODIR (//)
- Can't open directory.
- MG_FILE_NOFILE (//)
- Can't open file.
- MG_FILE_IO_ERROR (//)
- I/O Error.
- MG_FI_NOTIFF (//)
- Bad iff file.
- MG_FI_OUT_OF_MEMORY (//)
- Out of memory.
- ;
- MG_ERROR_INUSE (//)
- Object in use.
- MG_DRIVER_IO_ERROR (//)
- Can't load driver.
- ;
- ;Menu texts
- ;
- MG_MENU_PROJECT (//)
- Project
- MG_MENU_P_NEW (//)
- New
- MG_MENU_P_OPEN (//)
- Open ...
- MG_MENU_P_OPEN_RAW (//)
- Open raw file...
- MG_MENU_P_SAVE (//)
- Save
- MG_MENU_P_SAVE_AS (//)
- Save As ...
- MG_MENU_P_ABOUT (//)
- About ...
- MG_MENU_P_QUIT (//)
- Quit
- MG_MENU_DATA (//)
- Data
- MG_MENU_D_REMOVE (//)
- Remove
- MG_MENU_D_SAVE (//)
- Save ...
- MG_MENU_D_SEND (//)
- Send
- MG_MENU_DRIVER (//)
- Driver
- MG_MENU_DR_NEW (//)
- New driver ...
- MG_MENU_DR_ABOUT (//)
- About ...
- MG_SHORTCUTS_MENUS (//)
- n\x00o\x00\x00s\x00\x00?\x00q\x00r\x00\x00\x00\x00\x00
- ;
- ;Gadgets texts
- ;
- MG_GAD_DATA (//)
- Data
- MG_GAD_SEND (//)
- _Send
- MG_GAD_INFO (//)
- Informations
- MG_GAD_SERIAL (//)
- Serial
- MG_GAD_TYPE (//)
- Type :
- MG_GAD_SIZE (//)
- Size :
- MG_GAD_DATA_TYPES (//)
- Data types
- MG_GAD_REQUEST (//)
- _Request
- MG_GAD_ABORT (//)
- _Abort
- MG_SHORTCUTS_GADGETS (//)
- --s-----ra
- ;
- ;Titles
- ;
- MG_WINDOW_TITLE (//)
- SynthLib
- MG_SCREEN_TITLE (//)
- SynthLib V1.1
- ;
- MG_NODE_UNNAMED (//)
- Unnamed
- MG_NODE_UNTYPED (//)
- Unknown
-