; language file for JS_AREAFIX
; format:
; <number>:
; <text (more than 1 line allowed)>
; ; semicolon marks end of text and may have comments followed
;
; Language: english
;
; %HELP command
1:
Commands in mastermode

;
2:

 * only in mastermode

;
; %HELP opening
3:
Hello %s!

;
; %HELP text - use double "%%" because of C's printf()
4:
You have asked for the HELP of the 'JS Areafix' and here
it is:

You may use the following commands:

%%HELP             you should already know this
%%LIST             sends you a list of all available echos in
                  this zone
%%QUERY            sends you a list of all the echos you are
                  already connected to
%%PACKER           lists all available packers for mail packets
%%PACKER <name>    changed your mail packet packer to <name>
%%INFO             sends you some information about YOU
%%VERSION          a nice information about JS_TOSS - in GERMAN!

<area name>       connects you to <area name>
+<area name>      connects you also to <area name>
-<area name>      disconnects you from <area name>

                  all this 3 commants support AmigaDOS patterns.
                  So you may (dis)connect more than one echo with
                  every command. If you want to use a so called
                  WILDCARD as first characted you have to use the
                  "+" or "-" command for connecting/disconnecting.

---               all lines below should be ignored


Names you can also use to write to Areafix:

AREAFIX, AREAMGR, JS_TOSS, AREAMANAGER, AREAVERWALTUNG


An example:
;
; text below example
5:
If you use "VISITOR" as password you'll VISITOR access. This means you
can only get some information and lists.
;
; %QUERY command
11:
You are connected to this echos:

;
12:
 +++ no echos connected +++
;
13:


"R" - echo is READONLY
;
; %LIST command
21:
You may connect echos from this list:

;
22:
 +++ no echos available +++
;
23:


"R" - echo is READONLY
;
24:
"+" - you are already connected for this
;
25:
"F" - forward requested echo
;
; %INFO command
31:

Some information about you:

;
; Name of user with "%s"
32:
               Name: %s
;
; Address of user with "%d:%d/%d.%d"
33:
           Addresse: %d:%d/%d.%d
;
; active with "%d:%d/%d.%d"
34:
             active: %d:%d/%d.%d
;
35:
You only have VISITOR access.
No more information available.
;
; active mail packer with 1st %s, description with 2nd %s
36:
        Mail packer: %s (%s)
;
; number selected echos with %d (use %4d)
37:
     selected echos: %4d
;
; number selected READONLY
38:
          READ-ONLY: %4d
;
; number available echos
39:
    available echos: %4d
;
; number locked echos total
40:
             locked: %4d
;
; number READONLY total
41:
          READ-ONLY: %4d
;
; Config file name in %s
42:
   Config file name: %s
;
; Size in bytes
43:
       Size of file: %d bytes
;
; last change, 1st %s for date, 2nd %s for time
44:
        last change: %s, %s
;
; Mastermode info
45:


You have activated MASTERMODE!
All you actions will be recorded!

;
; %MASTER command
;
; user reply text
51:
You have activated MASTERMODE!

All your actions will be recorded and the sysop was informed.

;
; SYSOP info text
52:
The following mail was send to JS_AREAFIX in MASTERMODE:

;
; SYSOP info if hacking
53:
With the following mail was tryed to activate MASTERMODE of
JS_AREAFIX. To avoid a mistake use the author of the mail was NOT
informed of this.

;
; %USER command
; Zone change error
61:
WARNING! Changing the zone is not allowed!
This may cause errors!

;
; address changed to "%d:%d/%d.%d %s" (%s contains addition "SYSOP" or "BBS"
62:
Address changed to %d:%d/%d.%d %s
;
63:
The sysop has be informed!

;
; Passwort error, wrong PW in %s
71:

Password error! Please check!

The sysop has be informed!

Used password was: %s

;
; Sysop text, username in %s, address in %d:%d/%d.%d
72:
User %s (%d:%d/%d.%d) has used a wrong password
for Areafix.

;
; wrong address
81:

Error occured! Please check!

;
82:
Sorry, but there was no matching config file found.
Maybe you used a wrong address?

Please  use the address the sysop told you.

;
; %PACKER command
; 
; list of packers
91:
Available packers:


;
; usage info
92:
To change use %%PACKER <name>

;
; packer changed, name in %s
93:

New active mail packer for you: %s

;
; packer not found, name in %s
94:

Packer %s not found, packer unchanged!

;
; connect or disconnect echos, forward request
;
; forward request, name in 1st %s, READONLY info in 2nd %s
101:
Connected to echo by forward request: %s %s
;
; disconnect subject
102:
Disconnect
;
; disconnect mail text, echo name in %s
103:
Disconnected echo: %s
;
; no echos for (dis)connecting found, name in %s
104:
No matching echos %s found!

;
; Error in search pattern (in %s)
105:
Error in search pattern (%s).

;
; No echo specified for (dis)connecting
106:
Error!
No echo specified for connection/disconnecting.

;
; connect subject
107:
Connect
;
; echo already connected (name in %s)
108:
Echo already connected: %s
;
; connection echo (name in 1st %s, READONLY info in 2nd %s)
109:
Connected echo: %s %s
;
; end of areafix language text
