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.

1717 lines
35 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// site_area.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// Web Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 30 Nov 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_Area = 0x042:WSA_FACILITY_AREA
  37. Facility_MainBlade = 0x050:SA_FACILITY_MAINBLADE
  38. )
  39. ;/////////////////////////////////////////////////////////////////////////////
  40. ;// TABS
  41. ;/////////////////////////////////////////////////////////////////////////////
  42. MessageId = 5
  43. Severity = Informational
  44. Facility = Facility_MainBlade
  45. SymbolicName = L_MAIN_SITECONFIG_CAPTION
  46. Language = English
  47. Sites
  48. .
  49. MessageId = 6
  50. Severity = Informational
  51. Facility = Facility_MainBlade
  52. SymbolicName = L_MAIN_SITECONFIG_DESC
  53. Language = English
  54. Create, modify, or delete a Web site
  55. .
  56. ;//////////////////////////////////////////////////////////////////////
  57. ;//Site_area strings
  58. ;//////////////////////////////////////////////////////////////////////
  59. ;//Site_area.asp
  60. MessageId = 1
  61. Severity = Informational
  62. Facility = Facility_Area
  63. SymbolicName = L_APPLIANCE_SITES_TEXT
  64. Language = English
  65. Web Site Configuration
  66. .
  67. ;//Site_area.asp
  68. MessageId = 3
  69. Severity = Informational
  70. Facility = Facility_Area
  71. SymbolicName = L_COLUMN_ID_TEXT
  72. Language = English
  73. Web Site Identifier
  74. .
  75. ;//Site_area.asp
  76. MessageId = 4
  77. Severity = Informational
  78. Facility = Facility_Area
  79. SymbolicName = L_COLUMN_DESCRIPTION_TEXT
  80. Language = English
  81. Web Site Description
  82. .
  83. ;//Site_area.asp
  84. MessageId = 5
  85. Severity = Informational
  86. Facility = Facility_Area
  87. SymbolicName = L_COLUMN_FULLNAME_TEXT
  88. Language = English
  89. Web Site IP Address
  90. .
  91. ;//Site_area.asp
  92. MessageId = 6
  93. Severity = Informational
  94. Facility = Facility_Area
  95. SymbolicName = L_COLUMN_PORT_TEXT
  96. Language = English
  97. Port
  98. .
  99. ;//Site_area.asp
  100. MessageId = 7
  101. Severity = Informational
  102. Facility = Facility_Area
  103. SymbolicName = L_TASKS_TEXT
  104. Language = English
  105. Tasks
  106. .
  107. ;//Site_area.asp
  108. MessageId = 8
  109. Severity = Informational
  110. Facility = Facility_Area
  111. SymbolicName = L_SERVEAREABUTTON_NEW_TEXT
  112. Language = English
  113. Create...
  114. .
  115. ;//Site_area.asp
  116. MessageId = 9
  117. Severity = Informational
  118. Facility = Facility_Area
  119. SymbolicName = L_NEW_ROLLOVERTEXT
  120. Language = English
  121. Create Web Site...
  122. .
  123. ;//Site_delete.asp
  124. MessageId = 10
  125. Severity = Error
  126. Facility = Facility_Area
  127. SymbolicName = L_OBJECTNOTFOUND_ERRORMESSAGE
  128. Language = English
  129. The Web site does not exist.
  130. .
  131. ;//Site_delete.asp
  132. MessageId = 11
  133. Severity = Error
  134. Facility = Facility_Area
  135. SymbolicName = L_UNABLETO_DELETEFOLDER_ERRORMESSAGE
  136. Language = English
  137. Unable to delete the home directory.
  138. .
  139. ;//Site_delete.asp
  140. MessageId = 12
  141. Severity = Error
  142. Facility = Facility_Area
  143. SymbolicName = L_UNABLETO_CONNECT_SERVER
  144. Language = English
  145. Unable to connect to the server.
  146. .
  147. ;//Site_delete.asp
  148. MessageId = 13
  149. Severity = Error
  150. Facility = Facility_Area
  151. SymbolicName = L_UNABLETODELETEOU_ERRORMESSAGE
  152. Language = English
  153. Unable to delete the organizational unit %1.
  154. .
  155. ;//Site_delete.asp
  156. MessageId = 14
  157. Severity = Error
  158. Facility = Facility_Area
  159. SymbolicName = L_ADMINUSER_ERRORMESSAGE
  160. Language = English
  161. Unable to delete the Admin user.
  162. .
  163. ;//Site_delete.asp
  164. MessageId = 15
  165. Severity = Error
  166. Facility = Facility_Area
  167. SymbolicName = L_FTPUSER_ERRORMESSAGE
  168. Language = English
  169. Unable to delete the FTP user.
  170. .
  171. ;//Site_delete.asp
  172. MessageId = 16
  173. Severity = Error
  174. Facility = Facility_Area
  175. SymbolicName = L_ANONUSER_DELETE_ERRORMESSAGE
  176. Language = English
  177. Unable to delete the Anonymous user.
  178. .
  179. ;//Site_delete.asp
  180. MessageId = 17
  181. Severity = Error
  182. Facility = Facility_Area
  183. SymbolicName = L_COULDNOTDELETESITE_ERRORMESSAGE
  184. Language = English
  185. Unable to delete the site.
  186. .
  187. ;//Site_delete.asp
  188. MessageId = 18
  189. Severity = Informational
  190. Facility = Facility_Area
  191. SymbolicName = L_DELETETHESITEMESSAGE
  192. Language = English
  193. Are you sure you want to delete the Web site <%1>?
  194. .
  195. ;//Site_delete.asp
  196. MessageId = 19
  197. Severity = Informational
  198. Facility = Facility_Area
  199. SymbolicName = L_NOTE
  200. Language = English
  201. Choosing OK will delete the Web site, the home directory, and all users and groups.
  202. .
  203. ;//Site_delete.asp
  204. MessageId = 20
  205. Severity = Informational
  206. Facility = Facility_Area
  207. SymbolicName = L_DELETETASKTITLE
  208. Language = English
  209. Delete Web Site
  210. .
  211. ;//Site_delete.asp
  212. MessageId = 21
  213. Severity = Success
  214. Facility = Facility_Area
  215. SymbolicName = L_DELETE_FOLDER_SUCCESS
  216. Language = English
  217. Deleting folders succeeded
  218. .
  219. ;//Site_delete.asp
  220. MessageId = 22
  221. Severity = Informational
  222. Facility = Facility_Area
  223. SymbolicName = L_ATTEMPTING_TO_DELETE_FOLDER
  224. Language = English
  225. Attempting to delete folder
  226. .
  227. ;//Site_delete.asp
  228. MessageId = 23
  229. Severity = Success
  230. Facility = Facility_Area
  231. SymbolicName = L_USERSDELETED
  232. Language = English
  233. Users deleted successfully
  234. .
  235. ;//Site_delete.asp
  236. MessageId = 25
  237. Severity = Success
  238. Facility = Facility_Area
  239. SymbolicName = L_SUCCESS_DELETE_QUOTA
  240. Language = English
  241. Quotas deleted successfully
  242. .
  243. ;//Site_delete.asp
  244. MessageId = 26
  245. Severity = Informational
  246. Facility = Facility_Area
  247. SymbolicName = L_ATTEMPTING_TO_DELETE_USERS
  248. Language = English
  249. Attempting to delete users
  250. .
  251. ;//Site_delete.asp
  252. MessageId = 27
  253. Severity = Informational
  254. Facility = Facility_Area
  255. SymbolicName = L_ATTEMPTING_TODELETE_DIR
  256. Language = English
  257. Attempting to remove directory
  258. .
  259. ;//Site_delete.asp
  260. MessageId = 28
  261. Severity = Informational
  262. Facility = Facility_Area
  263. SymbolicName = L_ATTEMPTING_TODELETE_SITE
  264. Language = English
  265. Attempting to Delete site
  266. .
  267. ;//Site_modify.asp
  268. MessageId = 29
  269. Severity = Informational
  270. Facility = Facility_Area
  271. SymbolicName = L_NOINPUTDATA_TEXT
  272. Language = English
  273. --No Data Input--
  274. .
  275. ;//Site_modify.asp
  276. MessageId = 31
  277. Severity = Informational
  278. Facility = Facility_Area
  279. SymbolicName = L_TABPROPSHEET_TEXT
  280. Language = English
  281. TabPropSheet
  282. .
  283. ;//Site_modify.asp
  284. MessageId = 32
  285. Severity = Informational
  286. Facility = Facility_Area
  287. SymbolicName = L_MODIFYTASKTITLE_TEXT
  288. Language = English
  289. Modify Web Site
  290. .
  291. ;//Site_modify.asp
  292. MessageId = 33
  293. Severity = Informational
  294. Facility = Facility_Area
  295. SymbolicName = L_APPLICATIONSETTINGS_TEXT
  296. Language = English
  297. Application Settings
  298. .
  299. ;//Site_modify.asp
  300. MessageId = 35
  301. Severity = Informational
  302. Facility = Facility_Area
  303. SymbolicName = L_SITEIDENTITY_TEXT
  304. Language = English
  305. Site Identities
  306. .
  307. ;//Site_modify.asp
  308. MessageId = 36
  309. Severity = Informational
  310. Facility = Facility_Area
  311. SymbolicName = L_GENERAL_TEXT
  312. Language = English
  313. General
  314. .
  315. ;//Site_modify.asp
  316. MessageId = 37
  317. Severity = Error
  318. Facility = Facility_Area
  319. SymbolicName = L_UNABLETOSTART_SITE_ERRORMESSAGE
  320. Language = English
  321. Unable to start the Web Site.
  322. .
  323. ;//Site_modify.asp
  324. MessageId = 38
  325. Severity = Error
  326. Facility = Facility_Area
  327. SymbolicName = L_UNABLE_TOSET_USER_INFO
  328. Language = English
  329. Unable to set User information.
  330. .
  331. ;//Site_modify.asp
  332. MessageId = 39
  333. Severity = Error
  334. Facility = Facility_Area
  335. SymbolicName = L_USRDOESNOTEXITS_ERRORMESSAGE
  336. Language = English
  337. User does not exist.
  338. .
  339. ;//Site_modify.asp
  340. MessageId = 40
  341. Severity = Error
  342. Facility = Facility_Area
  343. SymbolicName = L_UNABLETOSET_APP_PROT_ERRORMESSAGE
  344. Language = English
  345. Unable to set Application Protection.
  346. .
  347. ;//Site_modify.asp
  348. MessageId = 41
  349. Severity = Error
  350. Facility = Facility_Area
  351. SymbolicName = L_UNABLETOSET_ALLOWANON_ERRORMESSAGE
  352. Language = English
  353. Unable to set Anonymous settings.
  354. .
  355. ;//Site_modify.asp
  356. MessageId = 42
  357. Severity = Error
  358. Facility = Facility_Area
  359. SymbolicName = L_UNABLETOSET_IP_ERRORMESSAGE
  360. Language = English
  361. Unable to set IP/Port/Host Headers.
  362. .
  363. ;//Site_modify.asp
  364. MessageId = 43
  365. Severity = Error
  366. Facility = Facility_Area
  367. SymbolicName = L_UNABLETOSET_PASSWORD_ERRORMESSAGE
  368. Language = English
  369. Unable to set Password.
  370. .
  371. ;//Site_modify.asp
  372. MessageId = 44
  373. Severity = Error
  374. Facility = Facility_Area
  375. SymbolicName = L_UNABLETOSET_SITEDESC_ERRORMESSAGE
  376. Language = English
  377. Unable to set the Site Description.
  378. .
  379. ;//Site_modify.asp
  380. MessageId = 45
  381. Severity = Error
  382. Facility = Facility_Area
  383. SymbolicName = L_CANNOTDELETE_CREATEDUSERS_ERRORMESSAGE
  384. Language = English
  385. Unable to delete the users created.
  386. .
  387. ;//Site_modify.asp
  388. MessageId = 47
  389. Severity = Error
  390. Facility = Facility_Area
  391. SymbolicName = L_ANONSETTINGS_ERRORMESSAGE
  392. Language = English
  393. Unable to set Anonymous user settings for the web site.
  394. .
  395. ;//Site_modify.asp
  396. MessageId = 48
  397. Severity = Error
  398. Facility = Facility_Area
  399. SymbolicName = L_APPSETTINGS_ERRORMESSAGE
  400. Language = English
  401. Unable to set Application Protection settings.
  402. .
  403. ;//Site_modify.asp
  404. MessageId = 49
  405. Severity = Error
  406. Facility = Facility_Area
  407. SymbolicName = L_ANONUSER_CREATE_ERRORMESSAGE
  408. Language = English
  409. Unable to create Anonymous user.
  410. .
  411. ;//Site_modify.asp
  412. MessageId = 50
  413. Severity = Error
  414. Facility = Facility_Area
  415. SymbolicName = L_INSTANCEFAIL_ERRORMESSAGE
  416. Language = English
  417. Unable to get the directory security information.
  418. .
  419. ;//Site_modify.asp
  420. MessageId = 51
  421. Severity = Error
  422. Facility = Facility_Area
  423. SymbolicName = L_CREATEFAIL_DACLENTRY_ERRORMESSAGE
  424. Language = English
  425. Unable to create DACL entry for the Anonymous user.
  426. .
  427. ;//Site_modify.asp
  428. MessageId = 52
  429. Severity = Error
  430. Facility = Facility_Area
  431. SymbolicName = L_USERADMINPERMS_ERRORMESSAGE
  432. Language = English
  433. Unable to set administrative privileges.
  434. .
  435. ;//Site_modify.asp
  436. MessageId = 53
  437. Severity = Error
  438. Facility = Facility_Area
  439. SymbolicName = L_APPPROTECTION_ERRORMESSAGE
  440. Language = English
  441. Unable to set Application Protection and Anonymous User settings.
  442. .
  443. ;//Site_modify.asp
  444. MessageId = 54
  445. Severity = Error
  446. Facility = Facility_Area
  447. SymbolicName = L_UPDATEFAIL_ERRORMESSAGE
  448. Language = English
  449. Failed to update the web site settings.
  450. .
  451. ;//Site_modify.asp
  452. MessageId = 55
  453. Severity = Error
  454. Facility = Facility_Area
  455. SymbolicName = L_FILEINFORMATION_ERRORMESSAGE
  456. Language = English
  457. Unable to get File information.
  458. .
  459. ;//Site_modify.asp
  460. MessageId = 56
  461. Severity = Error
  462. Facility = Facility_Area
  463. SymbolicName = L_INFORMATION_ERRORMESSAGE
  464. Language = English
  465. Contact the manufacturer of your server for more information.
  466. .
  467. ;//Sitemodify_prop.asp, Sitenew.asp
  468. MessageId = 58
  469. Severity = Error
  470. Facility = Facility_Area
  471. SymbolicName = L_PWD_MISMATCH_ERROR_MESSAGE
  472. Language = English
  473. The new passwords do not match.
  474. .
  475. ;//Sitemodify_prop.asp, Sitenew.asp
  476. MessageId = 59
  477. Severity = Error
  478. Facility = Facility_Area
  479. SymbolicName = L_ADMIN_NOTEMPTY_ERROR_MESSAGE
  480. Language = English
  481. Enter valid Web site administrator.
  482. .
  483. ;//Sitemodify_prop.asp, Sitenew.asp
  484. MessageId = 60
  485. Severity = Error
  486. Facility = Facility_Area
  487. SymbolicName = L_DIR_NOTEMPTY_ERROR_MESSAGE
  488. Language = English
  489. Enter a valid directory.
  490. .
  491. ;//Sitemodify_prop.asp, Sitenew.asp
  492. MessageId = 61
  493. Severity = Error
  494. Facility = Facility_Area
  495. SymbolicName = L_DESC_NOTEMPTY_ERROR_MESSAGE
  496. Language = English
  497. Enter a valid Web site description.
  498. .
  499. ;//Sitemodify_prop.asp, Sitenew.asp
  500. MessageId = 62
  501. Severity = Error
  502. Facility = Facility_Area
  503. SymbolicName = L_ID_NOTEMPTY_ERROR_MESSAGE
  504. Language = English
  505. Enter a valid Web site identifier.
  506. .
  507. ;//Sitemodify_prop.asp
  508. MessageId = 63
  509. Severity = Informational
  510. Facility = Facility_Area
  511. SymbolicName = L_EXECUTE_PERMISSIONS
  512. Language = English
  513. Default execute permissions:
  514. .
  515. ;//Sitemodify_prop.asp
  516. MessageId = 64
  517. Severity = Error
  518. Facility = Facility_Area
  519. SymbolicName = L_FAIL_TO_SET_EXECPERMS
  520. Language = English
  521. Failed to set execute permissions.
  522. .
  523. ;//Sitemodify_prop.asp
  524. MessageId = 65
  525. Severity = Informational
  526. Facility = Facility_Area
  527. SymbolicName = L_SCRIPTS_EXECUTABLES
  528. Language = English
  529. Scripts and Executables
  530. .
  531. ;//Sitemodify_prop.asp
  532. MessageId = 66
  533. Severity = Informational
  534. Facility = Facility_Area
  535. SymbolicName = L_SCRIPTS_ONLY
  536. Language = English
  537. Scripts Only
  538. .
  539. ;//Sitemodify_prop.asp
  540. MessageId = 67
  541. Severity = Informational
  542. Facility = Facility_Area
  543. SymbolicName = L_NONE
  544. Language = English
  545. None
  546. .
  547. ;//Sitemodify_prop.asp
  548. MessageId = 75
  549. Severity = Informational
  550. Facility = Facility_Area
  551. SymbolicName = L_IP_UNASSIGNED_TEXT
  552. Language = English
  553. All Unassigned
  554. .
  555. ;//Sitemodify_prop.asp
  556. MessageId = 77
  557. Severity = Informational
  558. Facility = Facility_Area
  559. SymbolicName = L_APPL_FRONT_PAGE_EXTN_TEXT
  560. Language = English
  561. Enable Microsoft&reg; FrontPage&reg; Server Extensions
  562. .
  563. ;//Sitemodify_prop.asp
  564. MessageId = 83
  565. Severity = Informational
  566. Facility = Facility_Area
  567. SymbolicName = L_SITE_HOST_HEADER_TEXT
  568. Language = English
  569. Host headers:
  570. .
  571. ;//Sitemodify_prop.asp
  572. MessageId = 84
  573. Severity = Informational
  574. Facility = Facility_Area
  575. SymbolicName = L_SITE_TCPPORT_TEXT
  576. Language = English
  577. TCP port:
  578. .
  579. ;//Sitemodify_prop.asp
  580. MessageId = 85
  581. Severity = Informational
  582. Facility = Facility_Area
  583. SymbolicName = L_SITE_IPADDR_TEXT
  584. Language = English
  585. IP address:
  586. .
  587. ;//Sitemodify_prop.asp
  588. MessageId = 89
  589. Severity = Informational
  590. Facility = Facility_Area
  591. SymbolicName = L_GEN_SITE_CONFIRM_PSWD_TEXT
  592. Language = English
  593. Confirm password:
  594. .
  595. ;//Sitemodify_prop.asp
  596. MessageId = 90
  597. Severity = Informational
  598. Facility = Facility_Area
  599. SymbolicName = L_GEN_SITE_ADMIN_PSWD_TEXT
  600. Language = English
  601. Administrator password:
  602. .
  603. ;//Sitemodify_prop.asp
  604. MessageId = 91
  605. Severity = Informational
  606. Facility = Facility_Area
  607. SymbolicName = L_GEN_SITE_ADMIN_TEXT
  608. Language = English
  609. Web site administrator:
  610. .
  611. ;//Sitemodify_prop.asp
  612. MessageId = 92
  613. Severity = Informational
  614. Facility = Facility_Area
  615. SymbolicName = L_GEN_SITE_DIR_TEXT
  616. Language = English
  617. Directory:
  618. .
  619. ;//Sitemodify_prop.asp
  620. MessageId = 94
  621. Severity = Informational
  622. Facility = Facility_Area
  623. SymbolicName = L_GEN_SITE_ID_TEXT
  624. Language = English
  625. Site Identifier:
  626. .
  627. ;//Sitemodify.asp
  628. MessageId = 98
  629. Severity = Success
  630. Facility = Facility_Area
  631. SymbolicName = L_SUCCESSFPE_TEXT
  632. Language = English
  633. Frontpage extensions installed
  634. .
  635. ;//Sitemodify.asp
  636. MessageId = 99
  637. Severity = Informational
  638. Facility = Facility_Area
  639. SymbolicName = L_ATTEMPTINGTOSETFPE_TEXT
  640. Language = English
  641. Attempting to Update frontpage extensions
  642. .
  643. ;//Sitemodify.asp
  644. MessageId = 100
  645. Severity = Success
  646. Facility = Facility_Area
  647. SymbolicName = L_SUCCESSDACLENTRY_TEXT
  648. Language = English
  649. DACL entries set
  650. .
  651. ;//Sitemodify.asp
  652. MessageId = 101
  653. Severity = Informational
  654. Facility = Facility_Area
  655. SymbolicName = L_ATTEMPTINGTOSETDACL_TEXT
  656. Language = English
  657. Attempting to set DACL entries
  658. .
  659. ;//Sitemodify.asp
  660. MessageId = 102
  661. Severity = Success
  662. Facility = Facility_Area
  663. SymbolicName = L_SUCCESSSITESTARTED_TEXT
  664. Language = English
  665. Site started
  666. .
  667. ;//Sitemodify.asp
  668. MessageId = 103
  669. Severity = Informational
  670. Facility = Facility_Area
  671. SymbolicName = L_ATTEMPTINGTOSTARTSITE_TEXT
  672. Language = English
  673. Attempting to start the web site
  674. .
  675. ;//Sitemodify.asp
  676. MessageId = 104
  677. Severity = Success
  678. Facility = Facility_Area
  679. SymbolicName = L_SUCCESSAPPLNSETTINGS_TEXT
  680. Language = English
  681. Application settings successfully set
  682. .
  683. ;//Sitemodify.asp
  684. MessageId = 105
  685. Severity = Informational
  686. Facility = Facility_Area
  687. SymbolicName = L_ATTEMPTINGTOSETAPPLNSETTINGS_TEXT
  688. Language = English
  689. Attempting to set application settings
  690. .
  691. ;//Sitemodify.asp
  692. MessageId = 106
  693. Severity = Success
  694. Facility = Facility_Area
  695. SymbolicName = L_SUCCESSEXECPERMS_TEXT
  696. Language = English
  697. Execute Permissions successfully set
  698. .
  699. ;//Sitemodify.asp
  700. MessageId = 107
  701. Severity = Informational
  702. Facility = Facility_Area
  703. SymbolicName = L_ATTEMPTINGTOSETEXECPERMS_TEXT
  704. Language = English
  705. Attempting to set execute permissions
  706. .
  707. ;//Sitemodify.asp
  708. MessageId = 112
  709. Severity = Informational
  710. Facility = Facility_Area
  711. SymbolicName = L_ATTEMPTINGMODIFY_TEXT
  712. Language = English
  713. Attempting to modify site settings
  714. .
  715. ;//Sitemodify.asp
  716. MessageId = 113
  717. Severity = Success
  718. Facility = Facility_Area
  719. SymbolicName = L_SUCCESS_PWDCHANGED_TEXT
  720. Language = English
  721. Password is successfully changed
  722. .
  723. ;//Sitemodify.asp
  724. MessageId = 114
  725. Severity = Informational
  726. Facility = Facility_Area
  727. SymbolicName = L_ATTEMPTINGTOSETADMINPWD_TEXT
  728. Language = English
  729. Attempting to set Admin password
  730. .
  731. ;//Sitemodify.asp
  732. MessageId = 115
  733. Severity = Informational
  734. Facility = Facility_Area
  735. SymbolicName = L_MODIFYINGSETTINGS_TEXT
  736. Language = English
  737. Modifying Site settings
  738. .
  739. ;//Sitenew_prop.asp
  740. MessageId = 118
  741. Severity = Informational
  742. Facility = Facility_Area
  743. SymbolicName = L_GEN_SITE_CREATEDIR_TEXT
  744. Language = English
  745. Create directory if it does not exist
  746. .
  747. ;//Site_new.asp
  748. MessageId = 119
  749. Severity = Error
  750. Facility = Facility_Area
  751. SymbolicName = L_CREATEFAIL_ERRORMESSAGE
  752. Language = English
  753. Unable to create the Web site.
  754. .
  755. ;//Site_new.asp
  756. MessageId = 120
  757. Severity = Error
  758. Facility = Facility_Area
  759. SymbolicName = L_UNABLE_TOLOGIN_ERRORMESSAGE
  760. Language = English
  761. Unable to show contents:Not Logged in as Domain Administrator.
  762. .
  763. ;//Site_new.asp
  764. MessageId = 122
  765. Severity = Informational
  766. Facility = Facility_Area
  767. SymbolicName = L_CREATETASKTITLE_TEXT
  768. Language = English
  769. Create Web Site
  770. .
  771. ;//Site_new.asp
  772. MessageId = 123
  773. Severity = Error
  774. Facility = Facility_Area
  775. SymbolicName = L_DACL_ERRORMESSAGE
  776. Language = English
  777. Unable to set DACL entries.
  778. .
  779. ;//Site_new.asp
  780. MessageId = 124
  781. Severity = Error
  782. Facility = Facility_Area
  783. SymbolicName = L_INVALID_DIR_PATH_ERRMSG
  784. Language = English
  785. Enter a valid directory.
  786. .
  787. ;//Site_new.asp
  788. MessageId = 125
  789. Severity = Error
  790. Facility = Facility_Area
  791. SymbolicName = L_FAILED_CREATE_DIR_ERRMSG
  792. Language = English
  793. Failed to create the directory.
  794. .
  795. ;//Site_new.asp
  796. MessageId = 126
  797. Severity = Error
  798. Facility = Facility_Area
  799. SymbolicName = L_NOT_NTFS_DRIVE_ERRMSG
  800. Language = English
  801. Enter a directory from an NTFS formatted drive.
  802. .
  803. ;//Site_new.asp
  804. MessageId = 127
  805. Severity = Error
  806. Facility = Facility_Area
  807. SymbolicName = L_INVALID_DRIVE_ERRMSG
  808. Language = English
  809. The drive is invalid.
  810. .
  811. ;//Site_new.asp
  812. MessageId = 128
  813. Severity = Error
  814. Facility = Facility_Area
  815. SymbolicName = L_DIR_DOESNOT_EXIST_ERRMSG
  816. Language = English
  817. The directory does not exist.
  818. .
  819. ;//Site_new.asp
  820. MessageId = 129
  821. Severity = Error
  822. Facility = Facility_Area
  823. SymbolicName = L_CRMANAGEDSITE_REGKEY_ERRORMESSAGE
  824. Language = English
  825. Unable to set serverID property.
  826. .
  827. ;//Site_new.asp
  828. MessageId = 130
  829. Severity = Error
  830. Facility = Facility_Area
  831. SymbolicName = L_UNABLETOCREATEOU_ERRORMESSAGE
  832. Language = English
  833. Unable to create organizational unit %1.
  834. .
  835. ;//Site_new.asp
  836. MessageId = 131
  837. Severity = Error
  838. Facility = Facility_Area
  839. SymbolicName = L_UNABLE_TOSET_OPERATORS_ERRORMESSAGE
  840. Language = English
  841. Unable to set operators for the Web Site.
  842. .
  843. ;//Site_new.asp
  844. MessageId = 132
  845. Severity = Error
  846. Facility = Facility_Area
  847. SymbolicName = L_COMPUTERNAME_ERRORMESSAGE
  848. Language = English
  849. Error occurred while getting Computer Name.
  850. .
  851. ;//Site_new.asp
  852. MessageId = 133
  853. Severity = Error
  854. Facility = Facility_Area
  855. SymbolicName = L_LOCALIZATIONOBJECTFAILED_ERRORMESSAGE
  856. Language = English
  857. Unable to Create Localization Object.
  858. .
  859. ;//Site_new.asp
  860. MessageId = 134
  861. Severity = Error
  862. Facility = Facility_Area
  863. SymbolicName = L_WMICONNECTIONFAILED_ERRORMESSAGE
  864. Language = English
  865. Connection to WMI Failed.
  866. .
  867. ;//Site_new.asp
  868. MessageId = 135
  869. Severity = Error
  870. Facility = Facility_Area
  871. SymbolicName = L_CREATEUSER_ERRORMESSAGE
  872. Language = English
  873. Unable to create the user.
  874. .
  875. ;//Site_new.asp
  876. MessageId = 136
  877. Severity = Error
  878. Facility = Facility_Area
  879. SymbolicName = L_SETPW_ERRORMESSAGE
  880. Language = English
  881. Unable to set the user password.
  882. .
  883. ;//Site_new.asp
  884. MessageId = 138
  885. Severity = Success
  886. Facility = Facility_Area
  887. SymbolicName = L_SUCCESS_CREATE_TEXT
  888. Language = English
  889. Site Created Successfully
  890. .
  891. ;//Site_new.asp
  892. MessageId = 140
  893. Severity = Informational
  894. Facility = Facility_Area
  895. SymbolicName = L_ATTEMPTINGFPE_TEXT
  896. Language = English
  897. Attempting to update Microsoft&reg; Front Page&reg; extensions
  898. .
  899. ;//Site_new.asp
  900. MessageId = 141
  901. Severity = Success
  902. Facility = Facility_Area
  903. SymbolicName = L_SUCCESS_DACLFTP_TEXT
  904. Language = English
  905. DACL entry set for FTP user
  906. .
  907. ;//Site_new.asp
  908. MessageId = 142
  909. Severity = Informational
  910. Facility = Facility_Area
  911. SymbolicName = L_ATTEMPTINGDACL_FTP_TEXT
  912. Language = English
  913. Attempting to set DACL entry for FTP user
  914. .
  915. ;//Site_new.asp
  916. MessageId = 143
  917. Severity = Success
  918. Facility = Facility_Area
  919. SymbolicName = L_SUCCESS_DACLADMIN_TEXT
  920. Language = English
  921. DACL entry set for Admin and Anonymous user
  922. .
  923. ;//Site_new.asp
  924. MessageId = 144
  925. Severity = Informational
  926. Facility = Facility_Area
  927. SymbolicName = L_ATTEMPTINGDACL_ADMIN_TEXT
  928. Language = English
  929. Attempting to set DACL entry for Admin and Anonymous user
  930. .
  931. ;//Site_new.asp
  932. MessageId = 147
  933. Severity = Success
  934. Facility = Facility_Area
  935. SymbolicName = L_SUCCESS_USERS_TEXT
  936. Language = English
  937. Users Created
  938. .
  939. ;//Site_new.asp
  940. MessageId = 148
  941. Severity = Informational
  942. Facility = Facility_Area
  943. SymbolicName = L_CREATINGUSERS_TEXT
  944. Language = English
  945. Attempting to create users
  946. .
  947. ;//Site_new.asp
  948. MessageId = 149
  949. Severity = Informational
  950. Facility = Facility_Area
  951. SymbolicName = L_CREATINGSITE_TEXT
  952. Language = English
  953. Creating Web Site
  954. .
  955. ;//Site_new.asp
  956. MessageId = 150
  957. Severity = Success
  958. Facility = Facility_Area
  959. SymbolicName = L_INPUTS_VALIDATED_TEXT
  960. Language = English
  961. Inputs validated
  962. .
  963. ;//Site_area.asp
  964. MessageId = 151
  965. Severity = Informational
  966. Facility = Facility_Area
  967. SymbolicName = L_START_TEXT
  968. Language = English
  969. Started
  970. .
  971. ;//Site_area.asp
  972. MessageId = 152
  973. Severity = Informational
  974. Facility = Facility_Area
  975. SymbolicName = L_STOPPED_TEXT
  976. Language = English
  977. Stopped
  978. .
  979. ;//Site_area.asp
  980. MessageId = 153
  981. Severity = Informational
  982. Facility = Facility_Area
  983. SymbolicName = L_PAUSED_TEXT
  984. Language = English
  985. Paused
  986. .
  987. ;//Site_area.asp
  988. MessageId = 154
  989. Severity = Error
  990. Facility = Facility_Area
  991. SymbolicName = L_FAILEDTOGETSITES_ERRORMESSAGE
  992. Language = English
  993. Unable to get sites information.
  994. .
  995. ;//Site_area.asp
  996. MessageId = 155
  997. Severity = Error
  998. Facility = Facility_Area
  999. SymbolicName = L_FAILEDTOADDCOLOUMN_ERRORMESSAGE
  1000. Language = English
  1001. Unable to add column to the table.
  1002. .
  1003. ;//Site_area.asp
  1004. MessageId = 156
  1005. Severity = Error
  1006. Facility = Facility_Area
  1007. SymbolicName = L_FAILEDTOADDROW_ERRORMESSAGE
  1008. Language = English
  1009. Unable to add row to the table.
  1010. .
  1011. ;//Site_area.asp
  1012. MessageId = 157
  1013. Severity = Error
  1014. Facility = Facility_Area
  1015. SymbolicName = L_FAILEDTOADDTASK_ERRORMESSAGE
  1016. Language = English
  1017. Unable to add task to the table.
  1018. .
  1019. ;//Site_area.asp
  1020. MessageId = 158
  1021. Severity = Error
  1022. Facility = Facility_Area
  1023. SymbolicName = L_FAILEDTOSORT_ERRORMESSAGE
  1024. Language = English
  1025. Unable to sort entries in table.
  1026. .
  1027. ;//Site_area.asp
  1028. MessageId = 159
  1029. Severity = Error
  1030. Facility = Facility_Area
  1031. SymbolicName = L_FAILEDTOSHOW_ERRORMESSAGE
  1032. Language = English
  1033. Unable to show entries in table.
  1034. .
  1035. ;//Site_area.asp
  1036. MessageId = 160
  1037. Severity = Error
  1038. Facility = Facility_Area
  1039. SymbolicName = L_FAILEDTOADDTASKTITLE_ERRORMESSAGE
  1040. Language = English
  1041. Unable to add task title.
  1042. .
  1043. ;//Sitemodify_prop.asp, Sitenew.asp
  1044. MessageId = 165
  1045. Severity = Error
  1046. Facility = Facility_Area
  1047. SymbolicName = L_SITE_IDENTIFIER_EMPTY_TEXT
  1048. Language = English
  1049. Site Identifier cannot contain any of the following characters: [ , \ / : * ? \" < > | ; + = ]
  1050. .
  1051. ;//Sitemodify_prop.asp, Sitenew.asp
  1052. MessageId = 166
  1053. Severity = Error
  1054. Facility = Facility_Area
  1055. SymbolicName = L_VALID_PORT_ERRORMESSAGE
  1056. Language = English
  1057. The port number is invalid. Valid: [1 - 65535]
  1058. .
  1059. ;//Sitemodify_prop.asp, Sitenew.asp
  1060. MessageId = 167
  1061. Severity = Error
  1062. Facility = Facility_Area
  1063. SymbolicName = L_INVALID_DIR_ERRORMESSAGE
  1064. Language = English
  1065. Enter a valid directory.
  1066. .
  1067. ;//Sitenew.asp
  1068. MessageId = 173
  1069. Severity = Informational
  1070. Facility = Facility_Area
  1071. SymbolicName = L_SET_DACL_ENTRY_TEXT
  1072. Language = English
  1073. Setting DACL entry for Admin, Anonymous User.
  1074. .
  1075. ;//Sitenew.asp
  1076. MessageId = 174
  1077. Severity = Informational
  1078. Facility = Facility_Area
  1079. SymbolicName = L_DACL_ENTRY_SET_TEXT
  1080. Language = English
  1081. DACL entry set for Admin, Anonymous User.
  1082. .
  1083. ;//Sitenew.asp
  1084. MessageId = 175
  1085. Severity = Informational
  1086. Facility = Facility_Area
  1087. SymbolicName = L_DACL_ENTRY_FTP_USER_TEXT
  1088. Language = English
  1089. attempting to Set DACL entry for FTP User for FTP Directory.
  1090. .
  1091. ;//Sitenew.asp
  1092. MessageId = 176
  1093. Severity = Informational
  1094. Facility = Facility_Area
  1095. SymbolicName = L_UPDATE_FRONTPAGE_EXT_TEXT
  1096. Language = English
  1097. Attempting to update Microsoft&reg; Front Page&reg; extensions.
  1098. .
  1099. ;//Sitenew.asp
  1100. MessageId = 177
  1101. Severity = Informational
  1102. Facility = Facility_Area
  1103. SymbolicName = L_FRONPAGE_EXTENSIONS_UPDATE_TEXT
  1104. Language = English
  1105. Microsoft&reg; Front Page&reg; extensions updated.
  1106. .
  1107. ;//Sitenew.asp
  1108. MessageId = 178
  1109. Severity = Informational
  1110. Facility = Facility_Area
  1111. SymbolicName = L_SITE_CREATED_SUCCESS_TEXT
  1112. Language = English
  1113. Site Created Successfully.
  1114. .
  1115. ;//Sitenew.asp
  1116. MessageId = 179
  1117. Severity = Informational
  1118. Facility = Facility_Area
  1119. SymbolicName = L_SITE_STARTED_SUCCESS_TEXT
  1120. Language = English
  1121. Site Created... attempting to start...
  1122. .
  1123. ;//Sitenew.asp
  1124. MessageId = 182
  1125. Severity = Informational
  1126. Facility = Facility_Area
  1127. SymbolicName = L_DIR_FOR_WEB_SITES_TEXT
  1128. Language = English
  1129. Specify a directory which is not used by any web sites.
  1130. .
  1131. ;//Sitenew.asp
  1132. MessageId = 183
  1133. Severity = Informational
  1134. Facility = Facility_Area
  1135. SymbolicName = L_SERVEAREABUTTON_MODIFY_TEXT
  1136. Language = English
  1137. Modify...
  1138. .
  1139. ;//Sitenew.asp
  1140. MessageId = 184
  1141. Severity = Informational
  1142. Facility = Facility_Area
  1143. SymbolicName = L_MODIFY_ROLLOVERTEXT
  1144. Language = English
  1145. Modify Web Site...
  1146. .
  1147. ;//Sitenew.asp
  1148. MessageId = 185
  1149. Severity = Informational
  1150. Facility = Facility_Area
  1151. SymbolicName = L_SERVEAREABUTTON_DELETE_TEXT
  1152. Language = English
  1153. Delete
  1154. .
  1155. ;//Sitenew.asp
  1156. MessageId = 186
  1157. Severity = Informational
  1158. Facility = Facility_Area
  1159. SymbolicName = L_DELETE_ROLLOVERTEXT
  1160. Language = English
  1161. Delete Web Site
  1162. .
  1163. ;//Sitenew.asp
  1164. MessageId = 187
  1165. Severity = Informational
  1166. Facility = Facility_Area
  1167. SymbolicName = L_SITE_STATUS
  1168. Language = English
  1169. Status
  1170. .
  1171. ;//Sitenew.asp
  1172. MessageId = 188
  1173. Severity = Informational
  1174. Facility = Facility_Area
  1175. SymbolicName = L_HOST_HEADER
  1176. Language = English
  1177. Host Header
  1178. .
  1179. ;//Sitenew.asp
  1180. MessageId = 189
  1181. Severity = Informational
  1182. Facility = Facility_Area
  1183. SymbolicName = L_CONTENT_UPLOADMETHOD_NEITHER
  1184. Language = English
  1185. Do not configure these content authoring options
  1186. .
  1187. ;//Sitenew.asp
  1188. MessageId = 190
  1189. Severity = Informational
  1190. Facility = Facility_Area
  1191. SymbolicName = L_CONTENT_UPLOADMETHOD_TITLE
  1192. Language = English
  1193. Content authoring options:
  1194. .
  1195. ;//Create site and Modify site via inc_wsa.asp
  1196. MessageId = 191
  1197. Severity = Informational
  1198. Facility = Facility_Area
  1199. SymbolicName = L_FRONTPAGEFTP_WARNING_TEXT
  1200. Language = English
  1201. If you enable Microsoft FrontPage Server Extensions, you will be unable to create an FTP site to author content in the future.
  1202. .
  1203. ;//Sitenew.asp
  1204. MessageId = 193
  1205. Severity = Error
  1206. Facility = Facility_Area
  1207. SymbolicName = L_SITE_IDENTIFIER_NOT_UNIQUE_ERRRORMESSAGE
  1208. Language = English
  1209. Site Identifier "%1" is not unique.
  1210. .
  1211. ;////////////////////////////////////////////////////////////////////////////////
  1212. ;
  1213. ; The following resouces for the new feature of web site , lustar, 3/7/2001
  1214. ;
  1215. ;////////////////////////////////////////////////////////////////////////////////
  1216. ;//sitepause_prop.asp, msg id from 300
  1217. MessageId = 300
  1218. Severity = Informational
  1219. Facility = Facility_Area
  1220. SymbolicName = L_SERVEAREABUTTON_PAUSE_TEXT
  1221. Language = English
  1222. Pause
  1223. .
  1224. MessageId = 301
  1225. Severity = Informational
  1226. Facility = Facility_Area
  1227. SymbolicName = L_PAUSE_ROLLOVERTEXT
  1228. Language = English
  1229. Pause Web Site
  1230. .
  1231. ;//sitestop_prop.asp, msg id from 350
  1232. MessageId = 350
  1233. Severity = Informational
  1234. Facility = Facility_Area
  1235. SymbolicName = L_SERVEAREABUTTON_STOP_TEXT
  1236. Language = English
  1237. Stop
  1238. .
  1239. MessageId = 351
  1240. Severity = Informational
  1241. Facility = Facility_Area
  1242. SymbolicName = L_STOP__ROLLOVERTEXT
  1243. Language = English
  1244. Stop Web Site
  1245. .
  1246. ;//sitestop_prop.asp, msg id from 400
  1247. MessageId = 400
  1248. Severity = Informational
  1249. Facility = Facility_Area
  1250. SymbolicName = L_SERVEAREABUTTON_START_TEXT
  1251. Language = English
  1252. Start
  1253. .
  1254. MessageId = 401
  1255. Severity = Informational
  1256. Facility = Facility_Area
  1257. SymbolicName = L_START_ROLLOVERTEXT
  1258. Language = English
  1259. Start Web Site
  1260. .
  1261. ;//add message to the new spec
  1262. MessageId = 450
  1263. Severity = Informational
  1264. Facility = Facility_Area
  1265. SymbolicName = L_ERR_ADMIN_PASSWD_NULL
  1266. Language = English
  1267. Enter a valid administrator password.
  1268. .
  1269. MessageId = 451
  1270. Severity = Informational
  1271. Facility = Facility_Area
  1272. SymbolicName = L_CREATE_DOMAIN_USER
  1273. Language = English
  1274. Create domain user account
  1275. .
  1276. MessageId = 452
  1277. Severity = Informational
  1278. Facility = Facility_Area
  1279. SymbolicName = L_CREATE_LOCAL_USER
  1280. Language = English
  1281. Create local user account
  1282. .
  1283. MessageId = 453
  1284. Severity = Informational
  1285. Facility = Facility_Area
  1286. SymbolicName = L_CREATE_EXIST_USER
  1287. Language = English
  1288. Use an existing user account
  1289. .
  1290. MessageId = 454
  1291. Severity = Informational
  1292. Facility = Facility_Area
  1293. SymbolicName = L_CREATE_FTP_SITE
  1294. Language = English
  1295. Create an FTP site to author content
  1296. .
  1297. MessageId = 455
  1298. Severity = Informational
  1299. Facility = Facility_Area
  1300. SymbolicName = L_DOMAIN_USER_ACCOUNT
  1301. Language = English
  1302. Domain user account
  1303. .
  1304. MessageId = 456
  1305. Severity = Informational
  1306. Facility = Facility_Area
  1307. SymbolicName = L_LOCAL_USER_ACCOUNT
  1308. Language = English
  1309. Local user account
  1310. .
  1311. MessageId = 457
  1312. Severity = Informational
  1313. Facility = Facility_Area
  1314. SymbolicName = L_DEFAULT_PAGE
  1315. Language = English
  1316. Default page:
  1317. .
  1318. MessageId = 458
  1319. Severity = Informational
  1320. Facility = Facility_Area
  1321. SymbolicName = L_FILE_NAME
  1322. Language = English
  1323. File name:
  1324. .
  1325. MessageId = 459
  1326. Severity = Informational
  1327. Facility = Facility_Area
  1328. SymbolicName = L_BUTTON_FACE_ADD
  1329. Language = English
  1330. Add
  1331. .
  1332. MessageId = 460
  1333. Severity = Informational
  1334. Facility = Facility_Area
  1335. SymbolicName = L_BUTTON_FACE_MOVE_UP
  1336. Language = English
  1337. Move Up
  1338. .
  1339. MessageId = 461
  1340. Severity = Informational
  1341. Facility = Facility_Area
  1342. SymbolicName = L_BUTTON_FACE_MOVE_DOWM
  1343. Language = English
  1344. Move Down
  1345. .
  1346. MessageId = 462
  1347. Severity = Informational
  1348. Facility = Facility_Area
  1349. SymbolicName = L_BUTTON_FACE_REMOVE
  1350. Language = English
  1351. Remove
  1352. .
  1353. MessageId = 463
  1354. Severity = Informational
  1355. Facility = Facility_Area
  1356. SymbolicName = L_ALLOW_ANONYMOUS_ACCESS
  1357. Language = English
  1358. Allow anonymous Web site access
  1359. .
  1360. MessageId = 464
  1361. Severity = Error
  1362. Facility = Facility_Area
  1363. SymbolicName = L_ERR_INPUT_ISEMPTY
  1364. Language = English
  1365. The input cannot be empty.
  1366. .
  1367. MessageId = 465
  1368. Severity = Error
  1369. Facility = Facility_Area
  1370. SymbolicName = L_ERR_EXCEED_TWELVE
  1371. Language = English
  1372. The maximum number of default pages is 12.
  1373. .
  1374. MessageId = 466
  1375. Severity = Error
  1376. Facility = Facility_Area
  1377. SymbolicName = L_ERR_FILE_EXIST
  1378. Language = English
  1379. The file already exists in the default page list.
  1380. .
  1381. MessageId = 467
  1382. Severity = Error
  1383. Facility = Facility_Area
  1384. SymbolicName = L_ERR_PASSWORD_POLICY
  1385. Language = English
  1386. The password does not meet the password policy requirements.
  1387. .
  1388. MessageId = 468
  1389. Severity = Error
  1390. Facility = Facility_Area
  1391. SymbolicName = L_ERR_GET_OBJECT
  1392. Language = English
  1393. Cannot get object of %1.
  1394. .
  1395. MessageId = 469
  1396. Severity = Error
  1397. Facility = Facility_Area
  1398. SymbolicName = L_ERR_ADMINISTRATOR_NAME
  1399. Language = English
  1400. The Web site administrator's name is invalid or not found.
  1401. .
  1402. MessageId = 470
  1403. Severity = Error
  1404. Facility = Facility_Area
  1405. SymbolicName = L_ERR_ACCOUNT_NOT_FOUND
  1406. Language = English
  1407. The Web site administrator account was not found.
  1408. .
  1409. MessageId = 471
  1410. Severity = Error
  1411. Facility = Facility_Area
  1412. SymbolicName = L_ERR_CREATE_VIR_FTP_SITE
  1413. Language = English
  1414. Cannot create FTP site.
  1415. .
  1416. MessageId = 472
  1417. Severity = Error
  1418. Facility = Facility_Area
  1419. SymbolicName = L_ERR_GET_USER_OBJECT
  1420. Language = English
  1421. Error while getting the user object.
  1422. .
  1423. MessageId = 473
  1424. Severity = Error
  1425. Facility = Facility_Area
  1426. SymbolicName = L_ERR_DELETE_VIR_FTP_SITE
  1427. Language = English
  1428. Cannot delete FTP site.
  1429. .
  1430. MessageId = 474
  1431. Severity = Error
  1432. Facility = Facility_Area
  1433. SymbolicName = L_UNABLETOCREATE_GROUP_ERRORMESSAGE
  1434. Language = English
  1435. Unable to create group in organizational unit.
  1436. .
  1437. MessageId = 475
  1438. Severity = Error
  1439. Facility = Facility_Area
  1440. SymbolicName = L_ERR_FRONTPAGE_CONFIGURATION
  1441. Language = English
  1442. Unable to configure FrontPage Extensions
  1443. .
  1444. MessageId = 476
  1445. Severity = Informational
  1446. Facility = Facility_Area
  1447. SymbolicName = L_ERR_FTP_CONFIGURATION
  1448. Language = English
  1449. Unable to configure FTP
  1450. .
  1451. MessageId = 477
  1452. Severity = Informational
  1453. Facility = Facility_Area
  1454. SymbolicName = L_ERR_WEBSITE_START
  1455. Language = English
  1456. The Web site could not be started. Another Web site is currently running on the specified IP address and port. Each Web site must include a unique IP address, port, and host header .
  1457. .
  1458. ;///////////////////////////////////////////////////////////////////////////////
  1459. ;// HELP STRINGS
  1460. ;///////////////////////////////////////////////////////////////////////////////
  1461. MessageId = 500
  1462. Severity = Informational
  1463. Facility = Facility_Area
  1464. SymbolicName = L_HELP_WEB_SITE_CONFIG
  1465. Language = English
  1466. Web Site Configuration
  1467. .
  1468. MessageId = 501
  1469. Severity = Informational
  1470. Facility = Facility_Area
  1471. SymbolicName = L_HELP_WEB_SITE_CREATE
  1472. Language = English
  1473. Create Web Site
  1474. .
  1475. MessageId = 502
  1476. Severity = Informational
  1477. Facility = Facility_Area
  1478. SymbolicName = L_HELP_WEB_SITE_MODIFY
  1479. Language = English
  1480. Modify Web Site
  1481. .
  1482. MessageId = 503
  1483. Severity = Informational
  1484. Facility = Facility_Area
  1485. SymbolicName = L_HELP_WEB_SITE_DELETE
  1486. Language = English
  1487. Delete Web Site
  1488. .
  1489. MessageId = 504
  1490. Severity = Informational
  1491. Facility = Facility_Area
  1492. SymbolicName = L_HELP_WEB_SITE_PAUSE
  1493. Language = English
  1494. Pause Web Site
  1495. .
  1496. MessageId = 505
  1497. Severity = Informational
  1498. Facility = Facility_Area
  1499. SymbolicName = L_HELP_WEB_SITE_STOP
  1500. Language = English
  1501. Stop Web Site
  1502. .
  1503. MessageId = 506
  1504. Severity = Informational
  1505. Facility = Facility_Area
  1506. SymbolicName = L_HELP_WEB_SITE_START
  1507. Language = English
  1508. Start Web Site
  1509. .
  1510. MessageId = 507
  1511. Severity = Informational
  1512. Facility = Facility_Area
  1513. SymbolicName = L_HELP_WEB_GENERAL_SETTINGS
  1514. Language = English
  1515. General Settings
  1516. .
  1517. MessageId = 508
  1518. Severity = Informational
  1519. Facility = Facility_Area
  1520. SymbolicName = L_HELP_WEB_SITE_IDENTITIES
  1521. Language = English
  1522. Site Identities
  1523. .
  1524. MessageId = 509
  1525. Severity = Informational
  1526. Facility = Facility_Area
  1527. SymbolicName = L_HELP_WEB_APP_SETTINGS
  1528. Language = English
  1529. Application Settings
  1530. .