home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn WWW 1999 April
/
cd24-www.iso
/
prez
/
amiga
/
amtelnet
/
AmTelnet13.lha
/
AmTelnet
/
amtelnet.cd
< prev
next >
Wrap
Text File
|
1997-02-12
|
6KB
|
272 lines
;
; $VER: AmTelnet.cd 0.73 (26.11.96)
;
;
; Usefull strings
;
MSG_OK (1001//)
*_OK
MSG_CANCEL (1002//)
Cancel
MSG_NO (1003//)
_No
MSG_YES (1004//)
*_Yes
MSG_RETRY (1005//)
*_Retry
;
MSG_MENU_PROJECT (2001//)
Project
MSG_MENU_ABOUT (2002//)
About...
MSG_MENU_ICONIFY (2003//)
Iconify
MSG_MENU_QUIT (2004//)
Quit
MSG_MENU_SETTINGS (2005//)
Settings
MSG_MENU_MUI (2006//)
MUI Settings...
MSG_MENU_EDIT (2007//)
Edit
MSG_MENU_COPY (2009//)
Copy
MSG_MENU_PASTE (2010//)
Paste
MSG_MENU_FULLSIZE (2011//)
Full size window
MSG_MENU_OPEN (2012//)
Open connection
MSG_MENU_CLOSE (2013//)
Close connection
MSG_MENU_SERVER (2014//)
Enter server name
MSG_MENU_PORT (2015//)
Enter port number
MSG_MENU_DEBUG (2016//)
Debug
MSG_MENU_ECHO (2017//)
Local echo
MSG_MENU_INIT (2018//)
Initialize terminal window
MSG_MENU_SAVEHOST (2019//)
Save current server list
MSG_MENU_SAVEPLAIN (2020//)
Save window contents as plain text...
MSG_MENU_SAVESTYLE (2021//)
Save window contents with styles...
MSG_MENU_8BIT (2022//)
8-Bit mode
MSG_MENU_CRASLF (2023//)
Return as CR+LF
MSG_MENU_SPEED (2024//)
Check output speed
MSG_MENU_SWAPDELBS (2025//)
Swap backspace & delete
MSG_MENU_STARTAMFTP (2026//)
Get new AmTelnet version...
MSG_MENU_NEWAMTELNET (2027//)
Open new window...
MSG_MENU_RESETWINSIZE (2028//)
Reset window size (80x25)
MSG_MENU_EMULATION (2029//)
Emulation...
MSG_MENU_ANSI (2030//)
ANSI X3.64-1979
MSG_MENU_VT100 (2031//)
VT100
MSG_MENU_TTY (2032//)
TTY
MSG_MENU_LFASCRLF (2033//)
Linefeed as CR+LF
MSG_MENU_WRAP (2034//)
Character wrap
MSG_MENU_JUMPSCROLL (2035//)
Jump scroll
MSG_MENU_CURSOR (2036//)
Cursor underlined
MSG_MENU_XPRSEND (2037//)
ZModem send file(s)
MSG_MENU_XPRRECV (2038//)
ZModem receive file(s)
MSG_MENU_XFER (2039//)
Transfer
MSG_MENU_SAVEPREFS (2040//)
Save settings...
MSG_MENU_LOADPREFS (2041//)
Load settings...
MSG_MENU_SAVEPREFSDEFAULT (2042//)
Save settings as default
MSG_MENU_LOADPREFSDEFAULT (2043//)
Load default settings
MSG_MENU_XPRXSEND (2044//)
XModem send file(s)
MSG_MENU_XPRXRECV (2045//)
XModem receive file(s)
MSG_MENU_XFERPATH (2046//)
Change transfer path
MSG_MENU_FKEYS (2047//)
Function keys...
MSG_MENU_CHATBAR (2048//)
Chat bar
MSG_MENU_FUNCTIONS (2049//)
Functions
MSG_MENU_SENDLOGIN (2050//)
Send username...
MSG_MENU_SENDPW (2051//)
Send password...
MSG_MENU_SENDASCII (2052//)
Paste from file...
MSG_MENU_ANSI16 (2053//)
ANSI (16 colours)
;
; Application stuff
;
MSG_APP_DESC (3001//)
AmTelnet Telnet Client
MSG_APP_GUIDENAME (3002//)
AmTelnet.guide
;
; About
;
MSG_ABOUT_TITLE (4001//)
AmTelnet ╖ Copyright Information
MSG_ABOUT_BUTTON (4002//)
Close this window
;
; TCP Module / Error Codes
;
MSG_TCP_FAILED (5001//)
Unable to open a TCP/IP stack.\nYou must install AmiTCP, AS225r2 or a compatible\n\
TCP/IP stack before you can use AmTelnet.
MSG_ERROR_OPENFILE (5002//)
Can't open file \"\033b%s\033n\"!
MSG_APP_FAILED (5003//)
Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
Please report this bug via email immediately to\nmerlin@vapor.com\n\
State your system configuration and, if possible,\nthe circumstances which caused the bug.
MSG_WIN_FAILED (5004//)
Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
Please report this bug via email immediately to\nmerlin@vapor.com\n\
State your system configuration and, if possible,\nthe circumstances which caused the bug.
MSG_ERROR_MEMORY (5008//)
Can't allocate memory!
MSG_ERROR_NOTERM (5009//)
Term.mcc Class is not installed in `MUI:Libs/MUI/Term.mcc' !\nPlease install first!
MSG_ERROR_XPRLIB (5010//)
\033cCan't open transfer library\n\"\033b%s\033n\".
MSG_ERROR_SYSTEMS (5011//)
\033c\033bCan't load host list.\033n\nWrong file format.
MSG_ERROR_OLDTERM (5015//)
You are using a old Term.MCC class (version %ld).\n\
AmTelnet requires at least V%ld.\n\
(If you've just installed a update, just reset your system,\n\
and try again!)
;
; Main Window
;
MSG_MW_TITLE (6001//)
%s ╖ not connected (%ldx%ld)
MSG_MW_TITLE_CONNECT (6002//)
%s ╖ connected with \"%s\" (%ldx%ld)
;
MSG_MW_OPEN (6010//)
Open connection
MSG_MW_CLOSE (6011//)
Close connection
MSG_MW_PORT (6012//)
Port:
MSG_MW_SERVER (6013//)
Server:
MSG_MW_EMULATION (6014//)
Terminal:
;
; Abort Window
;
MSG_AW_TXT_ABORT (7001//)
\033cConnecting to \033b%s\033n, Port \033b%s\033n\nPlease wait...
MSG_AW_BUT_ABORT (7002//)
Abort connection
MSG_AW_TITLE (7003//)
AmTelnet ╖ Connecting...
MSG_AW_TXT_GETTING (7004//)
\033cConnection established.\n\033bPlease wait, getting data...
;
; telnet Messages
;
MSG_LOOKUP (8001//)
\r\n\033[0;32mCan't find '\033[1m%s\033[21m'!\033[0m\r\n
MSG_CONNECTFAILED (8002//)
\r\n\033[0;32mConnection to '\033[1m%s\033[21m', port '\033[1m%s\033[21m' failed! (Error %ld - %s)\033[0m\r\n
MSG_CONNECTED (8003//)
\033[H\033[J\033[0;32mConnection to '\033[1m%s\033[21m', port '\033[1m%s\033[21m' established.\033[0m\r\n
MSG_CLOSED (8004//)
\r\n\033[0;32mConnection closed.\033[0m\r\n
;
; Little Listview
;
MSG_LV_DELETE (8101//)
Delete
MSG_LV_SELECT (8102//)
Select
MSG_LV_SORT (8103//)
Sort
MSG_LV_NEW (8104//)
New
MSG_LV_EDIT (8105//)
Edit
;
; XFer Window
;
MSG_XF_TITLE (9100//)
AmTelnet ╖ Transfer
MSG_XF_FILENAME (9101//)
Filename:
MSG_XF_FILESIZE (9102//)
Size:
MSG_XF_BREAK (9103//)
Break transfer
MSG_XF_INFO (9105//)
Info:
MSG_XF_BYTES (9106//)
Bytes:
MSG_XF_RATE (9107//)
Rate:
MSG_XF_ERROR (9108//)
Errors:
MSG_XF_EXPECTTIME (9110//)
Expected time:
MSG_XF_ELAPSEDTIME (9111//)
Elapsed time:
;
; Edit Window
;
MSG_EW_TITLE (9201//)
AmTelnet ╖ Edit Host
MSG_EW_SHORTNAME (9202//)
Short name:
MSG_EW_HOSTNAME (9203//)
Host name:
MSG_EW_INFO (9204//)
Info:
MSG_EW_PORT (9205//)
Port:
MSG_EW_LOGIN (9206//)
Login:
MSG_EW_PASS (9207//)
Password:
MSG_EW_TERMIDENT (9208//)
Terminal type:
;
; Path Window
;
MSG_PW_TITLE (9301//)
AmTelnet ╖ Transfer path
MSG_PW_XFERPATH (9302//)
Transfer path:
;
; FKeys Window
;
MSG_FK_TITLE (9401//)
AmTelnet ╖ Function keys