# DEFAULT.TXT:  Default language file for Mystic BBS.
# ---------------------------------------------------
# Lines which begin with a "#" character are considered comments.
# Lines which being with a ";" are language editor comments
# Prompts do *NOT* have to be in numerical order.
#
# Language text that begins with "!" will run an MPE program:
#   Example: 000 !askname
#   The above line would execute ASKNAME.MPE from the scripts directory.
#
# Language text that begins with "@" will display a display file.
#   Example: 001 @askname
#   The above line would display ASKNAME.ASC/ANS from the text directory.
#   Note: the DF MCI code can also be used to display files in place of
#   prompts.

000 |DFpreuser |CR|07metaledge login: |IF
; Log in as new user prompt
001 |CR|07Are You Sure You Want to create this account?
; User's password
002 |07Password: |IF
; User login: Invalid PW
003 |CR|07Invalid Password
; Displayed IMMEDATELY when a user connects if the password is set
004 |CRSystem Password: |IF
; New user password prompt
005 |CRNew User Password: |IF
; New user login: first and last name prompt
006 |CR|07Enter Your First and Last Name|IF
; Displayed if user doesn't enter a two word name.
007 |CR|07Please enter your first |15AND |07last name!|CR
; Displayed if user enters a new user name that already exists.
008 |CR|07Cannot Create Account User already exists.|CR
; New user login: Enter your handle/alias prompt
009 |07Select Alias: |IF
; New user login: Enter your address prompt
010 |CR|07Enter your street address.|CR|: |IF
; New user login: Enter your city/state
011 |CR|07Enter your city & state.|CR: |IF
; New user login: Enter your ZIP code
012 |CR|07Enter your postal code: #####|CR: |IF
; New user login: Enter your home phone number
013 |CR|07Enter your home phone number:|CR|07: |IF
; New user login: Enter your data phone number
014 |CR|07Enter your data phone number:|CR: |IF
; New user login: Enter your birthdate.
015 |07Enter your birthdate |15[|07|UF|15]|07 -> 
; New user login: Gender (M)ale, (F)emale
016 |07Gender: |IF
; New user login: Password prompt
017 |CR|07Password:|IF  
; Displayed if user enters a password shorter than 4 chars.
018 |CR|07Insecure Password|CRPassword must be at least 4 characters:|IF
; New user login: PW verification prompt
019 |07Reenter Password: |IF
; New user login: Passwords do not match
020 |CR|07Invalid Password
; New user login: Saving/creating new user account
021 |CR|07Please Wait while Account is being created|DE|DE|DE
; System pause prompt
022 |07--More--
; Chat call - reason for chat
023 |CR|07Reason for paging|CR:|IF
; Paging Sysop text
024 |CRPaging SysOp
; Paging Sysop status
025 .
; Displayed when sysop breaks into chat mode
026 |CR|07Sysop is here...|CR
; Displayed when sysop exits chat mode
027 |CL|07sysop is Gone!  Press |08[|07ENTER|08] |07to continue...
; Displayed when sysop isn't available for chat.
028 |CR|07Sysop unavailable for chat!|CR|CR|PA
; User list header
029 @userhdr
#029 |CL|CR   |09|$D73|01|CR   |09|17  |15User Listing|$D58 |16|01|CR   |09|01|$D73|CR    |10U|02ser |10N|02ame|07|$D19 |10L|02ocation|07                   |10S|02ex/|10A|02ge    |10L|02ast|10O|02n|CR    |09|$D73
; User list format:
; &1 = Alias &3 = Last on &2 = City &4 = gender &5 = sec lvl &6 = Address
; &7 = Age   &8 = email   &9 = usernote &0 = opt1 &A = opt2 &B = opt3
030     |07|$R20|&1 |$R20|&2 |&4   Last Seen |&3
; User list footer     &1 = Total # of users listed
031     |07|$D73-|CR     |15Users: |07|$R46|&1 |PA
; User list search string
032 |CR|07 Enter String to Search |08(|07Enter|08/|07All|08):|IF 
; File base list header
033 @minux.ans
#033 |CL|09|$D77|01|CR|09|17  |15File Base Listing|$L56|FG |01|16|CR|09|01|$D77|CR |10A|02rea  |10F|02ile |10B|02ase |10N|02ame                |10A|02rea  |10F|02ile |10B|02ase |10N|02ame|CR |09|$D77
; File base listing format:
; &1 = File Base #      &2 = File Base Name     &3 = Files in Base
034 |15|$L05|&1  |07|$R32|&2
; File upload testing FAILED text
035 Failed
; File base listing prompt.
036 |CR |07Select file base |08[|07?|08/|07List|08]:|IF 
; Displayed if there are no available file bases
037 |CR|07There are no available file bases
; Displayed if user hasn't selected a file base
038 |CR|07You must select a file base first!
; Displayed if user doesn't meet access requirements for a file list.
039 |CR|07You do not have access to list files here!
; Displayed if there are no files in the selected file base.
040 |CR|07There are no files in this base|DE|DE|DE
; File listing header
041 |CL|07                           File Listing|CR
; Standard file list: #/filename:
; &1 = filenum, &2 = filename, &3 = tag char &4 = size &5 = date &6 = DLs
042  |07|&1|&3|$R58|&2 |$L06|&4 |07|&5
; Standard file list: description/info
; &1 = size, &2 = date, &3 = DLs, &4 = desc, &5 = uploader
043 |07|$D29 |&4
; File listing pause prompt
044 |CR|08(|07N|08)|07ext, |08(|07P|08)|07rev, |08(|07F|07)|07lag, |08(|07V|08)|07iew, or |08(|07Q|08)|07uit|08? |07
; Standard file list, ext desc: &4 = description
045 |07|$D29 |&4
; Displayed when batch queue is full
046 |CR|07Batch queue is full
; Add file to batch queue "File Name" prompt
047 |CR|07File Name |IF
; Displayed when user tries to queue/download an offline file
048 |CR|07File is marked as offline
; Displayed if file is already in batch queue
049 |CR|07File is already in queue
; File added to batch:
; &1 = file name        &2 = file size
050 |CR|07|&1 |08(|07|&2 bytes|08) |07added to queue.
; File not found
051 |CR|07File not found.|DE|DE|DE
; Displayed if batch queue is empty
052 |CL|07There are no files in your batch queue
; &1 = number of files in batch queue
053 |CR |07Delete which |08(|071|08-|07|&1|08)|07:|IF 
; Batch removed from queue  &1 = Filename  &2 = Size
054 |CR|07|&1 |08(|07|&2 bytes|08) |07removed from queue.
; File upload PASSED text
055 Passed
; Batch queue list header
056 |CL|07                Batch Queue Editor|$D56 |CR  |07File Name|$D50   |07Size   DL Time|CR
; Batch queue list format:
; &1 = file #  &2 = file name  &3 = file size  &4 = est mins  &5 = est secs
057  |07|$L02|&1  |$R51|&2 |$L11|&3  |$L03|&4m |$L02|&5s
; SX = Max downloads per day      SK = Nax download K per day
058 |CR|07Your downloads per day limit would be exceeded.
; Batch queue has been cleared.
059 |CR |07Batch queue has been purged.|DE|DE|DE
; new user: Use FSE quote window?
060 |CR|07Use full screen editor quote window? 
; Protocol select batch prompt
061 |CR|07Press Z to start Zmodem transfer, or Q to Quit: 
; Protocol select standard prompt
062 |CR|07Press Z to start Zmodem transfer, or
|06 |07Q to Quit: 
063 |CR|07Cannot download files in local mode|DE|DE|DE
064 |07Search everywhere?
065 |CR|07Start your transfer now.
066 |CR|07File area "|FB" is password protected.|CR|07Please enter Password:|IF
067 |CR|07Access denied.
068 |CR|07Cannot Upload to this base, select area 1
069 |CR|07Invalid filename.|DE|DE|DE
070 |CR|07Searching for duplicate files
071 |CR|07No duplicates found
; File description input header.  &1 = Max description lines. &2 = filename
072 |CR|07Enter Description. |&1 Lines Max. Blank Line Ends.|IF
; Archive list header (see 169-171)
073 |CL|07Available Archive Formats:|CR|CR##  Description            Ext|CR
; Archive selected string
074 |CR|07Archive type set to: |&1.|DE
075 |CR|07Thanks for your upload, |UH!|CR|CR|PA
076 |CR|07Download error
077 |CR|07Searching...
; File Information:
; &1 = filename     &2 = file size   &3 = uploaders name
; &4 = update date  &5 = downloads   &6 = est mins         &7 = est secs
078 |CR|07File Name     |&1|CRFile Size     |&2|CRUploaded by   |&3|CRUploaded on   |&4|CRDownloads     |&5|CRDownload Time |&6 min |&7 sec|CR
; Batch Queue Info:
; &1 = files in batch   &2 = batch size   &3 = est. mins   &4 = est. secs
079 |CR|07Files in Batch |&1|CRBatch Size     |&2|CREstimated Time |&3 min |&4 seconds
080 |CR|07Permission Denied.|DE|DE|DE
081 |CR|07Permission Denied, 0K disk space 
; Coping from CD-ROM:  &1 = file name
082 |CR|07Copying |07(|15|$R12|&1|07) |07from /dev/cdrom
; Upload Successful:  &1 = file name
083 |CR|07|&1 successful.|CR
; Upload Failed:  &1 = file name
084 |CR|07&1 skipped.|CR
085 |CR|07Download queued files?
086 |CR|07Global Search? 
; &1 = File Base Name
087 |CL|07Scanning: |&1...
088 |07Files == 'False'|DE|DE|DE
089 |07file search complete.|DE|DE|DE
090 |CL|07QWK Scan Settings|$L56|MG
091 |CL|07New Scan Settings|$L56|MG
092 |07   Scan Message Base Name             Scan Message Base Name|CR
; Message base New/QWK Scan format:
; &1 = base number      &2 = base name      &3 = scan base? (Yes or No)
093  |07|$R04|&1|$R03|&3 |$R29|&2
094 |CR|07/mystic/messages not found
095 |CR |07Selection |08[|07##|08]|07, |08[|07##|08-|07##|08]|07, |08[|07?|08/|07List|08]|07, or |08[|07Q|08]|07uit: 
; For strings 096 - 099: &1 = message base name
096 |CR |07|&1 will NOT be scanned in QWK packets!|CR
097 |CR |07|&1 will be scanned in QWK packets!|CR
098 |CR |07|&1 will NOT be scanned in new message scan!|CR
099 |CR |07|&1 will be scanned in new message scan!|CR
100 @minux.ans
#100 |CL|09|$D77|01|CR|09|17  |15Message Base Listing|$L53|MG |01|16|CR|09|01|$D77|CR |10A|02rea  |10M|02essage |10B|02ase |10N|02ame                |10A|02rea  |10M|02essage |10B|02ase |10N|02ame|CR |09|$D77
; Message base format list:
; &1 = base number      &2 = base name      &3 = total messages
101 |15|$L05|&1  |07|$R32|&2
102 |CR|CR|07bbs@metaledge:/area_select$|IF
103 |CR|07Message area "|MB" is password protected.|CRPassword:|IF 
104 |07Access denied.
105 |CR|07Access Denied
106 |CR|07Use the full screen editor?
107 |07Storing Message in |MB|DE.|DE.|DE. 
; Send Private message. &1 = Message TO
108 |CR|07Sending email to |15|&1|07.
109 |CR|07Message aborted...
110 |CR|07You must select a message base first!
111 |CR|07Permission Denied
112 |CR|08(|07F|08)|07orward, |08(|07N|08)|07ew, |08(|07B|08)|07y You, |08(|07Y|08)|07ours, |08(|07S|08)|07earch, |08(|07Q|08)|07uit? 
113 |070 messages found.
114 |CR|07There are 0 messages in |MB.|DE|DE|DE
; E-mail reader prompt
115 |CR|08(|07A|08)|07gain, |08(|07P|08)|07revious, |08(|07N|08)|07ext, |08(|07R|08)|07eply, |08(|07D|08)|07elete, |08(|07J|08)|07ump, |08(|07Q|08)|07uit? 
; Message read prompt.  &1 = Current Msg #   &2 = Total Messages
116 |CR |08(|15|&1 |07of |15|&2|08) |07Reading Messages |08(|07?|15/|07Help|08): |IF
117 |CR|07Send mail to /dev/null?
118 |CR|07End of messages.
; Post message TO:
119 |CR|07To: |IF
; post message SUBJ:
120 |CR|07Subject: |IF
; Files still in batch.   &1 = # of files
121 |CR|BE|07There are |&1 file(s) in your queue.|CR|07Download them now? 
122 |07Saved..
123 |CL|07Searching for mail in /var/spool/mail...|DE|CR
124 |07|CL No new mail...|DE|DE
; Electronic mail list header
125 @minux.ans
#125 |CL|09|$D77|01|CR|09|17  |15Electronic Mail|$D59 |16|01|CR|09|01|$D77|CR |10#|02##  |10F|02rom|07                            |10S|02ubject|07                           |10D|02ate|CR |09|$D77
; Electronic mail list format:
; &1 = email number     &2 = email from
; &3 = email subject    &4 = email date
126  |07|$R05|&1|$R32|&2|$R32|&3|&4
127  |07You have new mail in /var/spool/mail...read now? 
; First message in thread prompt
128 |CR|07This is the first message in the thread.
; User lockout message.
129 |CR|07Permission denied jump into /dev/null|CR|CR|PA
130 |07Scanning |MB...
131 |CL|07/mystic/messages == 0k |UH|DE|DE|DE
132 |07More: |08(|07Y|08)|07es, |08(|07N|08)|07o, |08(|07C|08)|07ontinueous? 
133 |CR|15WARNING: |07System event approaching in |15|NE |07minutes!|CR|PA
134 |CR|15WARNING|07: You only have |TL minutes remaining!
135 |CR|07Time Limit Exceeded.|CR|CR|PA
136 |CR|CR|07Timed Out
137 |CR|07System Event: Disconnecting.
; Who's online list header
#138 |CL|09|$D77|01|CR|09|17  |15Who's Online|$D62 |01|16|CR|09|01|$D77|CR  |10N|02ode  |10U|02ser                       |10A|02ction|CR|09 |$D77
138 @whoson.ans
; Who's online list format:
; &1 = node number    &2 = user name    &3 = action    &4 = location
; &5 = baud rate      &6 = gender       &7 = age       &8 = available?
139   |07|$R26|&2 tty|$R05|&1 |&3
; Who's online list footer
140  |07|$D77|CR |PA
; Last 10 callers list header
#141 |CL|09|$D77|01|CR|09|17  |15Last 10 Callers |$D45 |$L06|TC total |01|16|CR|09|01|$D77|CR |10U|02ser|$D24 |10L|02ocation|$D19 |10N|02ode    |10D|02ate    |10T|02ime|CR |09|$D77
141 @lastcall
; Last 10 callers list format:
; &1 = Name &2 = Node &3 = Location &7 = Caller # &4 = Date &5 = Time
; &6 = Baud &8 = Address &9 = Usernote &0 = Email &A-&C = Optional 1-3
142  |07|$R20|&1 |$R20|&3 tty|&2   |&4
; Last 10 callers footer
143 |07|$D77-|CR|PA
; Message from another node:
; &1 = Message from     &2 = Node user is logged in to.
144 |CR|07Message from |&1 on node |&2:
; Message from another node footer
145 |CR|PA
146 |CR|07Send message to which node |08[|07?|08/|07List|08]|07: 
147 |CR|07No one is logged in on that node
; Send message to node prompt:
; &1 = receiver's name       &2 = receiver's node number
148 |CR|07Enter messsage for |15|&1 |07on node |15|&2|07:
149 |CR|07Access Denied...|CR|CR|PA
150 |CR|07Enter Password: |IF
151 |CR|07Enter password: |IF
152 |CR|08(|071|08) |07MM/DD/YY|CR|08(|072|08) |07DD/MM/YY|CR|08(|073|08) |07YY/DD/MM|CR|CRDate Format |08-> |07
; &1 = def. page length
153 |CR|07Screen Pause Length |08[|07Enter|08/|07|&1|08]: 
154 |CR|08(|070|08) |07Ascii (No Color)|CR|08(|071|08) |07Ansi  (Color)|CR|CR|07Graphics Mode |08-> |07
; User name search
; &1 = User's Name
155 |07Do you mean |&1?
156 |CR|07Invalid User.|DE|DE|DE
157 |CR|07Maximum call limit reached|CR|CR|PA
158 |CR|07No quote data available...
159 |CR|07Enter first line to quote: 
160 |07Enter last line to quote : 
; For 161-162:
; &1 = maximum length of each line     &2 = maximum number of lines
161 |CR|07        Mystic Text Editor.  (Ctrl-R) = Redraw  (Ctrl-Z) = Save/Abort
162 |CR   |07Enter Your Text Now.  Enter /? for Help. (|&1 Chars/Line, |&2 Lines Max)
163 |07[::::::::::::::]
164 |CR|07Save text? 
; Line editor "backing up to line". &1 = new line number
165 |07Backing up to line |&1.
; Line editor "command" prompt.
166 |CR|07Command |08[|07?|08/|07Help|08]|07: 
; Line editor "command" prompt help
167 |CR|08(|07A|08)|07bort Message    |08(|07C|08)|07ontinue Message     |08(|07U|08)|07pload Message|CR|08(|07Q|08)|07uote Message    |08(|07S|08)|07ave Message
168 |CR|07Abort message? 
169 |CR|07There are no available archivers!
; Archive list format:
; &1 = archive number    &2 = archive name       &3 = archive extension
170 |07|$R02|&1  |$R22|&2 |&3
171 |07|$D30-|CR|07Select Archive #: |IF
172 |CR|07Deposit how many minutes |08[|070|08-|07|TL|08]|07: |IF
173 |CR|07Withdraw how many minutes |08[|070|08-|07|TB|08]|07: |IF
; Message group list header
174 @minux.ans
#174 |CL|CR|$D13 |09|$D54|01|CR|$D13 |09|17  |15Message Groups|$D37 |16|01|CR|$D13 |09|01|$D54|CR|$D14 |10#|02#   |10M|02essage |10G|02roup |10N|02ame|07|$D24 |02A|10reas|CR|$D14 |09|$D54
; Message group list format
; &1 = Group number     &2 = Group name     &3 = Total Areas in Group
175 |$D14 |07|$R04|&1 |$R41|&2 |&3
176 |CR|07There are 0 available message groups.
; Message group list prompt
177 |$D14 |07|$D54-|CR|$D14  |07Select Message Group |08[|07Enter|08/|071|08]|07: |IF
178 |CR|07mail > sysop? 
; 179-180 are System broadcast messages header/footer
; &1 = User who sent system broadcast
; &2 = Node Number
179 |CR|08[|07System Message|08]|CR|07
180 |CR|PA
; nodechat text: &1 = user name
181 |07<|15|&1|07> |07
; Language select header
182 |CR|07Available languages:|CR
; Language select format:
; &1 = language number       &2 = language description
183 |07|$R03|&1|&2
; Language select footer
184 |CR|07Select language: 
; Language file does not exist
185 |CR|07Language file does not exist.
; Displayed if user's language does not exist.
186 |CR|07Selected language not available.  Using default language.|CR|PA
; new user: use full screen node chat?
187 |CR|07Use full screen node chat? |11
; One Liner header
#188 |CL|09|$D77|01|CR|09|17  |15One Liners|$D64 |01|16|CR|09|01|$D77|CR
188 @onel.ans
; One liner prompt
189 |CR |07|$D77|CRSpeak now, or forever hold your peace
190 |CR|07Enter your one liner:|CR|IF
191 |CR|07Unable to view archive.
; Archive view header  &1 = Filename
192 |CL|$D77-|CR|07Viewing Contents of Archive|$L46|&1 |CR|07|$D77-|CR |07File Name|07|$D48 Size   Date    Time|CR |07|$D77-
; Archive view format
; &1 = File Name    &2 = File Size    &3 = File Date    &4 = File Time
193  |07|$R49|&1 |$L11|&2 |&3 |&4
; Archive view footer
194  |07|$D77-|CR
; File mask search prompt
195 |CR|07File Mask Parameters (Enter for *):|CR|FI
; File search prompt
196 |CR|07Enter search string:|CR:|FI
; Search all file bases?
197 |CR|07Search all file bases ? 
; File search completed
198 |CL|07File search completed.|DE|DE|DE
199 |CR|07This is the last message in the thread.
; Select scanned file bases header
200 |CL|07-|$D77-|07-|CR |07File Scan Settings|$L55|FG |CR|07-|$D77--|CR ##  Scan File Base Name                ##  Scan File Base Name|CR |07|$D77-
; Select scanned file bases display format
; &1 = File base number      &2 = File base name      &3 = Scan? (Yes or No)
201  |07|$R04|&1|$R03|&3  |07|$R29|&2
; Select scanned file bases prompt
202  |07|$D77-|CR Selection |08[|07##|08]|07, |08[|07##|08-|07##|08]|07, |08[|07?|08/|07List|08]|07, or |08[|07Q|08]|07uit: 
; &1 = File base name
203 |CR |07|&1 will NOT be scanned in new file scan!|CR
; &1 = File base name
204 |CR|07|&1 will be scanned in new file scan!|CR
; Displayed if file already exists when user trys to upload.
205 File already exists.
; Displayed before running uploads processor
206 |07Testing file for errors       : 
; File description input line.  &1 = Line number
207 |07:
; Default file description if none entered/found.
208 |07No Description
; Displayed if the user reaches the max time allowed in time bank!
209 |CR|07You are only allowed to store |SB minutes in the time bank!
; Displayed if user tries to deposit all their remaining time.
210 |CR|07You must keep at least 5 minutes of time left.
; &1 = UL/DL ratio: (1:|&1)
; Exceeded UL/DL ratio:  RD = Download ratio     RK = Download K ratio
211 |CR|07Your upload/download ratio would be exceeded.
; Lightbar file list: Access to file denied.
212 |07File is not available.|PN
; Read Message personal prompt.  &1 = Current Msg #     &2 = Total Messages
213 |CR|08[|07|&1 of |&2|08]|07 Reading Messages (?/Help): |IF
; File group list header
214 @minux.ans
#214 |CL|CR|$D13 |09|$D54|01|CR|$D13 |09|17  |15File Groups|$D40 |16|01|CR|$D13 |09|01|$D54|CR|$D14 |10#|02#   |10F|02ile |10G|02roup |10N|02ame|07|$D29 |02A|10reas|CR|$D14 |09|$D54
; File group list format
; &1 = Group number     &2 = Group name     &3 = Total areas in group
215 |$D14 |07|$R04|&1 |$R43|&2 |&3
; Displayed if there are no available file groups
216 |CR|07There are no available file groups.
; File group list prompt
217 |$D14 |07|$D54-|CR|$D14  |07Select File Group |08[|07Enter|08/|071|08]|07: |IF
; nodechat private text: &1 = user name
218 |08<|07|&1 private|08> |07
; Displayed when creating a new files list
219 |CL|CR|$D10 |07-|$D58-|CR|$D10 |07Creating text listing of new files        NEWFILES.TXT |CR|$D10 |07-|07|$D58--
; Displayed when creating an all files list
220 |CL|CR|$D10 |07-|$D58-|CR|$D10 |07Creating text listing of all files        ALLFILES.TXT |CR|$D10 |07-|$D58--
; File list compiler header
221 |$D11 |07File Base Name|$D30 Files    Added|CR|$D11 |07|$D58-
; File list compiler Working text
222 |$D11 |07Compiling... 
; File list compiler status format
; &1 = File Base Name   &2 = File Size   &3 = # of files added to list
223 |$D11 |07|$R42|&1 |$L06|&2   |$L06|&3
; Display when a user does not have access to download a file.
224 |CR|07Permission Denied
; File list compiler footer
225 |$D11 |07|$D58-
; nodechat: info/status text
226 |08- |07
; Compress file list prompt
227 |$D11 |07Compress list with |QA? 
; QWK Download: No Messages
228  |07|$D77-|CR |07No new messages found.|DE|DE|DE
; nodechat action text: &1 = user name
229 |07* |&1 
; QWK process list header
230 |CL|07-|$D77-|CR|07Preparing QWK Mail Packet|$D49 |CR|07-|$D77--|CR |07####  Message Base Name|07|$D25 QWK Name|07         Msgs   Added|CR |07|$D77-
; QWK "working" text
231  |07Working...
; QWK process list format
; &1 = Base Number      &2 = Base Name           &3 = QWK Name
; &4 = # of Msgs        &5 = # of Message Added
232  |07|$L04|&1  |$R40|&2  |$R13|&3  |$L06|&4  |$L06|&5
; QWK process list footer
; &1 = Total messages in packet   &2 = Total # of bases processed
233  |07|$D77-|CR  |07|&1 messages in |07|&2 bases
; Displayed when compressing QWK packet
234 |CR |07Creating |QA archive...
; Displayed when a QWK packet is created locally
235 |CR |07Moving packet into local .QWK directory...
; Update last read pointers?
236 |CR |07Update last read pointers? 
; Node chat scroll mode back
237 |07Scrollback:  (Up/Down) Move  (Ctrl-R) Page Up  (Ctrl-C) Page Down  (ESC) Quit
238 |CR|07Your .REP packet was not found.|CR|CR|PA
; Displayed if the wrong QWK packet is uploaded
239 |CR|07Your .REP packet is not for this BBS.|CR|PA
; Processing reply packet
240 |CR|07Processing reply packet...
; Voting booth header
241 |CL|07|$D79-|CR|07Voting Booth |08(* = New Question)|CR|07|$D79-
; Voting booth question list format
; &1 = Question #       &2 = Question Text       &3 = New Question?
242  |07|&3 |08(|07|$R02|&1|08) |07|$R71|&2
; There are no voting questions.
243 |07No new voting questions.
; Voting booth prompt                  &1 = Total number of questions
244 |07|$D79-|CR|07Select question (1-|&1, or Enter/Quit): 
; Voting on question header            &1 = Question
245 |CL|07|$D79-|CR|07Question: (* = Current Vote)|CR|&1|CR|$D79-
; Voting on question list format
; &1 = Answer #         &2 = Answer text    &3 = Current Answer?
246  |07|&3 |08(|07|$R02|&1|08) |07|&2
; Voting prompt
247 |07|$D79-|CR|07Select answer (Enter/Quit): 
; See voting results?
248 |CR|07Display results? 
; Vote Result Header
; &1 = Question    &2 = Total Votes for this Question
249 |CL|07|$D79-|CRResults for Question: (|&2 votes)|CR|&1|CR|07|$D79-|CR #|07#|$D43 Votes  |07Percentage|CR|08|$D79-
; Vote Result list format
; &1 = Answer #    &2 = Answer Text         &3 = Votes on this question
; &4 = Percentage  &5 = Percentage Bar (20 chars long)
250 |08(|07|$R02|&1|08) |07|$R40|&2 |$R05|&3  |$L03|&4% |&5
; Vote Result Footer
251 |07|$D79-|CR|PA
; <Pick this to add your own answer> text
252 <generate answer>
; Enter your answer prompt
253 |CR|07Enter your response: 
254 |CR|07Question is manditory.|CR|CR|PA
255 |CR|07Enter new file scan date |08[|07|UF|08]|07: 
256 |CR|07Set this date for all file bases? 
; &1 = Date of the updated new scan.
257 |CR|07New scan date set to [|15|&1|07].|DE|DE|DE
258 |CR|07Detecting terminal emulation: 
259 |TE detected.
; Short BBS list header
260 |CR|15|08[|07 BBS Name|08 ]|15|08[ |07Type |08]|15|08[ |07Address |08/ |07Phone |08]|15|08[ |07Software |08]|07͸
; Short BBS list format
; &1 = bbs name  &2 = type  &3 = phone/addr  &4 = software
261 |07 |$R25|&1 |$R06|&2  |$R30|&3 |$R10|&4 
; Short BBS list footer
262 |07|08|07;
263 |07|$D79-|CR|07Results for which question? (Enter/Quit): 
; Extended BBS list header
264 |CR|07Extended BBS listing:
; Extended BBS list information
; &1 = bbs name   &2 = type  &3 = telnet   &4 = software  &5 = location
; &6 = sysop name &7 = baud  &8 = added by &9 = phone     &0 = verified
265 |CR|07BBS Name       : |&1|CRBBS Type       : |&2|CRTelnet Address : |&3|CRPhone Number   : |&9|CRMax Baud Rates : |&7|CRLocation       : |&5|CRSysop Name     : |&6|CRSoftware       : |&4
; verify bbs?
266 |CR|07Verify BBS connectivity?
; Extended BBS list prompt
267 |CR|07(Enter) to Continue, (D)elete, (V)erify, or (Q)uit? 
; Who's Online: blank listing.  |&1 = Node number
268   |07|$R05|&1 Waiting for connection
; Matrix login: Create a BBS account?
269 |CR|07Apply for an account? 
; Matrix login: Matrix password prompt.   |&1 = Matrix password
270 |CR|07Matrix password is |&1.|CR|CR|PA
; Matrix login: Your account is not validated.
271 |CR|07Your account has not yet been validated.|CR|CR|PA
; Matrix login: Enter matrix password
272 |CR|07Enter matrix password: |IF
; Matrix login: Enter account name prompt
273 |CR|07Account name    |IF
; Matrix login: enter account password prompt
274 |CR|07Account password: |IF
; Add question to voting booth question
275 |CR|07Add a question to the voting booth? 
; Maximum of 20 voting questions text
276 |CR|07Sorry, there is a maximum of 20 voting questions.
; Enter new question
277 |CL|07Enter new question (Enter/Quit)|CR: |IF
; Enter choices now. Max 15.
278 |CR|07Enter choices now.  There are a maximum of 15 choices for each question.|CREnter a blank line when done.|CR
; Choice #.  &1 = Choice number
279 |07Choice #|&1: 
; Allow users to add answers?
280 |CR|07Allow users to add their own answers? 
; Save this question?
281 |CR|07Save this voting question? 
; UNUSED
282 UNUSED
; Add BBS list: enter phone number
283 |07Enter BBS phone number:|IF
; Add BBS list: enter BBS name
284 |07Enter BBS Name        : |IF
; Add BBS list: enter BBS location
285 |07Enter Location of BBS : |IF
; Add BBS list: enter sysop name
286 |07Enter Sysop Name      : |IF
; Add BBS list: enter max baud rate
287 |07Enter Max Baud Rate   : |IF
; Add BBS list: enter BBS software
288 |07Enter BBS Software    : |IF
; File base is mandatory
289 |CR |07|FB is marked as mandatory scanning.|CR
; Save this BBS entry
290 |CR|07Save entry? 
; There are no entries in BBS list.
291 |CR|07There are no entries in the BBS list.
; BBS list: enter text to search for
292 |CR|07Enter search string (ENTER) for All: 
; Matrix login: Invalid PW
293 |CR|07Invalid password.
294 |CR|07Delete this BBS from the list? 
295 |CR|07You did not add this BBS entry.
; editing message display
296 |CL|07Message Editor|CR|CRA.   To : |&1|CRB. Subj : |&2|CR|CR|07Command: (!) Edit text, (Q)uit: 
; editing message to
297 |CR|07To: |IF
; editing message net address
298 |CR|07Enter destination address: 
; editing message subject
299 |CR|07Subject: |IF
; editing message save changes
300 |CR|07write changes? 
; delete autosig?
301 |CR|07Delete auto signature? 
302 |CR|07|MB is marked as mandatory reading|CR
; Editor type prompt
303 |CR|08(|070|08) |07Line Editor|CR|08(|071|08) |07Full Screen Editor|CR|08(|072|08) |07Ask|CR|CR|07Editor Type:
; Archive view command prompt
304 |CR |07Archive View: |08(|07R|08)|07e-list, |08(|07V|08)|07iew File, |08(|07D|08)|07ownload File or |08(|07Q|08)|07uit: 
; Archive view, file not found
305 |07File not found.
; Viewing text file &1 = Filename
306 |CL|07-|$D77-|CR |07Viewing Contents of File|$L49|&1 |CR|07-|$D77--|CR|07
307 |CR|07Message is manditory.|CR|CR|PA
308 |CR|07Invisible login? 
309 |CR|07Sorry, this user name is not acceptable.
; Message search: search text input
310 |CR|07Enter search string: 
; Message search completed
311 |CL|07Message search completed.|DE|DE|DE
; Lightbar file list: DL limit is exceeded.
312 |07Your download per day limit would be exceeded.|PN
; Lightbar file list: DL ratio is exceeded.
313 |07Your download ratio would be exceeded.|PN
; Lightbar file list: Batch queue is full.
314 |07Your batch queue is full.|PN
; UNUSED
315 UNUSED
; UNUSED
316 UNUSED
; UNUSED
317 UNUSED
; UNUSED
318 UNUSED
; nodechat broadcast text: &1 = user name
319 |08<|07|&1 broadcast|08> |07
; File list type prompt
320 |CR|08(|070|08) |07Normal   |15: |07View file lists page by page|CR|08(|071|08) |07LightBar |15: |07Scroll through lists with arrow keys|CR|CR|07Select File List Type: |15
; ASCII graphics not supported for BBS login.
321 Sorry, this BBS does not support ASCII graphics.
; ANSI graphics not supported for BBS login.
322 Sorry, this BBS does not support ANSI graphics.
; Lightbar file list prompt
323 |08(|07Space|08) |07Flag       |08(|07N|08) |07Next Base       |08(|07V|08) |07View       |08(|07ESC|08) |07Quit       |08(|07?|08) |07Help
; Lightbar file list: View archive
324 |07Unable to view archive.|PN
325 |CR|07Language emulation incompatible.
326 |CR|07Export to Filename|CR:
327 |CR|07Message exported to |&1.
328 |CR|07Sysop has shelled to DOS.  Please wait.
329 |07Sysop has returned from DOS.  
; Add to BBS list: telnet
330 |07Enter Telnet Address  : 
; Start at message index in email? (lightbar msg reader)
331 |CR|07Start at e-mail message index? 
; Teleconference user list
332 @minux.ans
#332 |CL|09|$D77|01|CR|09|17  |15Users currently in Teleconference|$D41 |01|16|CR|09|01|$D77|CR |10U|02ser|$D28 |10R|02oom  |10T|02opic|CR |09|$D77
; Teleconference user list format
; &1 = User's Name  &2 = User's node number  &3 = Room number  &4 = Room name
333  |07|$R31|&1 |08(|07|$R02|&3|08)  |07|&4
; Jump to which message prompt.  &1 = Current Message  &2 = Total messages
334 |IF|00|16
335 |CR|07Use signature in posted messages? 
336 |07Autosignature undefined.|CR
; One Liners list format.  &1 = Text   &2 = Poster Name   &3 = Initials
337 |07 |$R61|&1 |$L15|&2
; Reading forward prompt          &1 = Total messages in base
338 |CR|07Begin reading at |08(|071|08-|07|&1|08)|07: |IF
; Lightbar file list prompt (SYSOP)
339 |08(|07Space|08) |07Flag     |08(|07E|08) |07Edit     |08(|07N|08) |07Next     |08(|07V|08) |07View     |08(|07ESC|08) |07Quit     |08(|07?|08) |07Help
; Lightbar file list uploaders name    &1 = user name      &3 = downloads
340 |$D34 |07+ Uploader: |&1
; Line editor quote mode:  &1 = line number      &2 = line text
341 |07|&1|08: |07|$R74|&2
342 |CR|07Enter destination address:
; Upload file name prompt
343 |CR|07File Name|CR:
; Download file name prompt
344 |CR|07File Name|CR:
; User status: user logging in
345 Logging In
; User status: Browsing Menus
346 Browsing Menus
; User status: Teleconference
347 Teleconference
; User status: Reading messages
348 Reading messages
; User status: Posting message
349 Posting message
; User status: Listing files
350 Listing files
; User status: Transfering files
351 Transfering files
; Message upload "File Name:" prompt
352 |CR|07File Name|CR:
; Archive view "File Name:" prompt
353 |CR|07File Name|CR:
; FS editor command prompt
354 |CR|07Command |08[|07?|08/|07Help|08]: |07
; FS editor command prompt help
355 |CR|08(|07A|08)|07bort Message    |08(|07C|08)|07ontinue Message     |08(|07U|08)|07pload Message|CR|08(|07Q|08)|07uote Message    |08(|07S|08)|07ave Message
; FS editor "abort msg"
356 |CR|07Abort message? 
; file list tagging prompt
357 |CR |07Add which file number to batch |08(|07Enter|08/|07Quit|08)|07: 
; file list view prompt
358 |CR |07View contents of which file number |08(|07Enter|08/|07Quit|08)|07: 
; UNUSED
359 UNUSED
; UNUSED
360 UNUSED
; Add BBS list connection type
361 |CR|07Accessible by (D)ialup, (T)elnet, (B)oth: 
; Add BBS: BBS already exists
362 |CR|07BBS exists
; Msg xport: local export path
363 |CR|07Enter full path/filename to export to: |IF
; info edit: address
364 |CR|07Enter your street address.|CR: |IF
; info edit: city/state
365 |CREnter your city & state.|CR: |IF
; info edit: zipcode
366 |CREnter your postal code: #####|CR: |IF
; info edit: home phone
367 |CREnter your home phone number:|CR: |IF
; info edit: data phone
368 |CREnter your data phone number:|CR: |IF
; info edit: bday
369 |CREnter your date of birth (|UF):|CR: |IF
; info edit: gender
370 |CR|07Are you (M)ale or (F)emale? 
; info edit: date format
371 |CR|08(|071|08) |07MM/DD/YY|CR|08(|072|08) |07DD/MM/YY|CR|08(|073|08) |07YY/DD/MM|CR|CRDate Format  |07
; info edit: screen length &1 = def page size
372 |CR|07Screen Pause Length (Enter/|&1): 
; info edit: editor type
373 |CR|08(|070|08) |07Line Editor|CR|08(|071|08) |07Full Screen Editor|CR|08(|072|08) |07Ask|CR|CREditor Type: 
; info edit: file list type
374 |CR|08(|070|08) |07Normal   |15: |07View file lists page by page|CR|08(|071|08) |07LightBar |15: |07Scroll through lists with arrow keys|CR|CRSelect File List Type: 
; Blind upload?
375 |CR|07Blind upload? 
; Processing uploads
376 |CR|07Processing uploads ...|CR
; BLIND dupe search
377 |07Searching for duplicate files : 
; BLIND dupe found
378 Dupe found.
; BLIND no dupe found
379 None.
; importing file_id.diz
380 |07Importing file description    : 
; file_id found
381 Found.
; no file_id
382 None.
; Post on message base (standard reader)
383 |07Post on |MB? 
; View text file filename prompt
384 |CR|07File name|CR:
; Download OK &1 = filename
385 |CR|07- Transfer of |08|&1|07: OK
; Download failed &1 = filename
386 |CR|07- Transfer of |&1: Failed!
; Mass mail prompt
387 |CL|07Send mass mail by:|CR|CR|08(|071|08) |07ACS level|CR|08(|072|08)|07 List of users|CR|08(|073|08)|07 All users|CR|08(|07Q|08)|07 Quit|CR|CRCommand |08-> |07
; Mass mail ACS prompt
388 |CREnter ACS level: 
; Mass mail name info
389 |CR|07Enter user name, or search string.|CREnter a blank line to end.|CR
; Mass mail name prompt &1 = # of users in list
390 |CR|07|&1 users in list.  Enter user name: |IF
; Mass mail name list
391 |CR|07User mailing list:|CR
; Mass mail name format &1 = name
392    |07|&1
; Mass mail name list confirmation
393 |CR|07Send mass mail to this list? 
; Sending mass mail
394 |CR|CR|07Sending mass e-mail, please wait ...
; Node unavilable
395 |CR|07Sorry, this user is unavailable.
; Msg search prompt
396 |CR|07Enter search string: 
; Info edit: Msg Read type
397 |CR|08(|070|08) |07Normal   |15: |07View messages page by page|CR|08(|071|08) |07LightBar |15: |07Scroll message lists with arrow keys|CR|CR|07Select Type: 
; New user: Msg Read type
398 |CR|08(|070|08) |07Normal   |15: |07View messages page by page|CR|08(|071|08) |07LightBar |15: |07Scroll message lists with arrow keys|CR|CR|07Select Type: 
; Ansi msg read: index list format
; &1 = msg #   &2 = subject   &3 = from   &4 = to   &5 = new?
399 |07|&5|07|$L04|&1 |$R40|&2 |$R15|&3 |$R15|&4
; Ansi msg read: index list highlight
; &1 = msg #   &2 = subject   &3 = from   &4 = to   &5 = new?
400 |07|&5|08|23|$L04|&1|16
; Ansi msg read: index list highlight OFF
; &1 = msg #   &2 = subject   &3 = from   &4 = to   &5 = new?
401 |07|&5|07|$L04|&1
; Ansi msg read: delete msg
402 |CR|07send mail to /dev/null? 
; Ansi msg read: jump to msg: &1 = cur msg num  &2 = high msg num
403 |CR|07Jump to which message? (1-|&2):
; Ansi msg read: scan toggle  &1 = message base name
404 |CR|07|&1 will NOT be scanned in new message scan!
405 |CR|07|&1 will be scanned in new message scan!
406 |CR|07|MB is marked as mandatory reading!
; Reply msg To: standard
407 |CR|07To: |IF
; Reply msg To: lightbar
408 |CR|07To: |IF
; User edit: Hotkeys
409 |CR|07Use hot-key input? 
; New user: Hotkeys
410 |CR|07Use hot-key input? 
411 |CR|07Msg #  From                 To                   Subject|CR|07|$D79-
412 |07|$L05|&5  |$R20|&1 |$R20|&2 |$R30|&3
413 |07|$D79-|CR|PA
; ansi msg read: export to file
414 Export to filename|CR:
; ansi msg read: local export
415 Export to filepath/filename|CR:
; mass email subj: prompt
416 |CR|07Subject: |IF
; General Invalid PW
417 |CR|07Invalid password.
; INFO EDIT: Do not match
418 |CR|07 Passwords do not match!
; INFO EDIT: PW prompt
419 |CR|07Enter your desired password.|CRIt should be between 4 and 20 characters.|CR|CR|09Password:
; INFO EDIT: PW too short
420 |CR|07Password must be at least 4 characters long!
; INFO EDIT: Verify PW
421 |CR|07Enter your password again for verification.|CR|CR|07Password: |IF
; Invalid New User PW
422 |CR|07Invalid password!
; Invalid Matrix PW
423 |CR|07Invalid password!
; Upload: No files found
424 |CR|07No files found!|CR|CR|PA
; File list compile: No files found
425 |$D11 |07No files found.|DE|DE|DE
426 |CR|07You cannot login to more than one node at a time.|CR|CR|PA
; nodechat input &1 = username
427 |07<|15|&1|07> |03
; Batch queue list footer
428 |07 |$D77-
; new user: use lightbar message index?
429 |CR|07Use lightbar message index? 
; msg scan setting footer
430 
; Lightbar file list: #/filename:
; &1 = filenum, &2 = filename, &3 = tag char &4 = size &5 = date &6 = DLs
431  |07|&1|&3|$R58|&2 |$L06|&4 |&5
; Lightbar file list: highlight on: &1 = #, &2 = filename, &3 = tag char
432 |07 |01|23|&1|16|12|&3
; Lightbar file list: highlight off: &1 = #, &2 = filename, &3 = tag char
433  |15|&1|12|&3
; Lightbar file list: description/info
; &1 = size, &2 = date, &3 = DLs, &4 = desc, &5 = uploader
434 |07|$D29 |&4
; Lightbar file list, ext desc: &4 = description
435 |07|$D29 |&4
; Lightbar file list, uploaded by: &5 = uploader
436 |07|$D29 + Uploader: |&5
; Standard file list, uploaded by: &5 = uploader
437 |07|$D29 + Uploader: |&5
; post on msg base (lightbar reader)
438 |CR|07Post a message?
; new user: enter email address
439 |07Enter your e-mail address |IF
; info edit: enter email address
440 |CR|07Enter E-mail address|CR: |IF
; new user: enter user note
441 |CR|07Enter your desired user note|CR: |IF
; info edit: enter user note
442 |CR|07Enter your desired user note|CR: |IF
; new user: option 1
443 |07How did you hear of this BBS |IF
; info edit: option 1
444 |CR|07Enter optional field 1: |IF
; new user: option 2
445 |CR|07Enter optional field 2: |IF
; info edit: option 2
446 |CR|07Enter optional field 2: |IF
; new user: option 3
447 |CR|07Enter optional field 3: |IF
; info edit: option 3
448 |CR|07Enter optional field 3: |IF
; file new scan setting footer
449 
; private post (email) TO:
450 |CR|07To: |IF
; reply msg SUBJ
451 |CR|07Subject: |IF
; standard quote header
452 |07Quote mode: Select a range of text to quote|CR
453  |07|$D77-|CR|PA
