home *** CD-ROM | disk | FTP | other *** search
- ;
- ; ftpmount.catalog
- ; $VER: FTPMount 1.5 (95-07-31)
- ;
- MSG_HOTKEY (0//)
- ctrl alt f
- ; hot key to bring up sites window
- ;
- MSG_HOSTS (1//)
- Hosts
- ; The subdirectory of FTPMountDir: we use as our local FS 'front end'
- ;
- MSG_CANT_FIND_HOSTS (2//)
- Can't find Hosts dir
- ; Lock on MSG_HOSTS failed
- ;
- MSG_FTPM_STARTUP_ERROR (3//)
- FTPMount startup error
- ; title for error requester in startup
- ;
- MSG_OK (4//)
- Ok
- ; confirmation response in requester
- ;
- MSG_TCP_HANDLER (5//)
- (FTPMount) TCP Handler
- ; process name for tcp handler
- ;
- MSG_SERVICE (6//)
- ftp
- ; tcp service name
- ;
- MSG_CANT_LAUNCH_TCP (7//)
- Can't launch TCP handler
- ; couldn't launch tcp handler
- ;
- MSG_LOCAL_HANDLER (8//)
- (FTPMount) local handler
- ; process name for local handler
- ;
- MSG_CANT_LAUNCH_LOCAL (9//)
- Can't launch local handler
- ; couldn't launch local handler
- ;
- MSG_CONTINUE_EXIT (10//)
- Continue|Exit
- ; gadgets for continue or exit startup
- ;
- MSG_USER (11//)
- USER
- ; environment variable holding user name
- ;
- MSG_HOST (12//)
- HOST
- ; environment variable holding host name
- ;
- MSG_USER_NOT_SET (13//)
- USER environment variable not set\nAnonymous login with %s\nused as your address
- ; warning for when MSG_USER env variable is not set
- ;
- MSG_HOST_NOT_SET (14//)
- HOST environment variable not set\nAnonymous login with %s\nused as your address
- ; warning for when MSG_HOST env variable is not set
- ;
- MSG_USER_HOST_NOT_SET (15//)
- USER and HOST environment variables not set\nAnonymous login with %s\nused as your address
- ; warning for when MSG_HOST and MSG_USER env vars not set
- ;
- MSG_VOLUME (16//)
- FTPMount
- ; volume name for ftpmount
- ;
- MSG_STATUS_HANDLER (17//)
- (FTPMount) status handler
- ; process name for status handler
- ;
- MSG_CANT_LAUNCH_STATUS (18//)
- Can't launch status handler
- ; couldn't launch status handler process
- ;
- MSG_UNKNOWN (19//)
- Unknown condition (low on memory?)
- ; unknown condition ... possibly out of memory
- ;
- MSG_RETRY_MORE_CANCEL (20//)
- Retry|More ...|Cancel
- ; gadget string for retry, more, cancel
- ;
- MSG_RETRY_CANCEL (21//)
- Retry|Cancel
- ; gadget string for retry, cancel
- ;
- MSG_MORE_OK (22//)
- More ...|Ok
- ; gadget string for more, ok
- ;
- MSG_OPERATIONAL_ERROR (23//)
- Operational error
- ; error in prelim
- ;
- MSG_OOM_ROOT (24//)
- Out of memory for root string
- ; allocate for sp->root failed
- ;
- MSG_PWD_GARBAGE (25//)
- PWD response is unintelligible
- ; received garbage for pwd response
- ;
- MSG_FAILED_PWD (26//)
- Failed to get PWD response
- ; low on memory ... couldn't get PWD info
- ;
- MSG_ERROR_READING_PWD (27//)
- Error reading PWD response
- ; error reading response to PWD
- ;
- MSG_ERROR_REQUESTING_PWD (28//)
- Error while requesting PWD
- ; error writing PWD
- ;
- MSG_ERROR_READING_TYPE (29//)
- Error while reading TYPE I response
- ; error reading response to TYPE I
- ;
- MSG_ERROR_SETTING_TYPE (30//)
- Error while setting TYPE I
- ; error while writing TYPE I
- ;
- MSG_LOGIN_SUCCEEDED_NO_PASS (31//)
- Login succeeded (no password required)
- ; success on USER
- ;
- MSG_LOGIN_SUCCEEDED (32//)
- Login succeeded
- ; success on PASS
- ;
- MSG_LOGIN_FAILED (33//)
- Login failed
- ; failure on PASS (tied with next)
- ;
- MSG_ACCT_REQUESTED (34//)
- ACCT requested
- ; Remote site requested ACCT info
- ;
- MSG_LOGIN_INCORRECT (35//)
- Login incorrect
- ; login incorrect ... password/user invalid
- ;
- MSG_LOGIN_FAILED_PASS (36//)
- Login failed (PASS)
- ; failure on PASS
- ;
- MSG_LOGIN_ERROR (37//)
- Login error
- ; failure in login
- ;
- MSG_LOST_CONN_DURING_LOGIN_PASS (38//)
- Lost connection during login (passwd)
- ; lost connection reading response to PASS
- ;
- MSG_GARBAGE_RECEIVED_PASS (39//)
- Garbage received from remote site (passwd)
- ; garbage received reading response to PASS
- ;
- MSG_TEMP_LOGIN_FAILURE_USER (40//)
- Temporary login failure (USER)
- ; USER response was a '4xx'
- ;
- MSG_LOGIN_FAILED_USER (41//)
- Login failed (USER)
- ; USER response was a 5xx
- ;
- MSG_LOST_CONN_DURING_LOGIN (42//)
- Lost connection during login
- ; lost connection reading response to USER
- ;
- MSG_GARBAGE_RECEIVED_USER (43//)
- Garbage received from remote site
- ; garbage received reading response to USER
- ;
- MSG_ERROR_USER_RESPONSE (44//)
- Error reading response to login
- ; general error occurred reading response to USER
- ;
- MSG_ERROR_WRITING_PASS (45//)
- Error writing PASS
- ; error writing PASS
- ;
- MSG_ERROR_WRITING_USER (46//)
- Error writing USER
- ; error writing USER
- ;
- MSG_CONNECT_ERROR (47//)
- Connect error
- ; error during init_connect
- ;
- MSG_AMITCP_NOT_RUNNING (48//)
- AmiTCP is not running
- ; amitcp is not running
- ;
- MSG_HOST_UNKNOWN (49//)
- Host %s is unknown
- ; ERROR_UNKNOWN_HOST on connect
- ;
- MSG_HOST_UNREACHABLE (50//)
- Host %s is unreachable
- ; ERROR_UNREACHABLE on connect
- ;
- MSG_FTP_REFUSED (51//)
- FTP connection to %s has been refused
- ; ERROR_CONNECT_REFUSED on connect
- ;
- MSG_CANT_CONNECT (52//)
- Can't connect to %s (%ld)
- ; any other error on connect
- ;
- MSG_LOST_CONN_DURING_INTRO (53//)
- Lost connection during intro
- ; lost connection while reading initial message
- ;
- MSG_GARBAGE_DURING_INTRO (54//)
- Garbage received from %s
- ; garbage received while reading initial message
- ;
- MSG_ERROR_DURING_INTRO (55//)
- Error reading introduction
- ; any other error while reading initial message
- ;
- MSG_CONN_DELAY (56//)
- Connection delay ...
- ; they've told us there will be a delay
- ;
- MSG_TEMP_CONN_FAILURE (57//)
- Temporary connection failure ...
- ; received a '4xx' on intro
- ;
- MSG_CONN_FAILED (58//)
- Connection failed ...
- ; received a '5xx' on intro
- ;
- MSG_CONNECTING_TO (59//)
- Connecting to
- ; connection requester message
- ;
- MSG_CONNECTING (60//)
- Connecting ...
- ; title of connection request message
- ;
- MSG_LOGIN_TO (61//)
- Login to %s
- ; title of user/password requester
- ;
- MSG_USER_NAME (62//)
- User
- ; label on user string gadget in user/password requester
- ;
- MSG_PASSWORD_NAME (63//)
- Password
- ; label on password string gadget in user/password requester
- ;
- MSG_CURRENT_SITES (64//)
- Current sites
- ; title of main window
- ;
- MSG_STATE_UNKNOWN (65//)
- Unknown
- ; bad state
- ;
- MSG_STATE_DISCONNECTED (66//)
- Disconnected
- ; disconnected state
- ;
- MSG_STATE_CONNECTING (67//)
- Connecting
- ; connecting state
- ;
- MSG_STATE_IDLE (68//)
- Idle
- ; idle state
- ;
- MSG_STATE_DISCONNECTING (69//)
- Disconnecting
- ; disconnecting state
- ;
- MSG_STATE_LISTING (70//)
- Listing
- ; listing state
- ;
- MSG_STATE_CD (71//)
- Changing Directories
- ; changing directories state
- ;
- MSG_STATE_OPENING (72//)
- Opening File
- ; opening file state
- ;
- MSG_STATE_CLOSING (73//)
- Closing File
- ; closing file state
- ;
- MSG_STATE_READING (74//)
- Reading
- ; reading state
- ;
- MSG_STATE_WRITING (75//)
- Writing
- ; writing state
- ;
- MSG_STATE_LOGIN (76//)
- Logging in
- ; logging in state
- ;
- MSG_STATE_ABORTING (77//)
- Aborting
- ; aborting state
- ;
- MSG_STATE_DELETING (78//)
- Deleting
- ; deleting state
- ;
- MSG_STATE_MAKEDIR (79//)
- Making Directory
- ; makedir state
- ;
- MSG_STATE_RENAMING (80//)
- Renaming
- ; extra state padding
- ;
- MSG_STATE_PAD1 (81//)
- Pad 1
- ; extra state padding
- ;
- MSG_STATE_PAD2 (82//)
- Pad 2
- ; extra state padding
- ;
- MSG_STATE_PAD3 (83//)
- Pad 3
- ; extra state padding
- ;
- MSG_QUICK_FLAG (84//)
- (Q)
- ; quick flag indicator
- ;
- MSG_BROKER_NAME (85//)
- FTPMount Status
- ; cxbroker name
- ;
- MSG_BROKER_DESCR (86//)
- Status and control of FTPMount
- ; description that appears in cxexchange
- ;
- MSG_USER_TT (87//)
- USER
- ; tooltype for setting the user
- ;
- MSG_PASSWORD_TT (88//)
- PASSWORD
- ; tooltype for setting the password
- ;
- MSG_STATUS_TT (89//)
- STATUS
- ; tooltype for setting the status window flag
- ;
- MSG_QUICK_TT (90//)
- QUICK
- ; tooltype for setting the quick flag
- ;
- MSG_HOST_TT (91//)
- HOST
- ; tooltype for setting the host
- ;
- MSG_ROOT_TT (92//)
- ROOT
- ; tooltype for setting the root
- ;
- MSG_CANCEL (93//)
- Cancel
- ; cancel gadget label
- ;
- MSG_ABORT (94//)
- Abort
- ; abort gadget label
- ;
- MSG_DISCONNECT (95//)
- Disconnect
- ; disconnect gadget label
- ;
- MSG_LOGIN (96//)
- Login
- ; login gadget label
- ;
- MSG_ERROR_RESPONSE_PASS (97//)
- Error reading response to password
- ; general error for response to PASS failing
- ;
- MSG_OFF (98//)
- off
- ; negative for tooltype booleans
- ;
- MSG_FALSE (99//)
- false
- ; alternative negative for tooltype booleans
- ;
- MSG_CASE_TT (100//)
- CASE
- ; tooltype for setting the 'case sensitive' flag
- ;
- MSG_SLOW_TT (101//)
- SLOW
- ; tooltype for turning off the quick flag
- ;
-