#language english
#version 0
;
; ProfiPacket - FileAccess server (handles all kind of file I/O)
;
; ProfiPacket catalog description file
; Please use this file as source for translations of ProfiPacket
;
; (c) 1997 by Alexander Feigl
;
; NOTE : THE STRINGS IN THIS CATALOG FILE ARE INTENDED TO BE SENT
;        OUT TO PACKET RADIO IMMEDIATELY! YOU MUST USE \R AS 
;        LINE SEPERATOR AND YOU WILL HAVE TO USE THE PC FONT
;        CHARSET FOR VOWEL MUTATIONS OR SIMILAR. YOU CAN CONVERT
;        AN AMIGA FONT FILE TO AN PC FONT FILE WITH PROFIPACKET.
;
; maximum string id : 28
;
;-------------------------------------------------------------------
;--The user tried to start a filetransfer but there is already one
anotherft (0//)
{ProfiPacket} : Another file transfer started!\r
;--The user tried to access to directories/files he isn't allowed to
accessden (1//)
{ProfiPacket} : Access denied!\r
;--The user did't give a filename to the remote command
nofname (2//)
{ProfiPacket} : No filename argument!\r
;--The file name is too long
fnametoolong (3//)
{ProfiPacket} : Filename is too long!\r
;--The user tried to read a file which does't exists on the HD
filenotfound (4//)
{ProfiPacket} : File not found!\r
;--A read error occured while reading a file from HD
readerror (5//)
{ProfiPacket} : Read error!\r
;--The user tried to access a directory which doesn't exist
dirnotfound (6//)
{ProfiPacket} : Directory not found!\r
;--Not enough memory for temporary data - this shouldn't happen
notenoughmemory (7//)
{ProfiPacket} : Not enough memory!\r
;--Error while reading from directory - harddisk errors ?
dirreaderror (8//)
{ProfiPacket} : Directory read error!\r
;--Summary - printed at the bottom of a directory list
dirsum (9//)
\r%ld bytes in %ld file(s), %ld directory(s)\r
;--The user changed the CD - the new CD ist displayed
newcd (10//)
\rNew current dir : %s\r
;--The user has aborted a file transfer
ftabort (11//)
\r\r{ProfiPacket} : File transfer aborted!\r
;--The user tried to overwrite an existing file in user dir
filexists (12//)
{ProfiPacket} : File already exists!\r
;--A write error occured - harddisk error ?
writeerror (13//)
{ProfiPacket} : Write error!\r
;--This text is sent when the "text file receive mode" is started
receivetext (14//)
Receiving file. End with : /EX or CTRL-Z  Abort with: /CUT\r
;--Invalid parameters for remote command
invalidparam (15//)
{ProfiPacket} : Invalid parameters!\r
;--Message is displayed when user started a 7+ file receive
receive7plus (16//)
Ready for receiving Auto7+ file    Abort with: //W7\r
;--Message is displayed when user started an AutoBin file receive
receiveabin (17//)
Ready for receiving AutoBin File   Abort with: //WP\r
;--Header of summary of a 7+ file receive
succrec7p (18//)
\r\r{ProfiPacket} : Successfully received 7+ file\r
;--Header of summary of a binary file receive
succrecbin (19//)
\r\r{ProfiPacket} : Successfully received binary file\r
;--Body of a summary at the end of a file transmission
filesum (20//)
                Bytes : %ld / %ld    Time : %02ld:%02ld:%02ld\r\
                Baud  : %ld\r\r
;--The user aborted a 7+ file receive
abort7p (21//)
\r\r{ProfiPacket} : Aborted receiving 7+ file\r
;--The user aborted a binary file receive
abortbin (22//)
\r\r{ProfiPacket} : Aborted receiving binary file\r
;--Header of summary - A Autobin file was successfully received with CRC
abinrecsucc (23//)
\r{ProfiPacket} : Autobin successfully received (CRC %ld)\r
;--Header of summary - A Autobin file was successfully sent
abinsntsucc (24//)
\r{ProfiPacket} : Autobin successfully sent (CRC %ld)\r
;--Header of summary - Autobin file received with a incorrect CRC
abinrecincr (25//)
\r{ProfiPacket} : Autobin incorrectly received (CRC %ld not %ld)\r
;--Header of summary - Autobin has been received incomplete
abinrecincp (26//)
\r{ProfiPacket} : Autobin incompletely received (%ld of %ld bytes)\r
;--Header of summary - Autobin has been sent incompletely (aborted)
abinsntincp (27//)
\r{ProfiPacket} : Autobin incompletely sent (%ld of %ld bytes)\r
;--Header of summary - Autobin has been received without a CRC
abinrecsuccncrc (28//)
\r{ProfiPacket} : Autobin successfully received\r
