#language english
#version 0
;
; ProfiPacket - Converse server 
;
; 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 : 16
;
;-------------------------------------------------------------------
;--The user called the converse server with invalid parameters
invalidparams (0//)
{ProfiPacket}: Invalid parameters!\r
;--A user logged into the converse mode (msg is sent to everybody)
loggedin (1//)
****** Logged in
;--A user has left the converse mode (msg is sent to everybody)
loggedout (2//)
****** Logged out
;--The user requested a list of users which are in the converse
convuserlist (3//)
Converse user list : \r\r
;--Single CR - I was to lazy to do this with a fixed string. :-)
singlecr (4//)
\r
;--Message, that is displayed when the converse is started
conversestart (5//)
{ProfiPacket}: Converse mode.  /H for help\r\r
;--Help message of the converse mode
conversehelp (6//)
{ProfiPacket}: Converse help\r\r\
     /C    Change/show converse channel\r\
     /D    Logout and disconnect\r\
     /H,/? This help\r\
     /Q    Quit converse mode\r\
     /R    Spaces between users (on/off)\r\
     /S    Send message to a user\r\
     /U    Shows all users on this converse channel\r\
     /V    Shows repeating address fields (on/off)\r\r
;--Message which is displayed when the user leaves the converse
converseleave (7//)
{ProfiPacket}: Leaving converse mode...\r\r
;--The user switched off the space lines between broadcasts
conversespcoff (8//)
{ProfiPacket}: Space lines switched off.\r
;--The user switched on the space lines between broadcasts
conversespcon (9//)
{ProfiPacket}: Space lines switched on.\r
;--The user switched off repeating calls
converserepoff (10//)
{ProfiPacket}: Repeating calls switched off.\r
;--The user switched on repeating calls
converserepon (11//)
{ProfiPacket}: Repeating calls switched on.\r
;--The user tried to change to an invalid converse channel
conversewrongchan (12//)
{ProfiPacket}: Wrong channel number.\r
;--This message shows on which channel the user is (after a change)
converseyourarechan (13//)
{ProfiPacket}: You are on channel\X20
;--The user tried to send a message to a user which is not in converse
conversenothere (14//)
{ProfiPacket}: Call not in converse mode!\r
;--The user sent a message to an invalid callsign
converseinvcall (15//)
{ProfiPacket}: Invalid call!\r
;--The user used the message command but typed in no message
conversenomsg (16//)
{ProfiPacket}: No message to send!\r
