;
;	$VER: AMMS Edit Board 2.25 [English] / 03-06-1995
;
;	Translation by The Terminator
;



;
; Screen
; ------
;	VAR1: name of board
;	VAR4: ZONE Editor-Window
;	NAME: Name of user
*
{MOREOFF}#RESET##ZONEOFF##HOME##CLS#
Flags:{TAB 23}#FARBE 1,7# EDIT BOARD V{VERSION}.{REVISION} #RESET#    Name:
 #FARBE 4,6#{VAR1}#RESET#^J
Path: {PATH 73}^J
--------------------------------------------------------------------------------
{VAR4}
*
;
; Position of E-flags
; -------------------
*
#SETPOS 1,8#
*
;
; Leave command
; -------------
*
#ZONEOFF##RESET##HOME##CLS#
*
;
; Prompt: number of lines
; -------------------------
*
#SETLINE 2##CL#Number of lines (1-400) : 
*
;
; Prompt: comment of board
; ------------------------
*
#SETLINE 2##CL#Comment of board : 
*
;
; Prompt: Set extra flags on users starting with level
; ----------------------------------------------------
*
#SETLINE 2##CL#Set extra flags on users starting with level : 
*
;
; Path of board
; -------------
;	PATH: path of board
*
#SETLINE 2##CL#Path: {PATH 73}
*
;
; Load error (msgtab-file)
; ------------------------
*
#SETLINE 2##CL#Load error (msgtab-file) ! Please contact sysop  --  Press a key
*
;
; Save error (msgtab-file)
; ------------------------
*
#SETLINE 2##CL#Save error (msgtab-file) ! Please contact sysop  --  Press a key
*
;
; Help page
; ---------
*
{MOREON}#ZONEOFF##RESET##HOME##CLS#
{TAB 35}#UNDERLINE#Help page#RESET#^J
^J
r : toggle read-flag                      R : toggle extra read-flag^J
w : toggle write-flag                     W : toggle extra write-flag^J
d : toggle delete&edit-flag               D : 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
l : set extra flags on users starting with certain level^J
SPACE : set extra flags and move cursor right^J
CTRL-P: set extra flags for all boards^J
^J
k : edit comment of board                 z : edit number of lines^J
p : message packer on/off^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: administartor
; --------------------
*
#FARBE 1,2#SRWD#RESET#
*
;
; Flags: sysop
; ------------
*
#INVERS#SRWD#RESET#
*
;
; Flags: no access
; ----------------
*
----
*
;
; Flags: read
; -----------
*
#VFARBE 6#-R--#RESET#
*
;
; Flags: write
; ------------
*
#VFARBE 5#--W-#RESET#
*
;
; Flags: read and write
; ---------------------
*
#VFARBE 4#-RW-#RESET#
*
;
; Flags: delete
; -------------
*
#FETT#---D#RESET#
*
;
; Flags: read and delete
; ----------------------
*
#VFARBE 3#-R-D#RESET#
*
;
; Flags: write and delete
; -----------------------
*
#VFARBE 2#--WD#RESET#
*
;
; Flags: read, write and delete
; -----------------------------
*
#VFARBE 1#-RWD#RESET#
*
;
; Prompt: name of board
; ---------------------
*
Name of board : 
*
;
; Prompt: name of target board
; ----------------------------
*
Name of target board : 
*
;
; Access denied to board
; ----------------------
;	VAR1: name of board
*
Access denied to board "{VAR1}" !^J
*
;
; Board in use
; ------------
;	VAR1: name of board
*
Board "{VAR1}" in use !^J
*
;
; Board does not exist
; --------------------
;	VAR1: name of board
*
Board "{VAR1}" does not exist !^J
*
;
; Buffer error
; ------------
*
Buffer error ! Please contact sysop !^J
*
;
; Status: Msg packer on
; ---------------------
*
#SETPOS 1,15#PACKER ON 
*
;
; Status: Msg packer off
; ----------------------
*
#SETPOS 1,15#PACKER OFF
*
