Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

909 lines
20 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// GeneralSettings.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// Web Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 11 Dec 2000 Original version
  16. ;//
  17. ;///////////////////////////////////////////////////////////////////////////////
  18. ;
  19. ;// please choose one of these severity names as part of your messages
  20. ;
  21. SeverityNames =
  22. (
  23. Success = 0x0:SA_SEVERITY_SUCCESS
  24. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  25. Warning = 0x2:SA_SEVERITY_WARNING
  26. Error = 0x3:SA_SEVERITY_ERROR
  27. )
  28. ;
  29. ;// The Facility Name identifies the Alert ID range to be used by
  30. ;// the specific component. For each new message you add, choose the
  31. ;// facility name corresponding to your component. If none of these
  32. ;// correspond to your component, add a new facility name with a new
  33. ;// value and name.
  34. FacilityNames =
  35. (
  36. Facility_General = 0x042:WSA_FACILITY_GENERAL
  37. Facility_MainBlade = 0x050:SA_FACILITY_MAINBLADE
  38. )
  39. ;/////////////////////////////////////////////////////////////////////////////
  40. ;// TABS
  41. ;/////////////////////////////////////////////////////////////////////////////
  42. MessageId = 3
  43. Severity = Informational
  44. Facility = Facility_MainBlade
  45. SymbolicName = L_MAIN_MASTERSETTINGS_CAPTION
  46. Language = English
  47. Web Server
  48. .
  49. MessageId = 4
  50. Severity = Informational
  51. Facility = Facility_MainBlade
  52. SymbolicName = L_MAIN_MASTERSETTINGS_DESC
  53. Language = English
  54. Specify settings for the Web and FTP servers.
  55. .
  56. MessageId = 7
  57. Severity = Informational
  58. Facility = Facility_MainBlade
  59. SymbolicName = L_MAIN_WEB_MASTERSETTINGS_CAPTION
  60. Language = English
  61. Web Master Settings
  62. .
  63. MessageId = 8
  64. Severity = Informational
  65. Facility = Facility_MainBlade
  66. SymbolicName = L_MAIN_WEB_MASTERSETTINGS_DESC
  67. Language = English
  68. Configure the Web server's general settings.
  69. .
  70. MessageId = 9
  71. Severity = Informational
  72. Facility = Facility_MainBlade
  73. SymbolicName = L_MAIN_WEB_EXPERM_CAPTION
  74. Language = English
  75. Web Execute Permissions
  76. .
  77. MessageId = 10
  78. Severity = Informational
  79. Facility = Facility_MainBlade
  80. SymbolicName = L_MAIN_WEB_EXPERM_DESC
  81. Language = English
  82. Set default execute permissions on the Web server.
  83. .
  84. MessageId = 11
  85. Severity = Informational
  86. Facility = Facility_MainBlade
  87. SymbolicName = L_MAIN_WEB_LOG_CAPTION
  88. Language = English
  89. Web Log Settings
  90. .
  91. MessageId = 12
  92. Severity = Informational
  93. Facility = Facility_MainBlade
  94. SymbolicName = L_MAIN_WEB_LOG_DESC
  95. Language = English
  96. Configure settings for the Web log.
  97. .
  98. MessageId = 13
  99. Severity = Informational
  100. Facility = Facility_MainBlade
  101. SymbolicName = L_MAIN_FTP_MASTERSETTINGS_CAPTION
  102. Language = English
  103. FTP Master Settings
  104. .
  105. MessageId = 14
  106. Severity = Informational
  107. Facility = Facility_MainBlade
  108. SymbolicName = L_MAIN_FTP_MASTERSETTINGS_DESC
  109. Language = English
  110. Configure generic FTP server settings and specify the Web site root directory.
  111. .
  112. MessageId = 15
  113. Severity = Informational
  114. Facility = Facility_MainBlade
  115. SymbolicName = L_MAIN_FTP_WELCOMEMSG_CAPTION
  116. Language = English
  117. FTP Messages
  118. .
  119. MessageId = 16
  120. Severity = Informational
  121. Facility = Facility_MainBlade
  122. SymbolicName = L_MAIN_FTP_WELCOMEMSG_DESC
  123. Language = English
  124. Create the welcome, exit, and maximum connections messages.
  125. .
  126. MessageId = 17
  127. Severity = Informational
  128. Facility = Facility_MainBlade
  129. SymbolicName = L_MAIN_FTP_LOG_CAPTION
  130. Language = English
  131. FTP Log Settings
  132. .
  133. MessageId = 18
  134. Severity = Informational
  135. Facility = Facility_MainBlade
  136. SymbolicName = L_MAIN_FTP_LOG_DESC
  137. Language = English
  138. Configure settings for the FTP log.
  139. .
  140. ;//////////////////////////////////////////////////////////////////////
  141. ;//GeneralSettings strings
  142. ;//////////////////////////////////////////////////////////////////////
  143. ;//Web_MasterSettings.asp
  144. MessageId = 1
  145. Severity = Informational
  146. Facility = Facility_General
  147. SymbolicName = L_WEBTASKTITLETEXT
  148. Language = English
  149. Web Master Settings
  150. .
  151. ;//Web_MasterSettings.asp
  152. MessageId = 2
  153. Severity = Informational
  154. Facility = Facility_General
  155. SymbolicName = L_WEBROOTDIRTEXT
  156. Language = English
  157. Web site root directory:
  158. .
  159. ;//Web_MasterSettings.asp
  160. MessageId = 3
  161. Severity = Informational
  162. Facility = Facility_General
  163. SymbolicName = L_WEBROOTDIRHELPTEXT
  164. Language = English
  165. This page allows the administrator to configure generic Web server settings. All Web sites are created on the Web site root directory.
  166. .
  167. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp, Web_LogSettings.asp
  168. MessageId = 4
  169. Severity = Informational
  170. Facility = Facility_General
  171. SymbolicName = L_INVALID_DIR_FORMAT_ERRORMESSAGE
  172. Language = English
  173. The directory format is invalid.
  174. .
  175. ;//Web_MasterSettings.asp
  176. MessageId = 5
  177. Severity = Informational
  178. Facility = Facility_General
  179. SymbolicName = L_ASPSCRIPT_TIMEOUTTEXT
  180. Language = English
  181. ASP script timeout (in seconds):
  182. .
  183. ;//Web_MasterSettings.asp
  184. MessageId = 6
  185. Severity = Informational
  186. Facility = Facility_General
  187. SymbolicName = L_SECONDSTEXT
  188. Language = English
  189. seconds
  190. .
  191. ;//Web_MasterSettings.asp
  192. MessageId = 7
  193. Severity = Informational
  194. Facility = Facility_General
  195. SymbolicName = L_ENABLEFPSE_RESOURCETEXT
  196. Language = English
  197. Enable FrontPage Extensions by default
  198. .
  199. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp
  200. MessageId = 8
  201. Severity = Informational
  202. Facility = Facility_General
  203. SymbolicName = L_MAX_CONNECTIONSTEXT
  204. Language = English
  205. Maximum connections:
  206. .
  207. ;//Web_MasterSettings.asp
  208. MessageId = 9
  209. Severity = Informational
  210. Facility = Facility_General
  211. SymbolicName = L_UNLIMITEDTEXT
  212. Language = English
  213. Unlimited
  214. .
  215. ;//Web_MasterSettings.asp
  216. MessageId = 10
  217. Severity = Informational
  218. Facility = Facility_General
  219. SymbolicName = L_LIMITEDTOTEXT
  220. Language = English
  221. Limited to:
  222. .
  223. ;//Web_MasterSettings.asp
  224. MessageId = 11
  225. Severity = Error
  226. Facility = Facility_General
  227. SymbolicName = L_CONLIMIT_ERRORMESSAGE
  228. Language = English
  229. Enter a valid value for the connection limit.
  230. .
  231. ;//Web_MasterSettings.asp, Web_LogSettings.asp
  232. MessageId = 12
  233. Severity = Error
  234. Facility = Facility_General
  235. SymbolicName = L_FILEINFORMATION_ERRORMESSAGE
  236. Language = English
  237. Unable to get File System object.
  238. .
  239. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp, Web_LogSettings.asp
  240. MessageId = 13
  241. Severity = Error
  242. Facility = Facility_General
  243. SymbolicName = L_NOT_NTFS_DRIVE_ERRORMESSAGE
  244. Language = English
  245. Drive is not NTFS formatted.
  246. .
  247. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp, Web_LogSettings.asp
  248. MessageId = 14
  249. Severity = Error
  250. Facility = Facility_General
  251. SymbolicName = L_FAILED_CREATE_DIR_ERRORMESSAGE
  252. Language = English
  253. Unable to create directory.
  254. .
  255. ;//Web_MasterSettings.asp, Web_LogSettings.asp
  256. MessageId = 15
  257. Severity = Error
  258. Facility = Facility_General
  259. SymbolicName = L_INFORMATION_ERRORMESSAGE
  260. Language = English
  261. Unable to get IIS information.
  262. .
  263. ;//Web_MasterSettings.asp
  264. MessageId = 16
  265. Severity = Error
  266. Facility = Facility_General
  267. SymbolicName = L_UNABLETOSETMASTER_ERRORMESSAGE
  268. Language = English
  269. Unable to set the Web master settings.
  270. .
  271. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp
  272. MessageId = 17
  273. Severity = Error
  274. Facility = Facility_General
  275. SymbolicName = L_UNABLETOSETROOTDIR_ERRORMESSAGE
  276. Language = English
  277. Unable to set the root directory value to the registry.
  278. .
  279. ;//Web_MasterSettings.asp
  280. MessageId = 18
  281. Severity = Error
  282. Facility = Facility_General
  283. SymbolicName = L_DIR_ERRORMESSAGE
  284. Language = English
  285. Enter a valid root directory for the Web site.
  286. .
  287. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp
  288. MessageId = 24
  289. Severity = Error
  290. Facility = Facility_General
  291. SymbolicName = L_UNABLETOCREATE_KEY_ERRORMESSAGE
  292. Language = English
  293. Unable to create key in the registry
  294. .
  295. ;//Web_MasterSettings.asp
  296. MessageId = 25
  297. Severity = Error
  298. Facility = Facility_General
  299. SymbolicName = L_SET_WEBROOT_VAL_FAILED_ERRORMESSAGE
  300. Language = English
  301. Unable to set the Webroot directory value
  302. .
  303. ;//Ftp_MasterSettings.asp
  304. MessageId = 26
  305. Severity = Informational
  306. Facility = Facility_General
  307. SymbolicName = L_FTPTASKTITLETEXT
  308. Language = English
  309. FTP Master Settings
  310. .
  311. ;//Ftp_MasterSettings.asp
  312. MessageId = 27
  313. Severity = Informational
  314. Facility = Facility_General
  315. SymbolicName = L_WEBROOTDIR
  316. Language = English
  317. FTP root directory:
  318. .
  319. ;//Ftp_MasterSettings.asp
  320. MessageId = 29
  321. Severity = Informational
  322. Facility = Facility_General
  323. SymbolicName = L_ENABLEFTP
  324. Language = English
  325. Enable FTP Server
  326. .
  327. ;//Ftp_MasterSettings.asp
  328. MessageId = 30
  329. Severity = Informational
  330. Facility = Facility_General
  331. SymbolicName = L_FTPROOTDIR
  332. Language = English
  333. FTP root directory:
  334. .
  335. ;//Ftp_MasterSettings.asp
  336. MessageId = 31
  337. Severity = Informational
  338. Facility = Facility_General
  339. SymbolicName = L_DIRLISTINGSTYLE
  340. Language = English
  341. Directory listing style:
  342. .
  343. ;//Ftp_MasterSettings.asp
  344. MessageId = 33
  345. Severity = Informational
  346. Facility = Facility_General
  347. SymbolicName = L_CON_TIMEOUT
  348. Language = English
  349. Connection timeout, in seconds:
  350. .
  351. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp
  352. MessageId = 34
  353. Severity = Error
  354. Facility = Facility_General
  355. SymbolicName = L_INVALID_DRIVE_ERRORMESSAGE
  356. Language = English
  357. The specified drive is invalid.
  358. .
  359. ;//Web_MasterSettings.asp, Ftp_MasterSettings.asp
  360. MessageId = 35
  361. Severity = Error
  362. Facility = Facility_General
  363. SymbolicName = L_FAIL_TO_GET_FTPSITEROOT_DIR
  364. Language = English
  365. Failed to get FTP Root Directory
  366. .
  367. ;//Ftp_WelcomeMsg.asp
  368. MessageId = 37
  369. Severity = Informational
  370. Facility = Facility_General
  371. SymbolicName = L_MESSAGETASKTITLETEXT
  372. Language = English
  373. FTP Messages
  374. .
  375. ;//Ftp_WelcomeMsg.asp
  376. MessageId = 38
  377. Severity = Informational
  378. Facility = Facility_General
  379. SymbolicName = L_WELCOMEMSG
  380. Language = English
  381. Welcome message:
  382. .
  383. ;//Ftp_WelcomeMsg.asp
  384. MessageId = 39
  385. Severity = Informational
  386. Facility = Facility_General
  387. SymbolicName = L_EXITMSG
  388. Language = English
  389. Exit message:
  390. .
  391. ;//Ftp_WelcomeMsg.asp
  392. MessageId = 40
  393. Severity = Informational
  394. Facility = Facility_General
  395. SymbolicName = L_MAXCONMSG
  396. Language = English
  397. Maximum connections message:
  398. .
  399. ;//Ftp_WelcomeMsg.asp
  400. MessageId = 41
  401. Severity = Informational
  402. Facility = Facility_General
  403. SymbolicName = L_USELOCALTIME
  404. Language = English
  405. Use local time for file naming and rollover:
  406. .
  407. ;//Ftp_WelcomeMsg.asp
  408. MessageId = 42
  409. Severity = Informational
  410. Facility = Facility_General
  411. SymbolicName = L_LOGFILEDIR
  412. Language = English
  413. Log file directory:
  414. .
  415. ;//Ftp_WelcomeMsg.asp
  416. MessageId = 43
  417. Severity = Informational
  418. Facility = Facility_General
  419. SymbolicName = L_APPLYTOALLFTPTEXT
  420. Language = English
  421. Apply to all FTP sites
  422. .
  423. ;//Ftp_WelcomeMsg.asp
  424. MessageId = 44
  425. Severity = Informational
  426. Facility = Facility_General
  427. SymbolicName = L_APPLYTOINHERITEDFTPTEXT
  428. Language = English
  429. Apply to inherited FTP sites only
  430. .
  431. ;//Ftp_WelcomeMsg.asp
  432. MessageId = 45
  433. Severity = Error
  434. Facility = Facility_General
  435. SymbolicName = L_FAIL_TO_SET_WELCOME_ERROR_MESSAGE
  436. Language = English
  437. Unable to set messages
  438. .
  439. ;//Web_ExecutePerm.asp
  440. MessageId = 46
  441. Severity = Informational
  442. Facility = Facility_General
  443. SymbolicName = L_EXECTASKTITLETEXT
  444. Language = English
  445. Web Execute Permissions
  446. .
  447. ;//Web_ExecutePerm.asp
  448. MessageId = 47
  449. Severity = Error
  450. Facility = Facility_General
  451. SymbolicName = L_FAIL_TO_SET_EXECPERMS
  452. Language = English
  453. Failed to set execute permissions
  454. .
  455. ;//Web_ExecutePerm.asp
  456. MessageId = 48
  457. Severity = Informational
  458. Facility = Facility_General
  459. SymbolicName = L_SCRIPTS_EXECUTABLES
  460. Language = English
  461. Scripts and Executables
  462. .
  463. ;//Web_ExecutePerm.asp
  464. MessageId = 49
  465. Severity = Informational
  466. Facility = Facility_General
  467. SymbolicName = L_SCRIPTS_ONLY
  468. Language = English
  469. Scripts Only
  470. .
  471. ;//Web_ExecutePerm.asp
  472. MessageId = 50
  473. Severity = Informational
  474. Facility = Facility_General
  475. SymbolicName = L_NONE
  476. Language = English
  477. None
  478. .
  479. ;//Web_ExecutePerm.asp
  480. MessageId = 51
  481. Severity = Error
  482. Facility = Facility_General
  483. SymbolicName = L_EXECUTE_PERMISSIONS
  484. Language = English
  485. Default execute permissions:
  486. .
  487. ;//Web_ExecutePerm.asp, Web_LogSettings.asp
  488. MessageId = 52
  489. Severity = Informational
  490. Facility = Facility_General
  491. SymbolicName = L_APPLYTOINHERITEDIISTEXT
  492. Language = English
  493. Apply to all Web sites that use the default value
  494. .
  495. ;//Web_ExecutePerm.asp, Web_LogSettings.asp
  496. MessageId = 53
  497. Severity = Informational
  498. Facility = Facility_General
  499. SymbolicName = L_APPLYTOALLIISTEXT
  500. Language = English
  501. Apply to all Web sites (overwrite individual settings)
  502. .
  503. ;//Web_LogSettings.asp
  504. MessageId = 55
  505. Severity = Informational
  506. Facility = Facility_General
  507. SymbolicName = L_IISLOGSTASKTITLETEXT
  508. Language = English
  509. Web Log Settings
  510. .
  511. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  512. MessageId = 57
  513. Severity = Informational
  514. Facility = Facility_General
  515. SymbolicName = L_ENABLELOGGING
  516. Language = English
  517. Enable logging
  518. .
  519. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  520. MessageId = 58
  521. Severity = Informational
  522. Facility = Facility_General
  523. SymbolicName = L_ACTIVELOGFORMAT
  524. Language = English
  525. Active log format:
  526. .
  527. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  528. MessageId = 59
  529. Severity = Informational
  530. Facility = Facility_General
  531. SymbolicName = L_IISLOGFORMAT
  532. Language = English
  533. Microsoft IIS Log File Format
  534. .
  535. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  536. MessageId = 60
  537. Severity = Informational
  538. Facility = Facility_General
  539. SymbolicName = L_COMMONLOGFORMAT
  540. Language = English
  541. NCSA Common Log File Format
  542. .
  543. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  544. MessageId = 61
  545. Severity = Informational
  546. Facility = Facility_General
  547. SymbolicName = L_ODBCLOG
  548. Language = English
  549. ODBC Logging
  550. .
  551. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  552. MessageId = 62
  553. Severity = Informational
  554. Facility = Facility_General
  555. SymbolicName = L_EXTENDEDLOGFILE
  556. Language = English
  557. W3C Extended Log File Format
  558. .
  559. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  560. MessageId = 63
  561. Severity = Informational
  562. Facility = Facility_General
  563. SymbolicName = L_NEWLOGTIME
  564. Language = English
  565. New log time period:
  566. .
  567. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  568. MessageId = 64
  569. Severity = Informational
  570. Facility = Facility_General
  571. SymbolicName = L_HOURLY
  572. Language = English
  573. Hourly
  574. .
  575. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  576. MessageId = 65
  577. Severity = Informational
  578. Facility = Facility_General
  579. SymbolicName = L_MONTHLY
  580. Language = English
  581. Monthly
  582. .
  583. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  584. MessageId = 66
  585. Severity = Informational
  586. Facility = Facility_General
  587. SymbolicName = L_DAILY
  588. Language = English
  589. Daily
  590. .
  591. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  592. MessageId = 67
  593. Severity = Informational
  594. Facility = Facility_General
  595. SymbolicName = L_UNLIMITEDFILESIZE
  596. Language = English
  597. None (unlimited file size)
  598. .
  599. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  600. MessageId = 68
  601. Severity = Informational
  602. Facility = Facility_General
  603. SymbolicName = L_WEEKLY
  604. Language = English
  605. Weekly
  606. .
  607. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  608. MessageId = 69
  609. Severity = Informational
  610. Facility = Facility_General
  611. SymbolicName = L_WHENFILESIZE
  612. Language = English
  613. When file size reaches, in MB:
  614. .
  615. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  616. MessageId = 70
  617. Severity = Informational
  618. Facility = Facility_General
  619. SymbolicName = L_MB
  620. Language = English
  621. MB
  622. .
  623. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  624. MessageId = 71
  625. Severity = Informational
  626. Facility = Facility_General
  627. SymbolicName = L_LOCALTIME
  628. Language = English
  629. Use server's local time for file naming and rollover
  630. .
  631. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  632. MessageId = 72
  633. Severity = Informational
  634. Facility = Facility_General
  635. SymbolicName = L_LOGFILEDIR
  636. Language = English
  637. Log file directory:
  638. .
  639. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  640. MessageId = 73
  641. Severity = Error
  642. Facility = Facility_General
  643. SymbolicName = L_FAIL_TO_SET_LOGS
  644. Language = English
  645. Unable to set logs
  646. .
  647. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  648. MessageId = 74
  649. Severity = Informational
  650. Facility = Facility_General
  651. SymbolicName = L_FILE
  652. Language = English
  653. File
  654. .
  655. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  656. MessageId = 75
  657. Severity = Error
  658. Facility = Facility_General
  659. SymbolicName = L_INVALID_DIR_ERRORMESSAGE
  660. Language = English
  661. The Web site directory cannot contain any of the following characters: [, / * ? \" < > | ; + = ]
  662. .
  663. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  664. MessageId = 76
  665. Severity = Error
  666. Facility = Facility_General
  667. SymbolicName = L_DIRPATHEMPTY_ERRORMESSAGE
  668. Language = English
  669. The directory path cannot be empty.
  670. .
  671. ;//Web_LogSettings.asp, Ftp_LogSettings.asp
  672. MessageId = 77
  673. Severity = Error
  674. Facility = Facility_General
  675. SymbolicName = L_FILESIZE_ERRORMESSAGE
  676. Language = English
  677. The file size exceeds the limit for the drive. Maximum size:
  678. .
  679. ;//Ftp_LogSettings.asp
  680. MessageId = 78
  681. Severity = Informational
  682. Facility = Facility_General
  683. SymbolicName = L_FTPLOG_TEXT
  684. Language = English
  685. FTP Log Settings
  686. .
  687. ;//Web_MasterSettings.asp
  688. MessageId = 81
  689. Severity = Error
  690. Facility = Facility_General
  691. SymbolicName = L_TIMEOUT_ERRORMESSAGE
  692. Language = English
  693. Enter a valid value for ASP script timeout.
  694. .
  695. ;//Web_MasterSettings.asp
  696. MessageId = 82
  697. Severity = Informational
  698. Facility = Facility_General
  699. SymbolicName = L_WEBROOTDIRHELPREMTEXT
  700. Language = English
  701. where all web sites will be created.
  702. .
  703. ;//Ftp_MasterSettings.asp
  704. MessageId = 83
  705. Severity = Error
  706. Facility = Facility_General
  707. SymbolicName = L_CONTIMEOUT_ERRORMESSAGE
  708. Language = English
  709. Enter a valid value for the connection timeout.
  710. .
  711. ;//Ftp_MasterSettings.asp
  712. MessageId = 84
  713. Severity = Error
  714. Facility = Facility_General
  715. SymbolicName = L_UNABLE_TO_SETMASTERSETTINGS
  716. Language = English
  717. Unable to set FTP master settings
  718. .
  719. ;//Ftp_MasterSettings.asp
  720. MessageId = 85
  721. Severity = Error
  722. Facility = Facility_General
  723. SymbolicName = L_UNABLE_TO_SETREGISTRY
  724. Language = English
  725. Unable to set log file path in Registry
  726. .
  727. ;//Web_LogSettings.asp, ftp_LogSettings.asp
  728. MessageId = 87
  729. Severity = Error
  730. Facility = Facility_General
  731. SymbolicName = L_DIRQUOTAERRORMESSAGE
  732. Language = English
  733. File size exceeds limit for the drive.Max limit:%1
  734. .
  735. ;//Web_LogSettings.asp, ftp_LogSettings.asp
  736. MessageId = 88
  737. Severity = Error
  738. Facility = Facility_General
  739. SymbolicName = L_FTPNOTINSTALLED_ERRORMESSAGE
  740. Language = English
  741. FTP Service not installed
  742. .
  743. ;//Ftp_MasterSettings.asp
  744. MessageId = 90
  745. Severity = Informational
  746. Facility = Facility_General
  747. SymbolicName = L_ALLOWANONYMOUS
  748. Language = English
  749. Allow anonymous FTP connections
  750. .
  751. ;//Ftp_MasterSettings.asp
  752. MessageId = 91
  753. Severity = Informational
  754. Facility = Facility_General
  755. SymbolicName = L_ENABLE_FTP_SERVICE
  756. Language = English
  757. Enable FTP for updating content
  758. .
  759. ;//Web_MasterSettings.asp
  760. MessageId = 92
  761. Severity = Informational
  762. Facility = Facility_General
  763. SymbolicName = L_ENABLE_ASP
  764. Language = English
  765. Enable ASP
  766. .
  767. ;//FTP_MasterSettings.asp
  768. MessageId = 93
  769. Severity = Informational
  770. Facility = Facility_General
  771. SymbolicName = L_CREATEADMINFTPSERVER_ERRORMESSAGE
  772. Language = English
  773. Unable to create FTP site for Web content.
  774. .
  775. ;///////////////////////////////////////////////////////////////////////////////
  776. ;// HELP STRINGS
  777. ;///////////////////////////////////////////////////////////////////////////////
  778. MessageId = 400
  779. Severity = Informational
  780. Facility = Facility_General
  781. SymbolicName = L_HELP_WEB_SERVER
  782. Language = English
  783. Web Server
  784. .
  785. MessageId = 401
  786. Severity = Informational
  787. Facility = Facility_General
  788. SymbolicName = L_HELP_WEB_MASTER_SETTINGS
  789. Language = English
  790. Web Master Settings
  791. .
  792. MessageId = 402
  793. Severity = Informational
  794. Facility = Facility_General
  795. SymbolicName = L_HELP_WEB_EXECUTE_PERMISSIONS
  796. Language = English
  797. Web Execute Permissions
  798. .
  799. MessageId = 403
  800. Severity = Informational
  801. Facility = Facility_General
  802. SymbolicName = L_HELP_WEB_LOG_SETTINGS
  803. Language = English
  804. Web Log Settings
  805. .
  806. MessageId = 404
  807. Severity = Informational
  808. Facility = Facility_General
  809. SymbolicName = L_HELP_WEB_FTP_MASTER_SETTINGS
  810. Language = English
  811. FTP Master Settings
  812. .
  813. MessageId = 405
  814. Severity = Informational
  815. Facility = Facility_General
  816. SymbolicName = L_HELP_WEB_FTP_MESSAGES
  817. Language = English
  818. FTP Messages
  819. .
  820. MessageId = 406
  821. Severity = Informational
  822. Facility = Facility_General
  823. SymbolicName = L_HELP_WEB_FTP_LOG_SETTINGS
  824. Language = English
  825. FTP Log Settings
  826. .