;
;	$VER: AMMS Edit FAccess 2.08 [English] / 01-11-1994
;
;	Translation by The Terminator
;



;
; Screen
; ------
;	VAR4: ZONE Editor-Window
;	NAME: Name of user
*
{MOREOFF}#RESET##ZONEOFF##HOME##CLS#
Flags:{TAB 22}#FARBE 1,7# EDIT FACCESS V{VERSION}.{REVISION} #RESET#    Name:
 #FARBE 4,6#{NAME}#RESET#^J
Path:^J
--------------------------------------------------------------------------------
{VAR4}
*
;
; Position of E-flags
; -------------------
*
#SETPOS 1,8#
*
;
; Pathname of board
; -----------------
;	PATH: pathname of board
*
{LIMSPACEOFF}#SETPOS 2,7##CB#{PATH 73}
*
;
; Leave command
; -------------
*
#ZONEOFF##RESET##HOME##CLS#
*
; >>UP: 2.0
; Help page
; ---------
*
{MOREON}#ZONEOFF##RESET##HOME##CLS#
{TAB 35}#UNDERLINE#Help page#RESET#^J
^J
d : toggle download-flag                  D : toggle extra download-flag^J
u : toggle upload-flag                    U : toggle extra upload-flag^J
e : toggle delete&edit-flag               E : toggle extra delete&edit-flag^J
s : toggle sysop-flag                     S : toggle extra sysop-flag^J
a : set read/write/delete&edit-flags      A : set extra read/write/delete-flags^J
c : clear all flags                       C : clear all extra flags^J
g : toggle flag of administrator^J
^J
SPACE : set extra flags and move cursor right^J
CTRL-P: set extra flags for all boards^J
^J
CTRL-T: top                           CTRL-B: bottom^J
CTRL-N: next page                     CTRL-L: last page^J
CTRL-Y: refresh screen^J
^J
{TAB 24}>> Choose boards with cursor <<^J
^J
q : Quit                                  x : Exit^J
^J
Press <RETURN>
*
;
; Print name of board
; -------------------
;	VAR3: name of board
*
{LIMSPACEON}{VAR3 20}{LIMSPACEOFF}
*
;
; Set cursor
; ----------
*
>#LEFT#
*
;
; Delete cursor
; -------------
*
 
*
;
; Flags: board does not exist
; ---------------------------
*
#FETT#ERR!#RESET#
*
; >>UP: 2.0
; Flags: administrator
; --------------------
*
#FARBE 1,2#SDUE#RESET#
*
;
; Flags: sysop
; ------------
*
#INVERS#SDUE#RESET#
*
;
; Flags: no access
; ----------------
*
----
*
;
; Flags: download
; ---------------
*
#VFARBE 6#-D--#RESET#
*
;
; Flags: upload
; -------------
*
#VFARBE 5#--U-#RESET#
*
;
; Flags: download and upload
; --------------------------
*
#VFARBE 4#-DU-#RESET#
*
;
; Flags: delete
; -------------
*
#FETT#---E#RESET#
*
;
; Flags: download and delete
; --------------------------
*
#VFARBE 3#-D-E#RESET#
*
;
; Flags: upload and delete
; ------------------------
*
#VFARBE 2#--UE#RESET#
*
;
; Flags: download, upload and delete
; ----------------------------------
*
#VFARBE 1#-DUE#RESET#
*
;
; Prompt: enter name of user
; --------------------------
*
Username : 
*
;
; Status: user in use
; -------------------
;	NAME: name of user
*
User "{NAME}" in use !^J
*
;
; Status: unknown user
; --------------------
;	VAR1: name of user
*
Unknown user "{VAR1}"^J
*
;
; Status: no editable  exist
; --------------------------
*
No editable board !^J
*
;
; Status: user is not logged in
; -----------------------------
;	NAME: name of user
*
User "{NAME}" is not online !^J
*
