## version $VER: Most.catalog XX.XX (XX.XX.XX)
## codeset 0
## language X
;
;  Help text for Shell-Startup
;
;
MSG_SHELLHELP

; FILES      list of files to be displayed\nPUBSCREEN  name of public screen for windows\nPORTNAME   name of ARexx port\nSTARTUP    Arexx macro to be executed\nWX, WY     left-top-edge of first window\nWW, WH     width and height of the windows (Default: 600 x 400)\nSCREENMODE name of system screenmode\nFONT       font's name incl. ".font"\nFONTHEIGHT fontheight\nAPPICON    switch for AppIcon o\nICONX/ICONY coordinates of AppIcon\nBUFLEN     new length of File-Read-Buffer (Default: 50KB)\nPIPELEN    length of File-Read-Buffer for pipes\nQUOTES     quote-chars for filenames\nDIRS       dirs for filesearch\nENDS       endings for filenames\nSTACKSIZE  size of stack for editor\n
;
;
; Title strings of different requesters
;
;
MSG_ATTENTION_REQ

; Most - Attention please:
;
MSG_FILEREQ_REQ

; Most - choose file:
;
MSG_MACROREQ_REQ

; Most - choose Arexx Macro:
;
MSG_PASSWORD_REQ

; Please enter password:
;
MSG_JUMPLINE_REQ

; Please enter new line:
;
MSG_TABWIDTH_REQ

; Please enter new tabulator width:
;
MSG_BASENAME_REQ

; Most
;
;
;  don't touch, must be %s
;
MSG_TEXT_REQ

; %s
;
;
;  Texts for information requester
;
MSG_VERSION_REQ

;   %s\n  ©  1992/93/94 Uwe Röhm\nFilename:   %s\nFilelength: %ld\n%s%s\nLines:    %s %ld\n(visible %ld upto %ld)\nXPK Packer: %s
;
MSG_FILECOMPLETE

;   File completely read.
;
MSG_BUFLEN

; Buflen:
;
MSG_CA

;  ca.
;
;
;  Texts for password requester
;
;
MSG_PASSWORD

; Password:
;
MSG_OK_GAD

; Ok
;
MSG_CANCEL_GAD

; Cancel
;
;
;  Text for linenumber requester
;
;
MSG_JUMPLINE

; Line:
;
;
;  Text for tabwidth requester
;
;
MSG_TABWIDTH

; Width:
;
;
;  Other requester texts
;
;
MSG_WINDOWS_REQ

; Can't close screen - please close all visitor windows.
;
MSG_ASKQUIT_REQ

; Quit Most?
;
;
;  possible gadget texts for requesters
;
;
YESNO_GADGETS

; Yes|No
;
CANCEL_GADGETS

; Cancel
;
CONTINUE_GADGETS

; Continue
;
;
;  Some possible window titles
;
;
MSG_NONAME_WIN

; <empty>
;
MSG_PIPENAME_WIN

; <Pipe contents>
;
MSG_READING_WIN

; Reading...
;
MSG_NOTFOUND_WIN

; Not found.
;
;
;  all error messages
;
;
MSG_ERROR_ENV

; Wrong syntax in environment \"%s\".
;
MSG_ERROR_NOMEMORY

; Low Memory!
;
MSG_ERROR_READPROTECT

; File '%s' is readprotected!
;
MSG_ERROR_NOINDIZES

; Too few free memory for %ld lines\nof file '%s'!
;
MSG_ERROR_NOBUFFER

; Too few free memory for a %ld bytes buffer\nof file '%s'!
;
MSG_ERROR_FUNCTION

; Error in function '%s'.
;
MSG_ERROR_OPEN

; Can't open file '%s'
;
MSG_ERROR_WINDOW

; Can't open window for file '%s'!
;
MSG_ERROR_CONSOLE

; Console for '%s' cannot be open.
;
MSG_ERROR_GADGETS

; Error while inizialising gadgets for '%s'
;
MSG_ERROR_FONT

; Can't open Font '%s'!
;
MSG_ERROR_CHIPS

; Grafik-Chipset too old for displaymode
;
MSG_ERROR_PUBNAME

; Screenname '%s' in use!
;
MSG_ERROR_SMODE

; Unknown screenmode!
;
MSG_ERROR_SCREEN

