#language english
#version 0
;
; ProfiPacket - UserSettings server (user settlinks like name)
;
; 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 : 15
;
;-------------------------------------------------------------------
;--Remote command called with invalid parameters
invalidparam (0//)
{ProfiPacket}: Invalid parameters!\r
;--The user name cannot be saved to disk (HD Error!?! , //N command)
cannotstore (1//)
{ProfiPacket}: Cannot store user name! (DiskError)\r
;--The locator is not valid (//N command)
invalidlocator (2//)
{ProfiPacket}: Invalid locator!\r
;--User info displayed by the //N command
userinfo (3//)
User %s :\r\
Name    : %s\r\
QTH     : %s\r\
Locator : %s %s\r
;--Message sent out in PW password mode
privtypepw (4//)
Type PW to generate password!\r
;--Message sent out in SYS password mode
privtypesys (5//)
Type SYS to generate password!\r
;--The used has entered the correct passwort - changing to priv mode
privileged (6//)
{ProfiPacket}: You are in privileged mode!\r
;--There is no privileged mode available ( no local password)
noprivilege (7//)
{ProfiPacket}: Privileged mode not available!\r
;--The user settings cannot be saved to harddisk
cannotstoredata (8//)
{ProfiPacket}: Cannot store user data!\r
;--Printed as header of a list of availavble languages (//LANG command)
availablelanguages (9//)
{ProfiPacket}: Available languages:\r\r
;--The user entered an unknown language code (//LANG command)
unknownlangcode (10//)
{ProfiPacket}: Unknown language code!\r
;--This message is printed if the user changed to the language of THIS
;--catalog. DON'T USE ENGLISH HERE - INSERT THE NAME OF THE LANGUAGE
;--OF THE CATALOG FILE
changetomylang (11//)
{ProfiPacket}: English language selected!\r
;--The user changed to his private directory - assigned in user settings
changeprivdir (12//)
{ProfiPacket}: Changed to private directory!\r
;--The user changed to the public user directory
changepubdir (13//)
{ProfiPacket}: Changed to public directory!\r
;--No private directory is assigned in the user settings
noprivdir (14//)
{ProfiPacket}: No private directory assigned!\r
;--The user is not in privileged mode (he wants to do something privil.)
notinprivmode (15//)
{ProfiPacket}: Not in privileged mode!\r
;--Enter simple password
privtypesimple (16//)
Please enter your password!\r
