;
; $VER: AmFTP.cd 1.40 (22.1.96)
;
;
; Usefull strings
MSG_OK (//)
*_OK
;
MSG_CANCEL (//)
_Cancel
;
MSG_NO (//)
_No
;
MSG_YES (//)
*_Yes
;
MSG_MENU_PROJECT (//)
Project
;
MSG_MENU_ABOUT (//)
About...
;
MSG_MENU_ICONIFY (//)
Iconify
;
MSG_MENU_QUIT (//)
Quit
;
MSG_MENU_SETTINGS (//)
Settings
;
MSG_MENU_DISPLAYLOG (//)
Display log window?
MSG_MENU_ASKLOCALDEL (//)
Confirm local deletes?
MSG_MENU_ASKREMOTEDEL (//)
Confirm remote deletes?
MSG_MENU_MUI (//)
MUI Settings...
;
; Application stuff
;
MSG_APP_DESC (//)
AMFTP FTP Client
;
MSG_APP_GUIDENAME (//)
AMFTP.guide
;
MSG_APP_FAILED (//)
Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
Please report this bug via email immediately to\nmerlin@sixpack.pfalz.de\n\
State your system configuration and, if possible,\nthe circumstances which caused the bug.
;
MSG_WIN_FAILED (//)
Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
Please report this bug via email immediately to\nmerlin@sixpack.pfalz.de\n\
State your system configuration and, if possible,\nthe circumstances which caused the bug.
;
; About
;
MSG_ABOUT_TITLE (//)
AMFTP Copyright Information
;
MSG_ABOUT_BUTTON (//)
Close this window
;
MSG_ABOUT_LISTTITLE (//)
\033c\033b\033uAMFTP  · The AmigaOS FTP Client
;
;
; TCP Module
MSG_TCP_FAILED (//)
Unable to open a TCP/IP stack.\nYou must install AmiTCP, AS225r2 or a compatible\n\
TCP/IP stack before you can use AMFTP.
;
;
; Main Window
MSG_MW_DELETE_GADS (//)
Delete|Cancel
MSG_MW_DELETE_BODY (//)
Do you really want to delete\n\033b%ld\033n selected file(s)?
MSG_MW_INVALIDPAT (//)
The pattern \"%s\" is invalid.
MSG_MW_LOCALSHOW (//)
\033bShowing "%s"...
MSG_MW_LOCALDEL (//)
\033bDeleting "%s"...
MSG_MW_LABEL_LOCAL (//)
Local:
MSG_MW_LABEL_REMOTE (//)
Remote:
MSG_MW_BUT_HELP (//)
Help
MSG_MW_BUT_MKDIR (//)
MkDir
MSG_MW_BUT_MARK (//)
+
MSG_MW_BUT_UNMARK (//)
-
MSG_MW_BUT_VIEW (//)
Show
MSG_MW_BUT_RENAME (//)
Rename
MSG_MW_BUT_DELETE (//)
Delete
MSG_MW_BUT_SEND (//)
\033bSend \033I[6:30]\033I[6:30]
MSG_MW_BUT_RECEIVE (//)
\033I[6:31]\033I[6:31]\033b Receive
MSG_MW_BUT_REFRESH (//)
Refresh
MSG_MW_BUT_SETUP (//)
Setup
MSG_MW_BUT_CONNECT (//)
Connect
MSG_MW_BUT_CLOSE (//)
Disconnect
MSG_MW_LABEL_MODE (//)
Transfer mode:
MSG_MW_LABEL_MODE_BIN (//)
Binary
MSG_MW_LABEL_MODE_ASCII (//)
ASCII
;
MSG_MW_TITLE_NOTCONNECTED (//)
%s · not connected
MSG_MW_TITLE_CONNECTED (//)
%s · connected with \"%s\" (%s)
;
MSG_MW_INFO (//)
%ld files [%ld], %ld dirs [%ld], %ldK [%ldK]
;
MSG_MW_INFOADT (//)
%ld files [%ld], %ldK [%ldK]
;
MSG_SH_MW_BUT_MKDIR (//)
Create a new directory
MSG_SH_MW_BUT_MARK (//)
Mark files matching pattern
MSG_SH_MW_BUT_UNMARK (//)
Unmark files matching pattern
MSG_SH_MW_BUT_VIEW (//)
Show currently selected file(s)
MSG_SH_MW_BUT_RENAME (//)
Rename currently selected file(s)
MSG_SH_MW_BUT_DELETE (//)
Delete currently selected file(s)
MSG_SH_MW_BUT_SEND (//)
Send selected files to remote host
MSG_SH_MW_BUT_RECEIVE (//)
Get selected files from remote host
MSG_SH_MW_BUT_REFRESH (//)
Refresh the file list
MSG_SH_MW_BUT_CDUP (//)
Go to the parent of the\ncurrent directory
MSG_SH_MW_BUT_CONNECT (//)
Connect to a FTP server
MSG_SH_MW_BUT_CLOSE (//)
Close current connection
MSG_SH_MW_BUT_SETUP (//)
Show the Setup page
MSG_SH_MW_BUT_HELP (//)
Show the AMFTP.guide online documentation
;
;
MSG_CW_TITLE (//)
Server profiles
MSG_CW_LABEL_NAME (//)
Profile Name:
MSG_CW_LABEL_HOST (//)
Host Name:
MSG_CW_LABEL_USER (//)
Login Name:
MSG_CW_LABEL_PASSWORD (//)
Password:
MSG_CW_LABEL_ANON (//)
Anon login:
MSG_CW_LABEL_ADT (//)
ADT Server:
MSG_CW_BUT_NEW (//)
New
MSG_CW_BUT_CONNECT (//)
Connect to FTP Server
MSG_CW_BUT_CANCEL (//)
Back to main page
MSG_CW_BUT_DELETE (//)
Delete
MSG_CW_LABEL_RETRIES (//)
Retries:
MSG_CW_LABEL_DIR (//)
Remote Dir:
MSG_CW_LABEL_LDIR (//)
Local Dir:
MSG_CW_LABEL_SAVEDIR (//)
Save Dir:
MSG_CW_LABEL_QUIETLOGIN (//)
Quiet:
;
MSG_SH_CW_BUT_CONNECT (//)
Connect to the currently selected\nFTP Server.
MSG_SH_CW_BUT_CANCEL (//)
Back to the main page.
MSG_SH_CW_BUT_NEW (//)
Create a new profile entry
MSG_SH_CW_BUT_DELETE (//)
Delete currently selected profile entry
MSG_SH_CW_LABEL_ANON (//)
Use anonymous login
MSG_SH_CW_LABEL_ADT (//)
Use ADT Features (Aminet Download Tool)
MSG_SH_CW_LABEL_SAVEDIR (//)
Save the current directory when\nleaving the server.
MSG_SH_CW_LABEL_QUIETLOGIN (//)
Attempt to force the FTP server to\nnot send informational messages.
;
MSG_XF_FILES_TOGO (//)
Files to go
MSG_XF_TITLE (//)
Transfer
MSG_XF_TITLE_SEND (//)
Sending file (BINARY)
MSG_XF_TITLE_RECEIVE (//)
Receiving file (BINARY)
MSG_XF_TITLE_SEND_ASC (//)
Sending file (ASCII)
MSG_XF_TITLE_RECEIVE_ASC (//)
Receiving file (ASCII)
MSG_XF_BUT_CANCEL (//)
Abort this file
MSG_XF_BUT_CANCEL_ALL (//)
Abort the whole transfer
MSG_SH_XF_BUT_CANCEL (//)
Abort the current file.
MSG_SH_XF_BUT_CANCEL_ALL (//)
Abort the whole transfer.
;
MSG_XF_LABEL_LOCAL (//)
 Local file name:
MSG_XF_LABEL_REMOTE (//)
 Remote file name:
MSG_XF_LABEL_SIZE (//)
 Size of the file:
MSG_XF_LABEL_SPEED (//)
 Current transfer speed:
MSG_XF_LABEL_ELAPSED (//)
 Time elapsed:
MSG_XF_LABEL_TOGO (//)
 Time to go:
MSG_XF_DIRLIST (//)
Directory Listing
MSG_XF_LOGREPORT_TIME (//)
Received %ld bytes in %02ld:%02ld:%02ld,%02ld; 
MSG_XF_LOGREPORT_BITS (//)
%ld bit/s
MSG_XF_LOGREPORT_BYTES (//)
%ld byte/s
MSG_XF_LOGREPORT_KBYTES (//)
%ld.%ld kbyte/s
;
;
MSG_SP_TITLE (//)
Configuration
MSG_SP_LAYOUT (//)
Window layout:
MSG_SP_LAYOUT_DIRTOOL (//)
Dirtool
MSG_SP_LAYOUT_LEECHER (//)
Download
MSG_SP_BUT_OK (//)
Back to the main page
MSG_SH_SP_BUT_OK (//)
Go back to the first AmFTP page
;
;
MSG_FTP_STARTING (//)
Starting with profile "%s"
MSG_FTP_NOSOCKS (//)
Unable to create sockets?!?
MSG_FTP_LOOKINGUP (//)
Looking up host "%s"...
MSG_FTP_LOOKUPERROR (//)
Unable to lookup "%s". Check the spelling of the hostname!
MSG_FTP_CONNECTING (//)
Connecting to "%s" (%s)...
MSG_FTP_CANTCONNECT (//)
Unable to connect, error %ld (%s)
MSG_FTP_CONNECTIONESTABLISHED (//)
Connection established, now logging in...
MSG_FTP_CLOSING (//)
Closing connection.
;
MSG_FTP_SEND_CDUP (//)
\033bSending CDUP command...
MSG_FTP_SEND_LS (//)
\033bRequesting directory listing...
MSG_FTP_SEND_CWD (//)
\033bSending \"CWD %s\"...
MSG_FTP_SEND_SHOW (//)
\033bRetrieving file \"%s\" for display...
MSG_FTP_READINGLS (//)
\033bReading file list...
MSG_FTP_ABORT (//)
\033bSending ABOR command...
MSG_FTP_BEGINRETR (//)
\033bDownloading file \"%s\" as \"%s\" (%ld bytes)
MSG_FTP_BEGINSTOR (//)
\033bUploading file \"%s\" as \"%s\" (%ld bytes)
;
; Rename Window
;
MSG_REN_NEW (//)
\033cEnter new filename for "%s":
MSG_REN_LOG (//)
Renaming "%s" to "%s"...
;
; Makedir Window
;
MSG_MKDIR_NEW (//)
\033cEnter directory name:
MSG_MKDIR_LOG (//)
Creating directory "%s"...
;
; ADT Listview
;
MSG_MW_BUT_README (//)
Readme
MSG_SH_MW_BUT_README (//)
Shows Readme of selected file(s)
MSG_CYC_TIME_NEW (//)
Show new
MSG_CYC_TIME_ALL (//)
Show all
MSG_CYC_SORT_TEXT (//)
\33cSort:
MSG_CYC_SORT_NAME (//)
Name
MSG_CYC_SORT_DIR (//)
Directory
;
MSG_MW_BUT_BATCH (//)
Batch
MSG_SH_MW_BUT_BATCH (//)
Batch selected file(s)\nfor later complete download
MSG_WIN_RENAME (//)
AmFTP · Rename File
MSG_WIN_MKDIR (//)
AmFTP · Make Directory
MSG_WIN_BATCH (//)
AmFTP · Batched Files
MSG_BW_BUT_DOWN (//)
Receive all
MSG_SH_BW_BUT_DOWN (//)
Receive all File(s)\nin this window
MSG_BW_BUT_DELETE (//)
Remove
MSG_SH_BW_BUT_DELETE (//)
Remove selected Entry
MSG_BW_INFO (//)
%ld files, %ldK
MSG_MW_REC_NOMSG (//)
\033cThere are no \033bnew\033n files available.\nSelect "Show All" to see all.
MSG_MW_REC_TITLE_NAME (//)
\033uFilename
MSG_MW_REC_TITLE_SIZE (//)
\033uSize
MSG_MW_REC_TITLE_DIR (//)
\033uDirectory
MSG_MW_REC_TITLE_DESC (//)
\033uDescription
MSG_CYC_SORT_DATE (//)
Date
MSG_CLOSE_CONNECTION (//)
Do you really want to close connection?
MSG_MENU_DIRTOOL (//)
Directory Tool
MSG_SH_RW_RENAME_STR (//)
Enter new filename
MSG_SH_MKW_MAKEDIR_STR (//)
Enter directory to create
MSG_REQUESTER_RESUME (//)
\033cDo you want to resume file "%s"\nstarting at byte %ld ?
MSG_MENU_NOOP (//)
Send NOOP to avoid timeout
MSG_MENU_README (//)
Receive Readme's in ADT-Mode
MSG_MENU_FLAT (//)
Flat download
MSG_MENU_NEWAMFTP (//)
Start new AMFTP
MSG_CW_LABEL_PORT (//)
Port:
MSG_CW_BUT_SORT (//)
Sort
MSG_SH_CW_BUT_SORT (//)
Sort all profiles alphabetical
MSG_MW_BUT_CDUP (//)
Parent
MSG_AW_TXT_ABORT (//)
\033cConnecting to \033b%s\033n, Port \033b%s\033n\nPlease wait...
MSG_AW_BUT_ABORT (//)
Abort Connection
MSG_AW_TITLE (//)
AmFTP · Connecting...
MSG_MENU_CONFIRMCLOSE (//)
Confirm close connection?
MSG_MENU_CONNECTWIN (//)
Popup connect window?
;
; ADT -Infos
;
MSG_MW_BUT_FIND (//)
Find
MSG_SH_MW_BUT_FIND (//)
Search for special ADT entry\nby calling a findsite
;
MSG_ADT_STATUS (//)
ADT State:
MSG_ADT_LOAD_RECENT (//)
\033bPlease wait, loading recent file...
MSG_ADT_LOAD_INDEX (//)
\033bPlease wait, loading index file...
MSG_ADT_LOAD_FIND (//)
\033bPlease wait, calling findsite...
MSG_ADT_LOAD_RECFIND (//)
\033bReceiving find result...
;
MSG_ADT_SHOW_RECENT_PARSING (//)
\033cParsing recent list...
MSG_ADT_SHOW_RECENT_ERROR (//)
\033cGot no recent list! 
MSG_ADT_SHOW_RECENT_NONE (//)
\033cLoading recent...
MSG_ADT_SHOW_RECENT_NEW (//)
\033cNew files since %s
MSG_ADT_SHOW_RECENT_ALL (//)
\033cAll files of last 7 days
MSG_ADT_SHOW_RECENT_INDEX (//)
\033cAll files on this site
MSG_ADT_SHOW_RECENT_FOUND (//)
\033cFound files
;
MSG_WIN_ADTFIND (//)
AmFTP · ADT Find
MSG_AF_BT_FIND (//)
Find
MSG_AF_LABEL_FIND (//)
\033rSearch for:
MSG_AF_LABEL_HOST (//)
\033rADT Findsite:
;
MSG_CYC_ADT_INDEX (//)
Local
MSG_CYC_ADT_FOUND (//)
Found
;
; Archie
;
MSG_MW_BUT_ARCHIE (//)
Archie
MSG_SH_MW_BUT_ARCHIE (//)
Search for a special file\nby calling a archie searchsite
MSG_WIN_ARCHIE (//)
AmFTP · Archie
MSG_AW_BT_FIND (//)
Search
MSG_AW_LABEL_FIND (//)
\033rSearch for:
MSG_AW_LABEL_HOST (//)
\033rArchie Seachsite:
MSG_AW_REC_TITLE_HOST (//)
\033uHost
MSG_AW_REC_TITLE_DIR (//)
\033uDirectory/File
MSG_ARCHIE_CONNECT (//)
\033bPlease wait, calling Archie Searchsite...
MSG_ARCHIE_GETTING (//)
\033bPlease wait, getting search Result...
MSG_AW_TXT_GETTING (//)
\033cConnection established.\n\033bPlease wait, getting data...
MSG_AW_INFO (//)
%ld Entries found
MSG_AW_BUT_PROFILE (//)
Add as Profile
MSG_SH_AW_BUT_PROFILE (//)
Add selected entries\nin profile list
MSG_WIN_LOGIN (//)
AmFTP · Login
MSG_MENU_SAVESETTINGS (//)
Save Settings
MSG_ADT_ASK_LOAD_INDEX (//)
\033c\033bLoad local index file?\033n\nThis could take a while and\nmay need much memory space.
;
MSG_RESUME_BT_RESUME (//)
*_Resume
MSG_RESUME_BT_OVERWRITE (//)
_Overwrite
MSG_MENU_RESUME (//)
Ask for resume when file exits
