home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / RBTCH220.ZIP / MSGFILE.00 < prev    next >
Text File  |  1993-04-10  |  8KB  |  254 lines

  1. ###########################################################################
  2. # This is the external message file for use with RBatch.  You can change  #
  3. # any line in this file to say what you want, but caution should be taken #
  4. # to make sure what you are changing it to makes sense to the user.  This #
  5. # file is mainly for people that run RBatch in other countries to be able #
  6. # to change the prompts into their own language.                          #
  7. #                                                                         #
  8. # I told you I would do this Mercurio!!!!  Finally!!!                     #
  9. #                                                                         #
  10. # Note that anywhere in the code that it prompts the user for a           #
  11. # "(Y/[N]) - [RETURN = N]" is to remain hardcoded within the program      #
  12. #                                                                         #
  13. # Anyline in this file that starts with a "#" is a comment line and a     #
  14. # message line starts with a number followed immediately by an "=" sign.  #
  15. #                                                                         #
  16. # The numbers and equal sign before each prompt MUST STAY!!!  You are     #
  17. # welcome to move items around for easier searching if you wish.  You     #
  18. # can also remove all comments also.                                      #
  19. #                                                                         #
  20. # As you may notice, some of the lines seem like they are split across    #
  21. # many lines.  This is due to color changes being done on these strings.  #
  22. # Generally these split strings occur one right after the other in this   #
  23. # file and are easy to figure out which prompt it is.                     #
  24. #                                                                         #
  25. # Revised 4/10/93 - Dan Shore                                             #
  26. #                                                                         #
  27. ###########################################################################
  28. # Test to see if the XFER-?.DEF file exists
  29. #
  30. 1=Cannot open or find XFER-?.DEF File
  31. #
  32. # Tells the user what file the batch files are checking
  33. #
  34. 2=Testing file
  35. #
  36. # The next 4 lines are if a file fails the batch file checks
  37. # we then inform the user the file has been deleted
  38. #
  39. 3=The file
  40. 4=has failed the
  41. 5=above File Check and has been
  42. 6=-DELETED-
  43. #
  44. # Tell the user we are looing for a description (.DIZ/.SDI/.DOZ) file
  45. #
  46. 7=Processing Description File(s), if exist
  47. #
  48. # These next prompts are to inform the user that we have found a
  49. # description file and using it
  50. #
  51. 8=Using
  52. 9=DESC.SDI
  53. 10=FILE_ID.DIZ
  54. 11=.DOZ
  55. 12=as File Description
  56. #
  57. # These next 5 lines are if we find a description file but the format
  58. # is invalid or we cannot find the filename in the .DOZ file
  59. #
  60. 13=*INVALID*
  61. 14=.DIZ/.SDI Format
  62. 15=, Prompting for Description
  63. 16=*No Matching Filename* in
  64. #
  65. # The next four lines are when we are prompting a user for a file
  66. # manual file description.
  67. #
  68. 17=Enter in Description for
  69. 18=extra lines available for extended description
  70. 19=(Start Description with a / if for SysOp Only)
  71. 20=*** Minimum of Ten Characters Required for Description ***
  72. #
  73. # If a user drops carrier or times out and not description is entered
  74. #
  75. 21=<Description Unavailable>
  76. #
  77. # Ask the user if they wish to add an extended description
  78. #
  79. 22=Do you wish to add an Extended Description
  80. #
  81. # Let the user know that it takes some time to post multiple personal uploads
  82. #
  83. 23=Processing Multiple Personal Uploads, Please Wait
  84. #
  85. # Tell the user how many extended description lines are available to them
  86. # and how long each line can be
  87. #
  88. 24=You can enter up to
  89. 25=Extended Description Lines
  90. 26=Each Extended Line can be
  91. 27=Characters Long
  92. #
  93. # When entering in an extended description, inform user of last line
  94. #
  95. 28=(Last Line)
  96. #
  97. # When done with extended description, give the user choices for editing
  98. # Note that the letters C,D,I,S,A,E,L will remain in the code with the
  99. # following descriptions following each letter
  100. #
  101. 29=Continue
  102. 30=Delete
  103. 31=Insert
  104. 32=Save
  105. 33=Abort
  106. 34=Edit
  107. 35=List
  108. #
  109. # The following strings are for the editing function of extended
  110. # descriptions
  111. #
  112. 36=Edit which line number [Enter Quits]
  113. 37=Enter old string
  114. 38=Enter new string
  115. 39=     ------ String Not Found!! ------
  116. 40=Really Abort Extended Description
  117. 41=***** Extended Description Aborted *****
  118. 42=Delete which line number [Enter Quits]
  119. 43=Insert before which line number [Enter Quits]
  120. #
  121. # Error message if we cannot open the UPCAT.HLP file
  122. #
  123. 44=Cannot open UPCAT.HLP File
  124. #
  125. # The next section is for having the user categorize a file
  126. #
  127. 45=---------> All Tests passed for file
  128. 46=Press
  129. 47=[ENTER]
  130. 48=to view the rest of the Category Menu
  131. 49=Please enter category code for file
  132. #
  133. # Personal Uploads
  134. #
  135. 50=Currently working on file
  136. 51=Is this file a Personal Upload
  137. 52=Enter Security Level
  138. 53=Invalid Security Level, try again
  139. #
  140. # Build the line for prompting for a distribution list name
  141. #
  142. 54=Enter Distribution List Name, or
  143. 55=OVERWRITE?
  144. 56=to Display Lists
  145. #
  146. # More Personal Upload prompting
  147. #
  148. 57=Dist. List not found, try again
  149. 58=- Username Found -
  150. 59=Which Name
  151. 60=Username not found
  152. 61=Cannot Personal Upload to Yourself
  153. 62=   ** Invalid Response, try again **
  154. 63=Enter Another Name
  155. #
  156. #
  157. #
  158. 64=Upload Personal File =>
  159. 65=To:
  160. 66=User Name
  161. 67=SysOp
  162. 68=Distribution List
  163. 69=Sec. Level
  164. 70=Select Choice
  165. #
  166. # This section is for posting of time credits for uploads
  167. # These errors are for the SysOp only - the user never sees them
  168. #
  169. 71=Cannot open Message File
  170. 72=Node number < 1 or > 36, cannot write Time Credits
  171. #
  172. # These prompts are all on the ending screen.
  173. #
  174. 73=Total Upload Time
  175. 74=Total Upload Time Credits
  176. 75=Total Download Time
  177. 76=Net Session Time Debit/Credit
  178. 77=Thank you for the Uploaded File(s)
  179. 78=Protocol Registration/Serial Number found
  180. 79=The
  181. 80=wishes to Thank You
  182. 81=for supporting the Shareware Concept
  183. 82=Please be patient while we reload the BBS....
  184. #
  185. #  File duplicates, testing, and categorization prompts
  186. #
  187. 83=Cannot open DIR.CAT File
  188. 84=Cannot open Tab File for FFS System
  189. 85=Cannot open FFS Index File
  190. 86=Checking
  191. 87=as a Duplicate File
  192. 88=Cannot open LIDX File
  193. 89=found in a FFS Macro
  194. 90=This file will be sent to the Upload Directory
  195. 91=Still Upload?
  196. 92=is a duplicate of a file
  197. 93=remove uploaded file
  198. 94=from your FFS MACRO as it
  199. 95=now resides in the Upload Directory
  200. 96=located on this BBS and has been
  201. 97=Cannot open .DIZ/.SDI or .DOZ file
  202. 98=File has passed upload check..
  203. 99=Working...Please wait...
  204. #
  205. #  Sysop only messages
  206. #
  207. 100=Cannot get Current Directory
  208. 101=Cannot make Work Directory
  209. 102=Cannot open Users File
  210. #
  211. # Opening screen pause prompt
  212. #
  213. 103=Press
  214. 104=[ENTER]
  215. 105=To Continue
  216. #
  217. # Personal File Distribution List processing
  218. #
  219. 106=Cannot open Distribution List
  220. 107=Posting file to SysOp
  221. 108=Leave a message to SysOp informing them of the problem
  222. #
  223. # SysOp only messages
  224. #
  225. 109=Cannot open FMS or Personal File
  226. 110=Cannot open SysOp Private Files File
  227. 111=Cannot open DIR or Personal File
  228. 112=Cannot open DORINFO?.DEF File
  229. #
  230. # If hash routine cannot find user - Possible damaged Users File
  231. #
  232. 113=USERNAME NOT FOUND - CONTACT SYSOP IMMEDIATELY
  233. #
  234. #  SysOp only messages
  235. #
  236. 114=Cannot open Callers File
  237. 115=Port Number is < 0 or > 36 on Command Line
  238. #
  239. # Messages for adding file to uploads - SysOp only msgs
  240. #
  241. 116=Cannot open .DES File
  242. 117=Cannot open DES Batch File
  243. 118=Cannot open DES Format File
  244. #
  245. #  Mostly Distribution Lists messages
  246. #
  247. 119=Cannot open Archive Paths File
  248. 120=Distribution Lists Currently Available
  249. 121=--------------------------------------
  250. 122=View more Dist. Lists
  251. 123=There are
  252. 124=NO
  253. 125=Distribution Lists Available
  254.