#language english
#version 0
;
; ProfiPacket - Mail server (mail commands for chat and mailbox)
;
; 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 : 20
;
;-------------------------------------------------------------------
;--Remote command called with invalid parameters
invalidparam (0//)
{ProfiPacket}: Invalid parameters!\r
;--The mail cannot be sent due to any strange reason
cannotsendmail (1//)
{ProfiPacket}: Cannot send mail!\r
;--The user is queried for the message title
entertitle (2//)
Please enter title of message:\r
;--Printed when the user has to enter the message
entermessage (3//)
Please enter message (End with /EX or CTRL-Z) or send Autobin.\r
;--An error occured while writing a mail (HD error?!?)
writemailerror (4//)
{ProfiPacket}: Write mail error!\r
;--Header of a message in read mail command
msgheader (5//)
From        : %s\r\
To          : %s\r\
Type/Status : %s\r\
Date/Time   : %s\r\
BID         : %s\r\
Message #   : %ld\r\
Title       : %s\r
;--Tail of a message in read mail command
msgtail (6//)
\r--- End of message #%ld to %s @%s from %s BID:%s ---\r\r
;--Printed if the user deleted a message
msgdeleted (7//)
Message #%ld deleted\r\r
;--Printed if the user tried a message which doesn't exist
msgnotavail (8//)
Message #%ld not available\r\r
;--The user has no right to access to this message
cannotaccess (9//)
Cannot access message #%ld\r\r
;--The mail is currently in use
msginuse (10//)
Message #%ld is in use\r\r
;--The user tried to send a message with a BID of another message
bidexists (11//)
{ProfiPacket}: BID/MID exists !\r\r
;--Printed to display a routing of the message (msg with @ designator)
routingmsg (12//)
\rRouting :\X20
;--Printed after receiving a message 
msgsaved (13//)
Message #%ld saved.  BID: %s  Bytes : %ld\r
;--Printed after receiving a message - if the message will be forwarded
;--The forward destinations will be printed below
msgforward (14//)
Message will be forwarded to :\r
;--In mail macro : the user is notified if there are some new messages
mailmacnew (15//)
 new messages for you!\007\r\r
;--In mail macro : Notification if there are old messages (already read)
mailmacold (16//)
 messages you already read!\r\r
;--Header of a message list - first line - PLEASE KEEP THE LIST FORMAT
listhead1 (17//)
Msg#   TSLD Byte To    @ BBS   From   Date/Time Title\r
;--Header of a message list - second line - PLEASE KEEP THE LIST FORMAT
listhead2 (18//)
=====  ==   ==== ===== ======= ====== ====/==== ======\r
;--The user aborted a read mail command
abortrmail (19//)
\r\r{ProfiPacket}: Reading of mails aborted!\r\r
;--The user aborted a list mail command
abortlmail (20//)
\r\r{ProfiPacket}: List of mails aborted!\r\r
