home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 3 / mmcd03-jun1995-cd.iso / utils / virus / tbav / tbdriver.src < prev    next >
Text File  |  1995-03-21  |  12KB  |  391 lines

  1. ;Language support source file for the ENGLISH language.
  2. ;
  3. ;Format of this file:
  4. ;--------------------
  5. ;
  6. ;All lines beginning with a ";" are comment-lines. They will be ignored.
  7. ;A $ indicates that the next line will be the start of a new message. The
  8. ;remaining part of the $-line will be ingnored.
  9. ;Empty lines (without characters or only spaces) will be ignored too.
  10. ;
  11. ;The backslash is used as escape character.
  12. ;A \\ will be translated to one backslash.
  13. ;A \n will be translated to a new-line.
  14. ;A \r will be translated to a carriage return.
  15. ;A \a will be translated to a character 7 (bell).
  16. ;A \e indicates end-of-message (without eliminating trailing spaces).
  17.  
  18. ;Run-time control characters:
  19. ; %0 will be translated to the current program name being executed
  20. ; %1, %2, %3 will display a string sent by the utility
  21. ;
  22. ;NOTE!
  23. ;-----
  24. ;The Thunderbyte messages should have lines that are not longer than the
  25. ;maximum length specified by the length mark above each message!
  26.  
  27. $00
  28. ══════════ TBAV interception \e
  29.  
  30. $01
  31. ;This message will be displayed when TbScanX detects a virus.
  32. ;  Parameters:            Maximum Length:
  33. ;   %1  Filename            12
  34. ;   %2  Virus name          30
  35. ;-------------------------------------| (length mark)
  36.                 WARNING!\n
  37.  TbScanX detected that %1\n
  38.  is infected with\n
  39.  %2\n
  40.  Abort? (Y/N)
  41.  
  42. $02
  43. ;This message will be displayed when TbScanX detects a virus
  44. ;and option 'yes' has been specified.
  45. ;  Parameters:            Maximum Length:
  46. ;   %1  Filename            12
  47. ;   %2  Virus name          30
  48. ;-------------------------------------| (length mark)
  49.                 WARNING!\n
  50.  TbScanX detected that %1\n
  51.  is infected with\n
  52.  %2\n
  53.  Operation aborted! Press any key...
  54.  
  55. $03
  56. ;This message will be displayed when TbScanX detects a virus
  57. ;and option 'lock' has been specified.
  58. ;  Parameters:            Maximum Length:
  59. ;   %1  Filename            12
  60. ;   %2  Virus name          30
  61. ;-------------------------------------| (length mark)
  62.                 WARNING!\n
  63.  TbScanX detected that %1\n
  64.  is infected with\n
  65.  %2\n
  66.  Call the system operator!
  67.  
  68. $04
  69. ;This message will be displayed when TbScanX detects a virus.
  70. ;  Parameters:            Maximum Length:
  71. ;   %1  Drive ID            1
  72. ;   %2  Virus name          30
  73. ;-------------------------------------| (length mark)
  74.                 WARNING!\n
  75.  TbScanX detected that the bootsector\n
  76.  of disk in drive %1: is infected with\n
  77.  %2\n
  78.  Do NOT attempt to boot with that disk!\n
  79.  
  80. $05
  81. ;This message will be displayed when TbScanX detects a virus
  82. ;and option 'lock' has been specified.
  83. ;  Parameters:            Maximum Length:
  84. ;   %1  Drive ID            1
  85. ;   %2  Virus name          30
  86. ;-------------------------------------| (length mark)
  87.                 WARNING!\n
  88.  TbScanX detected that the bootsector\n
  89.  of disk in drive %1: is infected with\n
  90.  %2\n
  91.  Call the system operator!
  92.  
  93. $06
  94. ;This message will be displayed when TbCheck does not
  95. ;find an anti-vir.dat record.
  96. ;  Parameters:            Maximum Length:
  97. ;   %0  Filename            12
  98. ;-------------------------------------| (length mark)
  99.                 WARNING!\n
  100.  TbCheck did not find the checksum\n
  101.  information of %0.\n
  102.  The integrity of this file can not\n
  103.  be checked.  Cancel execution? (Y/N)
  104.  
  105. $07
  106. ;This message will be displayed when TbCheck detects
  107. ;a file change.
  108. ;  Parameters:            Maximum Length:
  109. ;   %0  Filename            12
  110. ;-------------------------------------| (length mark)
  111.                 WARNING!\n
  112.  TbCheck detected that %0\n
  113.  has been changed since last TbSetup\n
  114.  invocation.\n
  115.  Cancel execution? (Y/N)
  116.  
  117. $08
  118. ;This message will be displayed if the checksum
  119. ;could not be verified or did not match and
  120. ;option 'secure' has been specified.
  121. ;  Parameters:            Maximum Length:
  122. ;   %0  Filename            12
  123. ;-------------------------------------| (length mark)
  124.                 WARNING!\n
  125.  The requested program (%0)\n
  126.  is not authorized and can not be\n
  127.  executed.\n
  128.  Execution canceled! Press any key...
  129.  
  130. $09
  131. ;This message will be displayed if the program
  132. ;is a non-recognized TSR.
  133. ;  Parameters:            Maximum Length:
  134. ;   %0  Filename            12
  135. ;-------------------------------------| (length mark)
  136.                 WARNING!\n
  137.  %0 tries to remain\n
  138.  resident in memory, and is not listed\n
  139.  in the Anti-Vir.Dat file as a TSR.\n
  140.  Remove it from memory? (Y/N)
  141.  
  142. $10
  143. ;This message will be displayed if the program
  144. ;is a non-recognized TSR.
  145. ;option 'secure' has been specified.
  146. ;  Parameters:            Maximum Length:
  147. ;   %0  Filename            12
  148. ;-------------------------------------| (length mark)
  149.                 WARNING!\n
  150.  %0 tries to remain\n
  151.  resident in memory, and is not listed\n
  152.  in the Anti-Vir.Dat file as a TSR.\n
  153.  Program will be aborted...
  154.  
  155. $11
  156. ;This message will be displayed if the program
  157. ;tries to single-step int 021h
  158. ;  Parameters:            Maximum Length:
  159. ;   %0  Filename            12
  160. ;-------------------------------------| (length mark)
  161.                 WARNING!\n
  162.  %0 tries to trace through\n
  163.  the DOS Int 21h code. Viruses do this\n
  164.  to bypass anti-virus software!\n
  165.  Reboot? (Y/N)
  166.  
  167. $12
  168. ;This message will be displayed if the program
  169. ;tries to write directly to disk
  170. ;   Parameters:           Maximum Length:
  171. ;    %1  INT used           2
  172. ;-------------------------------------| (length mark)
  173.                 WARNING!\n
  174.  Attempt to write directly to disk\n
  175.  via interrupt %1h! This disk write\n
  176.  bypasses DOS!\n
  177.  Cancel write operation? (Y/N)
  178.  
  179. $13
  180. ;This message will be displayed if the program
  181. ;tries to write directly to disk
  182. ;   Parameters:           Maximum Length:
  183. ;    %1  INT used           2
  184. ;-------------------------------------| (length mark)
  185.                 WARNING!\n
  186.  Attempt to write directly to disk\n
  187.  via interrupt %1h! This disk write\n
  188.  bypasses DOS!\n
  189.  Write operation canceled!
  190.  
  191. $14
  192. ;This message will be displayed if the program
  193. ;tries to single-step int 021h
  194. ;  Parameters:            Maximum Length:
  195. ;   %0  Filename            12
  196. ;-------------------------------------| (length mark)
  197.                 WARNING!\n
  198.  %0 tries to trace through\n
  199.  the BIOS Int 13h code. Viruses do this\n
  200.  to bypass anti-virus software!\n
  201.  Reboot? (Y/N)
  202.  
  203. $15
  204. ;This message will be displayed if a program
  205. ;tries to set an illegal timestamp
  206. ;  Parameters:            Maximum Length:
  207. ;   %1  Filename            12
  208. ;-------------------------------------| (length mark)
  209.  Attempt to set the seconds of a\n
  210.  file's timestamp to an invalid value!\n
  211.  Normally the seconds are hidden, so\n
  212.  some viruses use this value as a\n
  213.  signature. %1  Cancel (Y/N)
  214.  
  215. $16
  216. ;This message will be displayed if a program
  217. ;tries to set an illegal timestamp
  218. ;  Parameters:            Maximum Length:
  219. ;   %1  Filename            12
  220. ;-------------------------------------| (length mark)
  221.  Attempt to set the seconds of a\n
  222.  file's timestamp to an invalid value!\n
  223.  Normally the seconds are hidden, so\n
  224.  some viruses use this value as a\n
  225.  signature. %1  Press a key
  226.  
  227. $17
  228. ;This message will be displayed if a program
  229. ;tries to overwrite an exe header
  230. ;  Parameters:            Maximum Length:
  231. ;   %1  Filename            12
  232. ;-------------------------------------| (length mark)
  233.  Attempt to modify the startup code of\n
  234.  %1. This is the way a VIRUS\n
  235.  contaminates a program!\n
  236.  You are strongly advised to press "Y"\n
  237.  Cancel program modification? (Y/N)
  238.  
  239. $18
  240. ;This message will be displayed if a program
  241. ;tries to overwrite an exe header
  242. ;  Parameters:            Maximum Length:
  243. ;   %1  Filename            12
  244. ;-------------------------------------| (length mark)
  245.  Attempt to modify the startup code of\n
  246.  %1. This is the way a VIRUS\n
  247.  contaminates a program!\n
  248.  Program modification is canceled!\n
  249.  Call the supervisor!
  250.  
  251. $19
  252. ;This message will be displayed if a program
  253. ;tries to add program code
  254. ;  Parameters:            Maximum Length:
  255. ;   %1  Filename            12
  256. ;-------------------------------------| (length mark)
  257.  Attempt to add some code to program\n
  258.  file %1, It could be a\n
  259.  VIRUS attaching itself to that\n
  260.  program. It is recommended to press\n
  261.  "Y"! Cancel file modification? (Y/N)
  262.  
  263. $20
  264. ;This message will be displayed if a program
  265. ;tries to add program code
  266. ;  Parameters:            Maximum Length:
  267. ;   %1  Filename            12
  268. ;-------------------------------------| (length mark)
  269.  Attempt to add some code to program\n
  270.  file %1, It could be a\n
  271.  VIRUS attaching itself to that\n
  272.  program. Modification canceled!\n
  273.  Call the supervisor!
  274.  
  275. $21
  276. ;This message will be displayed if a program
  277. ;tries rename an executable file to a non
  278. ;executable file
  279. ;  Parameters:            Maximum Length:
  280. ;   %1  Destination         12
  281. ;   %2  Source              12
  282. ;-------------------------------------| (length mark)
  283.  Attempt to rename %1 to\n
  284.  %2. Only executables will\n
  285.  be protected, so after this file has\n
  286.  been renamed, it can be infected\n
  287.  without interception. Cancel? (Y/N)
  288.  
  289. $22
  290. ;This message will be displayed if a program
  291. ;tries rename an executable file to a non
  292. ;executable file
  293. ;  Parameters:            Maximum Length:
  294. ;   %1  Destination         12
  295. ;   %2  Source              12
  296. ;-------------------------------------| (length mark)
  297.  Attempt to rename %1 to\n
  298.  %2. Only executables will\n
  299.  be protected, so after this file has\n
  300.  been renamed, it could be infected\n
  301.  without interception. Canceled...
  302.  
  303. $23
  304. ;This message will be displayed if a program
  305. ;violates the read-only attribute of a file
  306. ;  Parameters:            Maximum Length:
  307. ;   %1  Filename            12
  308. ;-------------------------------------| (length mark)
  309.  Attempt to remove the read-only\n
  310.  attribute of %1.\n
  311.  After the read-only attribute has\n
  312.  removed the file can be changed.\n
  313.  Cancel attribute modification? (Y/N)
  314.  
  315. $24
  316. ;This message will be displayed if a program
  317. ;violates the read-only attribute of a file
  318. ;  Parameters:            Maximum Length:
  319. ;   %1  Filename            12
  320. ;-------------------------------------| (length mark)
  321.  Attempt to remove the read-only\n
  322.  attribute of %1.\n
  323.  After the read-only attribute has\n
  324.  removed the file could be changed.\n
  325.  Attribute modification canceled!
  326.  
  327. $25
  328. ;This message will be displayed if a program
  329. ;tries to write to an executable file using
  330. ;FCB functions.
  331. ;  Parameters:            Maximum Length:
  332. ;   %1  Filename            12
  333. ;-------------------------------------| (length mark)
  334.  Attempt to modify %1,\n
  335.  using obsolete FCB functions. It\n
  336.  could be a VIRUS attaching itself to\n
  337.  that program.  It is recommended to\n
  338.  press "Y"! Cancel modification? (Y/N)
  339.  
  340. $26
  341. ;This message will be displayed if a program
  342. ;tries to write to an executable file using
  343. ;FCB functions.
  344. ;  Parameters:            Maximum Length:
  345. ;   %1  Filename            12
  346. ;-------------------------------------| (length mark)
  347.  Attempt to modify %1,\n
  348.  using obsolete FCB functions. It\n
  349.  could be a VIRUS attaching itself to\n
  350.  that program.\n
  351.  Modification canceled!
  352.  
  353. $27
  354. ;This message will be displayed if the
  355. ;disk is accessed without our knowledge
  356. ;  Parameters:            Maximum Length:
  357. ;   none
  358. ;-------------------------------------| (length mark)
  359.  A disk is accessed via an unusual\n
  360.  way! It is very likely that this is\n
  361.  caused by a virus or Trojan horse!!!\n
  362.  It is highly recommended to reboot!\n
  363.  Data might be lost. Reboot? (Y/N)
  364.  
  365. $28
  366. ;This message will be displayed if the
  367. ;CMOS is altered after a program
  368. ;terminates
  369. ;  Parameters:            Maximum Length:
  370. ;   none
  371. ;-------------------------------------| (length mark)
  372.                 WARNING!\n
  373.  \n
  374.  The CMOS configuration memory has\n
  375.  been changed by %0.\n
  376.  Do you want to restore it? (Y/N)
  377.  
  378. $29
  379. ;This message will be displayed if the
  380. ;CMOS is altered after a program
  381. ;terminates
  382. ;  Parameters:            Maximum Length:
  383. ;   none
  384. ;-------------------------------------| (length mark)
  385.                 WARNING!\n
  386.  The CMOS has been restored by TbMem\n
  387.  automatically. It was changed by\n
  388.  %0.\n
  389.  Press any key...
  390.  
  391.