; Can't open own screen!
;
MSG_ERROR_NOREXXPRG

; Couldn't start rexx script '%s'.
;
MSG_ERROR_NOREXXCMD

; Unknown rexx-command '%s'.
;
;
;  Menus (some for future use...)
;  IMPORTANT:
;     Check the menu names against the menu shortcuts below!
;
;
MSG_PROJECT_MENU

; Project
;
MSG_PROJECT_NEW_MENU

; New...
;
MSG_PROJECT_OPEN_MENU

; Open...
;
MSG_PROJECT_EDIT_MENU

; Edit...
;
MSG_PROJECT_PRINT_MENU

; Print
;
MSG_PROJECT_INFO_MENU

; About...
;
MSG_PROJECT_QUIT_MENU

; Quit
;
MSG_MOVE_MENU

; Move
;
MSG_MOVE_FIRST_MENU

; First Page
;
MSG_MOVE_LAST_MENU

; Last Page
;
MSG_MOVE_PREVP_MENU

; Prev Page
;
MSG_MOVE_NEXTP_MENU

; Next Page
;
MSG_MOVE_PREVL_MENU

; Prev Line
;
MSG_MOVE_NEXTL_MENU

; Next Line
;
MSG_MOVE_JUMPL_MENU

; Jump to line...
;
MSG_SEARCH_MENU

; Search
;
MSG_SEARCH_SUCH_MENU

; Search...
;
MSG_SEARCH_SEARCHF_MENU

; forward
;
MSG_SEARCH_SEARCHB_MENU

; backward
;
MSG_EXTRAS_MENU

; Extras
;
MSG_EXTRAS_REFRESH_MENU

; Refresh page
;
MSG_EXTRAS_TABWIDTH_MENU

; Enter TAB width...
;
MSG_EXTRAS_AREXX_MENU

; Execute ARexx Macro...
;
MSG_SETTINGS_MENU

; Settings
;
MSG_SETTINGS_SAVE_MENU

; Save
;
MSG_SETTINGS_SAVE_LOCAL_MENU

; local prefs
;
MSG_SETTINGS_SAVE_GLOBAL_MENU

; global prefs
;
;
;  Menu shortcuts
;  Note: The shortcuts should match Commodore's style guide
;        or if not mentioned there they should match to the
;        menu names above! Don't use a character twice!
;
;
MSG_NEW_MENU_KEY

; N
;
MSG_OPEN_MENU_KEY

; O
;
MSG_EDIT_MENU_KEY

; E
;
MSG_PRINT_MENU_KEY

; P
;
MSG_INFO_MENU_KEY

; ?
;
MSG_QUIT_MENU_KEY

; Q
;
MSG_FIRST_MENU_KEY

; F
;
MSG_LAST_MENU_KEY

; L
;
MSG_PPAGE_MENU_KEY

; -
;
MSG_NPAGE_MENU_KEY

; +
;
MSG_PLINE_MENU_KEY

; ,
;
MSG_NLINE_MENU_KEY

; .
;
MSG_JUMP_MENU_KEY

; J
;
MSG_SEARCH_MENU_KEY

; S
;
MSG_SEARCHF_MENU_KEY

; A
;
MSG_SEARCHB_MENU_KEY

; B
;
MSG_REFRESH_MENU_KEY

; R
;
;
;  texts for search requester
;  the underscore refers to the shortcuts below!
;
;
MSG_SUCHSTRING_GAD

; _Text:
;
MSG_SEARCH_GAD

; _Search:
;
MSG_CASE_GAD

; _case sensitiv
;
MSG_WORD_GAD

; whole _words
;
MSG_BACK_GAD

; b_ackwards
;
;
;
;  Keyboard shortcuts for the gadgets of the search requester
;  Must be the same as the characters behind the underscores
;  in the texts above!
;
;
MSG_SUCHSTRING_KEY

; t
;
MSG_SEARCH_KEY

; s
;
MSG_CASE_KEY

; c
;
MSG_WORD_KEY

; w
;
MSG_BACK_KEY

; a
;
;
;  some generic texts...
;
MSG_ERROR_LIBRARY

; Couldn't open '%s' (version %ld).
;
RETRY_GADGETS

; Retry|Cancel
;
