home *** CD-ROM | disk | FTP | other *** search
- #language english
- #version 1
- ;
- ; version $VER: ScreenMenuEd.cd 1.00 (20.7.95)
- ;
- ; Catalog description file for ScreenMenuEd.
- ;
- ; Translators: read "Translators.readme" for instructions.
- ;
- ;*************************************************************************
- ; Initialization Error Messages
- ;*************************************************************************
- ;
- NOMEMMSG (//)
- Not enough memory available!
- ;
- ;
- NOLIBMSG (//)
- Couldn't open %s V%lu!
- ;
- ; <%s = libraryname, %lu = libraryversion>
- ;
- NOEXICONMSG (//)
- \033cCouldn't access icon\n'%s'\nto read tooltypes!
- ;
- ; <%s = iconname>
- ;
- BADBOOLTOOLMSG (//)
- \033cInvalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
- ;
- ; <%s = user's value, %s = keyword>
- ;
- BADSTRTOOLMSG (//)
- \033cInvalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword.
- ;
- ; <%s = keyword>
- ;
- BADINTTOOLMSG (//)
- \033cInvalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value.
- ;
- ; <%s = user's value, %s = keyword>
- ;
- BADHEXTOOLMSG (//)
- \033cInvalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value.
- ;
- ; <%s = user's value, %s = keyword>
- ;
- BADKEYTOOLMSG (//)
- \033cInvalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s.
- ;
- ; <%s = user's value> <%s = keyword> <%s = valid values>
- ;
- NOOPENFONTMSG (//)
- \033cCouldn't open font '%s', size %ld!
- ;
- ; <%s = fontname, %ld = fontsize>
- ;
- NOWINOBJMSG (//)
- Couldn't create window object!
- ;
- ;
- NOOPENWINMSG (//)
- Couldn't open the window!
- ;
- ;
- ;*************************************************************************
- ; Requester title & gadget strings
- ;*************************************************************************
- ;
- INFORMTITLEMSG (//)
- Message from ScreenMenuEd
- ;
- ;
- INFORMOKAYMSG (//)
- _OK
- ;
- ;
- CONFIRMTITLEMSG (//)
- Query from ScreenMenuEd
- ;
- ;
- CONFIRMGADMSG (//)
- _Yes|_No
- ;
- ;
- OVERWRITEBODYMSG (//)
- \033cOverwrite existing file\n'%s'?
- ;
- ; <%s = filename>
- ;
- DISCARDBODYMSG (//)
- \033cCurrent menu definition has been edited.\nDo you want to discard the changes?
- ;
- ;
- LOADMENUTITLEMSG (//)
- Load Menu Definition File
- ;
- ;
- SAVEMENUTITLEMSG (//)
- Save Menu Definition File
- ;
- ;
- PICKCMDTITLEMSG (//)
- Select Command
- ;
- ;
- PICKCDTITLEMSG (//)
- Select Current Directory
- ;
- ;
- UNNAMEDMSG (//)
- Unnamed
- ;
- ; <what new projects are called, in window title bar>
- ;
- APPDESCMSG (//40)
- Edits Menu Definitions for ScreenBacker
- ;
- ; <application description for MUI>
- ;
- ABOUTCATMSG (//)
- No catalog loaded: using\nEnglish language (default).
- ;
- ;<For catalog translators, appears in About requester. Use something like:>
- ;<Klingon translation by Glurchh Splath\ngspalth@starfleet.mil>
- ;<Looks best with no more than about 40 chars per line,>
- ;<and no more than 3 lines, please.>
- ;
- ;*************************************************************************
- ; Runtime Error Messages
- ;*************************************************************************
- ;
- NOOPENFILEMSG (//)
- \033cCouldn't open file\n'%s'!
- ;
- ; <%s = filename>
- ;
- NOREADFILEMSG (//)
- \033cCouldn't read from file\n'%s'!
- ;
- ; <%s = filename>
- ;
- NOWRITEFILEMSG (//)
- \033cCouldn't write to file\n'%s'!
- ;
- ; <%s = filename>
- ;
- LONGPATHMSG (//)
- \033cFull pathname of\n'%s'\nis too long!
- ;
- ; <%s = filename>
- ;
- NOGETPATHMSG (//)
- \033cCouldn't get full pathname of object!\nDOS Error: %s
- ;
- ; <%s = DOS error msg>
- ;
- BADMENUMSG (//)
- \033cCouldn't parse menu definition:\n%sError: %s
- ;
- ; <%s = menu definition, %s = DOS errmsg>
- ; <NB: deliberately no \n after menudef in above>
- ;
- NOGUIDEMSG (//)
- \033cCouldn't open AmigaGuide file\n'%s'!
- ;
- ; <%s = guidename>
- ;
- NOWRITEICONMSG (//)
- \033cCouldn't write to icon\n'%s'!
- ;
- ; <%s = filename>
- ;
- NOPROJICONMSG (//)
- \033cCouldn't read project icon\n'%s'!
- ;
- ; <%s = filename>
- ;
- NOLABELMSG (//)
- No label specified for this menu or item!
- ;
- ;
- NOCOMMANDMSG (//)
- No command specified for this menu item!
- ;
- ;
- NOLAUNCHMSG (//)
- \033cCouldn't launch command!\nReturn code: %ld
- ;
- ; <%ld = DOS error code returned by System()>
- ;
- NOCURDIRMSG (//)
- \033cCouldn't set current directory\n'%s'\nfor command!
- ;
- ; <%s = dirname>
- ;
- NOOUTPUTMSG (//)
- \033cCouldn't open output\n'%s'\nfor command!
- ;
- ; <%s = filename>
- ;
- INVALIDMENUMSG (//)
- \033cThis menu definition is invalid:\n%s
- ;
- ; <%s = specific error msg>
- ;
- VALFIRSTMENUMSG (//)
- The first entry in the list must be a menu.
- ;
- ; <specific error msg for INVALIDMENUMSG>
- ;
- VALNOLABELMSG (//)
- One or more menus or items do not have a label.
- ;
- ; <specific error msg for INVALIDMENUMSG>
- ;
- VALNOCOMMANDMSG (//)
- One or more items do not have a command.
- ;
- ; <specific error msg for INVALIDMENUMSG>
- ;
- VALNOITEMMSG (//)
- Each menu must have at least one item.
- ;
- ; <specific error msg for INVALIDMENUMSG>
- ;
- VALBARBYMENUMSG (//)
- A bar cannot be the first or last entry in a menu.
- ;
- ; <specific error msg for INVALIDMENUMSG>
- ;
- VALTWOBARSMSG (//)
- A bar cannot be followed by another bar.
- ;
- ; <specific error msg for INVALIDMENUMSG>
- ;
- ;
- ;*************************************************************************
- ; Main Window Gadget Labels and Keys
- ;*************************************************************************
- ;
- BT_INSERTLAB (//)
- _Insert...
- ;
- ;
- BT_INSERTKEY (/1/1)
- i
- ;
- ;
- BT_EDITLAB (//)
- _Edit...
- ;
- ;
- BT_EDITKEY (/1/1)
- e
- ;
- ;
- BT_REMOVELAB (//)
- _Remove
- ;
- ;
- BT_REMOVEKEY (/1/1)
- r
- ;
- ;
- BT_UPLAB (//)
- _Up
- ;
- ;
- BT_UPKEY (/1/1)
- u
- ;
- ;
- BT_DOWNLAB (//)
- _Down
- ;
- ;
- BT_DOWNKEY (/1/1)
- d
- ;
- ;
- BT_OPENLAB (//)
- _Open...
- ;
- ;
- BT_OPENKEY (/1/1)
- o
- ;
- ;
- BT_SAVELAB (//)
- _Save
- ;
- ;
- BT_SAVEKEY (/1/1)
- s
- ;
- ;
- BT_TESTLAB (//)
- _Test
- ;
- ;
- BT_TESTKEY (/1/1)
- t
- ;
- ;
- BT_QUITLAB (//)
- _Quit
- ;
- ;
- BT_QUITKEY (/1/1)
- q
- ;
- ;
- ;*************************************************************************
- ; Edit Window Gadget Labels and Keys
- ;*************************************************************************
- ;
- EDITWINTITLE (//)
- Edit Menu Definition
- ;
- ;
- CY_EDITTYPELAB (//)
- _Type
- ;
- ;
- CY_EDITTYPEKEY (/1/1)
- t
- ;
- ; <below 3 are labels for type cycle gad>
- ;
- TYPEMENULAB (//)
- Menu
- ;
- ;
- TYPEITEMLAB (//)
- Item
- ;
- ;
- TYPEBARLAB (//)
- Bar
- ;
- ;
- STR_EDITKEYLAB (//)
- _Key
- ;
- ;
- STR_EDITKEYKEY (/1/1)
- k
- ;
- ;
- STR_EDITLABELLAB (//)
- _Label
- ;
- ;
- STR_EDITLABELKEY (/1/1)
- l
- ;
- ;
- STR_EDITCMDLAB (//)
- Co_mmand
- ;
- ;
- STR_EDITCMDKEY (/1/1)
- m
- ;
- ;
- PA_EDITCMDLAB (//)
- _1
- ;
- ;
- PA_EDITCMDKEY (/1/1)
- 1
- ;
- ;
- STR_EDITOUTLAB (//)
- O_utput
- ;
- ;
- STR_EDITOUTKEY (/1/1)
- u
- ;
- ;
- STR_EDITCDLAB (//)
- Cur._Dir
- ;
- ;
- STR_EDITCDKEY (/1/1)
- d
- ;
- ;
- PA_EDITCDLAB (//)
- _2
- ;
- ;
- PA_EDITCDKEY (/1/1)
- 2
- ;
- ;
- INT_EDITSTACKLAB (//)
- _Stack
- ;
- ;
- INT_EDITSTACKKEY (/1/1)
- s
- ;
- ;
- INT_EDITPRILAB (//)
- _Priority
- ;
- ;
- INT_EDITPRIKEY (/1/1)
- p
- ;
- ;
- BT_EDITOKLAB (//)
- _OK
- ;
- ;
- BT_EDITOKKEY (/1/1)
- o
- ;
- ;
- BT_EDITTESTLAB (//)
- T_est
- ;
- ;
- BT_EDITTESTKEY (/1/1)
- e
- ;
- ;
- BT_EDITCANCELLAB (//)
- _Cancel
- ;
- ;
- BT_EDITCANCELKEY (/1/1)
- c
- ;
- ;
- ;*************************************************************************
- ; Test Window Gadget Labels and Keys
- ;*************************************************************************
- ;
- TESTWINTITLE (//)
- Test Menu Definition
- ;
- ;
- TESTWINBODYMSG (//)
- \033cCustom menus successfully created.\n\nClose this window when you have\nfinished testing, or select\n'End Test' from the Project menu.
- ;
- ; <text displayed in test window, max 5 lines>
- ;
- ;*************************************************************************
- ; Test Window Menu Labels and Keys
- ;*************************************************************************
- ;
- MN_TESTENDLAB (//)
- End Test
- ;
- MN_TESTENDKEY (/1/1)
- !
- ;
- ;*************************************************************************
- ; Main Window Menu Labels and Keys
- ;*************************************************************************
- ;
- MN_PROJECTLAB (//)
- Project
- ;
- ;
- MN_NEWLAB (//)
- New
- ;
- ;
- MN_NEWKEY (/1/1)
- N
- ;
- ;
- MN_OPENLAB (//)
- Open...
- ;
- ;
- MN_OPENKEY (/1/1)
- O
- ;
- ;
- MN_EDITLAB (//)
- Edit...
- ;
- ;
- MN_EDITKEY (/1/1)
- E
- ;
- ;
- MN_TESTLAB (//)
- Test...
- ;
- ;
- MN_TESTKEY (/1/1)
- T
- ;
- ;
- MN_SAVELAB (//)
- Save
- ;
- ;
- MN_SAVEKEY (/1/1)
- S
- ;
- ;
- MN_SAVEASLAB (//)
- Save As...
- ;
- ;
- MN_SAVEASKEY (/1/1)
- A
- ;
- ;
- MN_HELPLAB (//)
- Help...
- ;
- ;
- MN_HELPKEY (/1/1)
- H
- ;
- ;
- MN_ABOUTLAB (//)
- About...
- ;
- ;
- MN_ABOUTKEY (/1/1)
- ?
- ;
- ;
- MN_QUITLAB (//)
- Quit
- ;
- ;
- MN_QUITKEY (/1/1)
- Q
- ;
- ;
-