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.

1043 lines
26 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2001, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// services.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server System Services resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 12 mar 2001 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_Services = 0x035:SA_FACILITY_SERVICES
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;// Services
  40. ;///////////////////////////////////////////////////////////////////////////////
  41. ;// services.asp
  42. MessageId = 1
  43. Severity = Informational
  44. Facility = Facility_Services
  45. SymbolicName = L_SERVICES_OTS_PAGE_TITLE
  46. Language = English
  47. File Sharing Protocols
  48. .
  49. ;// services.asp
  50. MessageId = 2
  51. Severity = Informational
  52. Facility = Facility_Services
  53. SymbolicName = L_SERVICES_OTS_TABLE_CAPTION
  54. Language = English
  55. File Sharing Protocols
  56. .
  57. ;// services.asp
  58. MessageId = 3
  59. Severity = Informational
  60. Facility = Facility_Services
  61. SymbolicName = L_SERVICES_OTS_TABLE_DESCRIPTION
  62. Language = English
  63. Select a protocol in the table and then choose a task.
  64. .
  65. ;// services.asp
  66. MessageId = 4
  67. Severity = Informational
  68. Facility = Facility_Services
  69. SymbolicName = L_SERVICES_OTS_COLUMN_SERVICENAME
  70. Language = English
  71. Name
  72. .
  73. ;// services.asp
  74. MessageId = 5
  75. Severity = Informational
  76. Facility = Facility_Services
  77. SymbolicName = L_SERVICES_OTS_COLUMN_SERVICEDESC
  78. Language = English
  79. Description
  80. .
  81. ;// services.asp
  82. MessageId = 6
  83. Severity = Informational
  84. Facility = Facility_Services
  85. SymbolicName = L_SERVICES_OTS_COLUMN_SERVICESTATUS
  86. Language = English
  87. Status
  88. .
  89. ;// services.asp
  90. MessageId = 7
  91. Severity = Informational
  92. Facility = Facility_Services
  93. SymbolicName = L_SERVICES_STATUS_STOPPED
  94. Language = English
  95. Stopped
  96. .
  97. ;// services.asp
  98. MessageId = 8
  99. Severity = Informational
  100. Facility = Facility_Services
  101. SymbolicName = L_SERVICES_STATUS_START_PENDING
  102. Language = English
  103. Start pending
  104. .
  105. ;// services.asp
  106. MessageId = 9
  107. Severity = Informational
  108. Facility = Facility_Services
  109. SymbolicName = L_SERVICES_STATUS_STOP_PENDING
  110. Language = English
  111. Stop pending
  112. .
  113. ;// services.asp
  114. MessageId = 10
  115. Severity = Informational
  116. Facility = Facility_Services
  117. SymbolicName = L_SERVICES_STATUS_RUNNING
  118. Language = English
  119. Running
  120. .
  121. ;// services.asp
  122. MessageId = 11
  123. Severity = Informational
  124. Facility = Facility_Services
  125. SymbolicName = L_SERVICES_STATUS_CONTINUE_PENDING
  126. Language = English
  127. Continue pending
  128. .
  129. ;// services.asp
  130. MessageId = 12
  131. Severity = Informational
  132. Facility = Facility_Services
  133. SymbolicName = L_SERVICES_STATUS_PAUSE_PENDING
  134. Language = English
  135. Pause pending
  136. .
  137. ;// services.asp
  138. MessageId = 13
  139. Severity = Informational
  140. Facility = Facility_Services
  141. SymbolicName = L_SERVICES_STATUS_PAUSED
  142. Language = English
  143. Paused
  144. .
  145. ;// services.asp
  146. MessageId = 14
  147. Severity = Informational
  148. Facility = Facility_Services
  149. SymbolicName = L_SERVICES_TASKS
  150. Language = English
  151. Tasks
  152. .
  153. ;// services.asp
  154. MessageId = 15
  155. Severity = Informational
  156. Facility = Facility_Services
  157. SymbolicName = L_SERVICES_TASK_DISABLE
  158. Language = English
  159. Disable
  160. .
  161. ;// services.asp
  162. MessageId = 16
  163. Severity = Informational
  164. Facility = Facility_Services
  165. SymbolicName = L_SERVICES_TASK_DISABLE_DESC
  166. Language = English
  167. Set the Service Startup to Manual and Stop
  168. .
  169. ;// services.asp
  170. MessageId = 17
  171. Severity = Informational
  172. Facility = Facility_Services
  173. SymbolicName = L_SERVICES_TASK_ENABLE
  174. Language = English
  175. Enable
  176. .
  177. ;// services.asp
  178. MessageId = 18
  179. Severity = Informational
  180. Facility = Facility_Services
  181. SymbolicName = L_SERVICES_TASK_ENABLE_DESC
  182. Language = English
  183. Set the Service Startup to Automatic and Start
  184. .
  185. ;// services.asp
  186. MessageId = 19
  187. Severity = Informational
  188. Facility = Facility_Services
  189. SymbolicName = L_SERVICES_TASK_PROPERTIES
  190. Language = English
  191. Properties...
  192. .
  193. ;// services.asp
  194. MessageId = 20
  195. Severity = Informational
  196. Facility = Facility_Services
  197. SymbolicName = L_SERVICES_TASK_PROPERTIES_DESC
  198. Language = English
  199. Service Properties
  200. .
  201. ;// services.asp
  202. MessageId = 21
  203. Severity = Informational
  204. Facility = Facility_Services
  205. SymbolicName = L_SERVICES_OTS_COLUMN_SERVICESTARTUPTYPE
  206. Language = English
  207. Startup Type
  208. .
  209. ;// services.asp
  210. MessageId = 22
  211. Severity = Error
  212. Facility = Facility_Services
  213. SymbolicName = L_FAILEDTOADDCOLOUMN_ERRORMESSAGE
  214. Language = English
  215. Unable to add a column to the table.
  216. .
  217. ;// services.asp
  218. MessageId = 23
  219. Severity = Error
  220. Facility = Facility_Services
  221. SymbolicName = L_FAILEDTOADDROW_ERRORMESSAGE
  222. Language = English
  223. Unable to add a row to the table.
  224. .
  225. ;// services.asp
  226. MessageId = 24
  227. Severity = Error
  228. Facility = Facility_Services
  229. SymbolicName = L_FAILEDTOSHOW_ERRORMESSAGE
  230. Language = English
  231. Unable to show the table.
  232. .
  233. ;// services.asp
  234. MessageId = 25
  235. Severity = Error
  236. Facility = Facility_Services
  237. SymbolicName = L_FAILEDTOADDTASK_ERRORMESSAGE
  238. Language = English
  239. Unable to add a task to the table.
  240. .
  241. ;// services.asp
  242. MessageId = 26
  243. Severity = Error
  244. Facility = Facility_Services
  245. SymbolicName = L_FAILEDTOGETSRVOBJ_ERRORMESSAGE
  246. Language = English
  247. Unable to access Services information.
  248. .
  249. ;// services.asp, service_prop.asp, service_enable.asp, service_disable.asp
  250. MessageId = 27
  251. Severity = Informational
  252. Facility = Facility_Services
  253. SymbolicName = L_AUTOMATIC_TEXT
  254. Language = English
  255. Automatic
  256. .
  257. ;// services.asp
  258. MessageId = 28
  259. Severity = Informational
  260. Facility = Facility_Services
  261. SymbolicName = L_STOPPED_TEXT
  262. Language = English
  263. Stopped
  264. .
  265. ;// services.asp, service_enable.asp, service_disable.asp
  266. MessageId = 29
  267. Severity = Error
  268. Facility = Facility_Services
  269. SymbolicName = L_SERVERCONNECTIONFAIL_ERRORMESSAGE
  270. Language = English
  271. The connection has failed.
  272. .
  273. ;// services.asp, service_enable.asp, service_disable.asp
  274. MessageId = 30
  275. Severity = Error
  276. Facility = Facility_Services
  277. SymbolicName = L_CANNOTREADFROMREGISTRY_ERRORMESSAGE
  278. Language = English
  279. Unable to read from the registry.
  280. .
  281. ;// services.asp
  282. MessageId = 31
  283. Severity = Error
  284. Facility = Facility_Services
  285. SymbolicName = L_CANNOTUPDATEREGISTRY_ERRORMESSAGE
  286. Language = English
  287. Unable to update the registry.
  288. .
  289. ;// services.asp
  290. MessageId = 32
  291. Severity = Error
  292. Facility = Facility_Services
  293. SymbolicName = L_CANNOTCREATEKEY_ERRORMESSAGE
  294. Language = English
  295. Unable to create the registry key.
  296. .
  297. ;// services.asp
  298. MessageId = 33
  299. Severity = Error
  300. Facility = Facility_Services
  301. SymbolicName = L_CANNOTDELETEKEY_ERRORMESSAGE
  302. Language = English
  303. Unable to delete the registry key.
  304. .
  305. ;// service_prop.asp
  306. MessageId = 34
  307. Severity = Informational
  308. Facility = Facility_Services
  309. SymbolicName = L_NOINPUTDATA_TEXT
  310. Language = English
  311. --No Data Input--
  312. .
  313. ;// service_prop.asp
  314. MessageId = 35
  315. Severity = Informational
  316. Facility = Facility_Services
  317. SymbolicName = L_TABPROPSHEET_TEXT
  318. Language = English
  319. TabPropSheet
  320. .
  321. ;// service_prop.asp
  322. MessageId = 36
  323. Severity = Informational
  324. Facility = Facility_Services
  325. SymbolicName = L_GENERAL_TEXT
  326. Language = English
  327. General
  328. .
  329. ;// service_prop.asp service_dispatch.asp
  330. MessageId = 37
  331. Severity = Informational
  332. Facility = Facility_Services
  333. SymbolicName = L_TASKTITLE_TEXT
  334. Language = English
  335. Properties
  336. .
  337. ;// service_prop.asp
  338. MessageId = 38
  339. Severity = Informational
  340. Facility = Facility_Services
  341. SymbolicName = L_SERVICE_NAME_TEXT
  342. Language = English
  343. Display name:
  344. .
  345. ;// service_prop.asp
  346. MessageId = 39
  347. Severity = Informational
  348. Facility = Facility_Services
  349. SymbolicName = L_SERVICE_DESCRIPTION_TEXT
  350. Language = English
  351. Description:
  352. .
  353. ;// service_prop.asp
  354. MessageId = 40
  355. Severity = Informational
  356. Facility = Facility_Services
  357. SymbolicName = L_EXECUTABLE_PATH_TEXT
  358. Language = English
  359. Path to executable:
  360. .
  361. ;// service_prop.asp
  362. MessageId = 41
  363. Severity = Informational
  364. Facility = Facility_Services
  365. SymbolicName = L_STARTUPTYPE_TEXT
  366. Language = English
  367. Startup type:
  368. .
  369. ;// service_prop.asp
  370. MessageId = 42
  371. Severity = Informational
  372. Facility = Facility_Services
  373. SymbolicName = L_MANUAL_TEXT
  374. Language = English
  375. Manual
  376. .
  377. ;// service_prop.asp
  378. MessageId = 43
  379. Severity = Informational
  380. Facility = Facility_Services
  381. SymbolicName = L_DISABLED_TEXT
  382. Language = English
  383. Disabled
  384. .
  385. ;// service_prop.asp
  386. MessageId = 44
  387. Severity = Error
  388. Facility = Facility_Services
  389. SymbolicName = L_SERVICEDELETEDORRENAMED_ERRORMESSAGE
  390. Language = English
  391. Unable to locate the service.
  392. .
  393. ;// service_prop.asp
  394. MessageId = 45
  395. Severity = Error
  396. Facility = Facility_Services
  397. SymbolicName = L_FAILEDTOSETSTARTUP_ERRORMESSAGE
  398. Language = English
  399. Unable to set the service startup type.
  400. .
  401. ;// service_prop.asp
  402. MessageId = 46
  403. Severity = Error
  404. Facility = Facility_Services
  405. SymbolicName = L_FAILEDTOUPDATE_ERRORMESSAGE
  406. Language = English
  407. Unable to update the service properties.
  408. .
  409. ;// service_prop.asp
  410. MessageId = 47
  411. Severity = Error
  412. Facility = Facility_Services
  413. SymbolicName = L_FAILEDTOUPDATENAMEANDDESC_ERRORMESSAGE
  414. Language = English
  415. Unable to update the service display name and description.
  416. .
  417. ;// service_prop.asp
  418. MessageId = 48
  419. Severity = Error
  420. Facility = Facility_Services
  421. SymbolicName = L_WMICONNECTIONFAILED_ERRORMESSAGE
  422. Language = English
  423. The connection to WMI failed.
  424. .
  425. ;// service_prop.asp
  426. MessageId = 49
  427. Severity = Error
  428. Facility = Facility_Services
  429. SymbolicName = L_LOCALIZATIONOBJECTFAILED_ERRORMESSAGE
  430. Language = English
  431. Unable to create the Localization object.
  432. .
  433. ;// service_prop.asp
  434. MessageId = 50
  435. Severity = Error
  436. Facility = Facility_Services
  437. SymbolicName = L_COMPUTERNAME_ERRORMESSAGE
  438. Language = English
  439. An error occurred while attempting to retrieve the server name.
  440. .
  441. ;// service_enable.asp
  442. MessageId = 51
  443. Severity = Error
  444. Facility = Facility_Services
  445. SymbolicName = L_SERVICES_ENABLE_ERRORMESSAGE
  446. Language = English
  447. The service is already enabled.
  448. .
  449. ;// service_enable.asp, service_disable.asp
  450. MessageId = 52
  451. Severity = Informational
  452. Facility = Facility_Services
  453. SymbolicName = L_SERVICES_COULDNOTFIND_TEXT
  454. Language = English
  455. Unable to locate this item.
  456. .
  457. ;// service_enable.asp, service_disable.asp
  458. MessageId = 53
  459. Severity = Error
  460. Facility = Facility_Services
  461. SymbolicName = L_NOINSTANCE_ERRORMESSAGE
  462. Language = English
  463. Unable to retrieve the instances.
  464. .
  465. ;// service_disable.asp
  466. MessageId = 54
  467. Severity = Error
  468. Facility = Facility_Services
  469. SymbolicName = L_SERVICES_DISABLED_ERRORMESSAGE
  470. Language = English
  471. The service is already disabled.
  472. .
  473. ;// service_disable.asp
  474. MessageId = 55
  475. Severity = Error
  476. Facility = Facility_Services
  477. SymbolicName = L_CANNOT_DISABLED_ERRORMESSAGE
  478. Language = English
  479. This service cannot be disabled.
  480. .
  481. MessageId = 56
  482. Severity = Error
  483. Facility = Facility_Services
  484. SymbolicName = L_DISABLED_NOTSUPPORTED_ERRORMESSAGE
  485. Language = English
  486. Disable is not supported for this service.
  487. .
  488. MessageId = 57
  489. Severity = Error
  490. Facility = Facility_Services
  491. SymbolicName = L_SERVICE_NOPROP_TITLE
  492. Language = English
  493. %1 Properties
  494. .
  495. MessageId = 58
  496. Severity = Error
  497. Facility = Facility_Services
  498. SymbolicName = L_SERVICE_NOPROP_PAGE_DESC
  499. Language = English
  500. There are no configurable properties for this service.
  501. .
  502. MessageId = 59
  503. Severity = Informational
  504. Facility = Facility_Services
  505. SymbolicName = L_SERVICE_CONFIRM_DISABLE
  506. Language = English
  507. Are you sure you want to disable the service?
  508. .
  509. MessageId = 60
  510. Severity = Informational
  511. Facility = Facility_Services
  512. SymbolicName = L_SERVICE_CONFIRM_ENABLE
  513. Language = English
  514. Are you sure you want to enable the service?
  515. .
  516. MessageId = 61
  517. Severity = Informational
  518. Facility = Facility_Services
  519. SymbolicName = L_LABEL_NAME_TEXT
  520. Language = English
  521. Name:
  522. .
  523. MessageId = 62
  524. Severity = Informational
  525. Facility = Facility_Services
  526. SymbolicName = L_LABEL_DESCRIPTION_TEXT
  527. Language = English
  528. Description:
  529. .
  530. MessageId = 63
  531. Severity = Informational
  532. Facility = Facility_Services
  533. SymbolicName = L_LABEL_STATUS_TEXT
  534. Language = English
  535. Status:
  536. .
  537. MessageId = 64
  538. Severity = Informational
  539. Facility = Facility_Services
  540. SymbolicName = L_LABEL_STARTUPTYPE_TEXT
  541. Language = English
  542. Startup type:
  543. .
  544. MessageId = 65
  545. Severity = Informational
  546. Facility = Facility_Services
  547. SymbolicName = L_SERVICE_ALREADYENABLED_TEXT
  548. Language = English
  549. This service is already enabled.
  550. .
  551. MessageId = 66
  552. Severity = Informational
  553. Facility = Facility_Services
  554. SymbolicName = L_SERVICE_ALREADYDISABLED_TEXT
  555. Language = English
  556. This service is already disabled.
  557. .
  558. MessageId = 67
  559. Severity = Informational
  560. Facility = Facility_Services
  561. SymbolicName = L_RUNNING_TEXT
  562. Language = English
  563. Running
  564. .
  565. ;///////////////////////////////////////////////////////////////////////////////
  566. ;// Managed Services Name and Description
  567. ;// 100-200
  568. ;///////////////////////////////////////////////////////////////////////////////
  569. MessageId = 100
  570. Severity = Informational
  571. Facility = Facility_Services
  572. SymbolicName = L_NFS_SERVICE_ID
  573. Language = English
  574. NFS
  575. .
  576. MessageId = 101
  577. Severity = Informational
  578. Facility = Facility_Services
  579. SymbolicName = L_NFS_SERVICE_NAME
  580. Language = English
  581. NFS Protocol
  582. .
  583. MessageId = 102
  584. Severity = Informational
  585. Facility = Facility_Services
  586. SymbolicName = L_NFS_SERVICE_DESC
  587. Language = English
  588. Allows access to data shares from Unix network file system clients
  589. .
  590. MessageId = 103
  591. Severity = Informational
  592. Facility = Facility_Services
  593. SymbolicName = L_FTP_SERVICE_ID
  594. Language = English
  595. FTP
  596. .
  597. MessageId = 104
  598. Severity = Informational
  599. Facility = Facility_Services
  600. SymbolicName = L_FTP_SERVICE_NAME
  601. Language = English
  602. FTP Protocol
  603. .
  604. MessageId = 105
  605. Severity = Informational
  606. Facility = Facility_Services
  607. SymbolicName = L_FTP_SERVICE_DESC
  608. Language = English
  609. Allows access to data shares from FTP clients
  610. .
  611. MessageId = 106
  612. Severity = Informational
  613. Facility = Facility_Services
  614. SymbolicName = L_WEB_SERVICE_ID
  615. Language = English
  616. Web
  617. .
  618. MessageId = 107
  619. Severity = Informational
  620. Facility = Facility_Services
  621. SymbolicName = L_WEB_SERVICE_NAME
  622. Language = English
  623. HTTP Protocol
  624. .
  625. MessageId = 108
  626. Severity = Informational
  627. Facility = Facility_Services
  628. SymbolicName = L_WEB_SERVICE_DESC
  629. Language = English
  630. Allows access to data shares from Web browsers
  631. .
  632. MessageId = 109
  633. Severity = Informational
  634. Facility = Facility_Services
  635. SymbolicName = L_INDEXING_SERVICE_ID
  636. Language = English
  637. Indexing
  638. .
  639. MessageId = 110
  640. Severity = Informational
  641. Facility = Facility_Services
  642. SymbolicName = L_INDEXING_SERVICE_NAME
  643. Language = English
  644. Indexing Service
  645. .
  646. MessageId = 111
  647. Severity = Informational
  648. Facility = Facility_Services
  649. SymbolicName = L_INDEXING_SERVICE_DESC
  650. Language = English
  651. Indexing Service
  652. .
  653. MessageId = 112
  654. Severity = Informational
  655. Facility = Facility_Services
  656. SymbolicName = L_TELNET_SERVICE_ID
  657. Language = English
  658. Telnet
  659. .
  660. MessageId = 113
  661. Severity = Informational
  662. Facility = Facility_Services
  663. SymbolicName = L_TELNET_SERVICE_NAME
  664. Language = English
  665. Telnet Service
  666. .
  667. MessageId = 114
  668. Severity = Informational
  669. Facility = Facility_Services
  670. SymbolicName = L_TELNET_SERVICE_DESC
  671. Language = English
  672. Allows remote management of this server using Telnet
  673. .
  674. MessageId = 115
  675. Severity = Informational
  676. Facility = Facility_Services
  677. SymbolicName = L_SNMP_SERVICE_ID
  678. Language = English
  679. SNMP
  680. .
  681. MessageId = 116
  682. Severity = Informational
  683. Facility = Facility_Services
  684. SymbolicName = L_SNMP_SERVICE_NAME
  685. Language = English
  686. SNMP Service
  687. .
  688. MessageId = 117
  689. Severity = Informational
  690. Facility = Facility_Services
  691. SymbolicName = L_SNMP_SERVICE_DESC
  692. Language = English
  693. Allows remote management of this server using SNMP
  694. .
  695. MessageId = 118
  696. Severity = Informational
  697. Facility = Facility_Services
  698. SymbolicName = L_UPS_SERVICE_ID
  699. Language = English
  700. UPS
  701. .
  702. MessageId = 119
  703. Severity = Informational
  704. Facility = Facility_Services
  705. SymbolicName = L_UPS_SERVICE_NAME
  706. Language = English
  707. UPS Service
  708. .
  709. MessageId = 120
  710. Severity = Informational
  711. Facility = Facility_Services
  712. SymbolicName = L_UPS_SERVICE_DESC
  713. Language = English
  714. Uninterruptible Power Supply
  715. .
  716. MessageId = 124
  717. Severity = Informational
  718. Facility = Facility_Services
  719. SymbolicName = L_NETWARE_SERVICE_ID
  720. Language = English
  721. NetWare
  722. .
  723. MessageId = 125
  724. Severity = Informational
  725. Facility = Facility_Services
  726. SymbolicName = L_NETWARE_SERVICE_NAME
  727. Language = English
  728. NetWare Protocol
  729. .
  730. MessageId = 126
  731. Severity = Informational
  732. Facility = Facility_Services
  733. SymbolicName = L_NETWARE_SERVICE_DESC
  734. Language = English
  735. Allows access to data shares from NetWare clients
  736. .
  737. MessageId = 127
  738. Severity = Informational
  739. Facility = Facility_Services
  740. SymbolicName = L_CIFS_SERVICE_ID
  741. Language = English
  742. CIFS
  743. .
  744. MessageId = 128
  745. Severity = Informational
  746. Facility = Facility_Services
  747. SymbolicName = L_CIFS_SERVICE_NAME
  748. Language = English
  749. CIFS Protocol
  750. .
  751. MessageId = 129
  752. Severity = Informational
  753. Facility = Facility_Services
  754. SymbolicName = L_CIFS_SERVICE_DESC
  755. Language = English
  756. Allows access to data shares from Windows Common Internet File System clients
  757. .
  758. ;///////////////////////////////////////////////////////////////////////////////
  759. ;// Services tab resources
  760. ;///////////////////////////////////////////////////////////////////////////////
  761. MessageId = 200
  762. Severity = Informational
  763. Facility = Facility_Services
  764. SymbolicName = L_MAIN_SERVICES_TAB
  765. Language = English
  766. Sharing Protocols
  767. .
  768. MessageId = 201
  769. Severity = Informational
  770. Facility = Facility_Services
  771. SymbolicName = L_MAIN_SERVICES_TAB_DESCRIPTION
  772. Language = English
  773. Enable, disable, and configure file sharing protocols.
  774. .
  775. ;/////////////////////////////////////////////////////////////////////////////
  776. ;// SERVICES TAB PAGE
  777. ;/////////////////////////////////////////////////////////////////////////////
  778. MessageId = 400
  779. Severity = Informational
  780. Facility = Facility_Services
  781. SymbolicName = L_MAIN_SERVICES_NFS
  782. Language = English
  783. NFS
  784. .
  785. MessageId = 401
  786. Severity = Informational
  787. Facility = Facility_Services
  788. SymbolicName = L_MAIN_SERVICES_NFS_DESCRIPTION
  789. Language = English
  790. Configure the properties of the NFS service.
  791. .
  792. MessageId = 402
  793. Severity = Informational
  794. Facility = Facility_Services
  795. SymbolicName = L_MAIN_SERVICES_FTP
  796. Language = English
  797. FTP
  798. .
  799. MessageId = 403
  800. Severity = Informational
  801. Facility = Facility_Services
  802. SymbolicName = L_MAIN_SERVICES_FTP_DESCRIPTION
  803. Language = English
  804. Configure the properties of the FTP service.
  805. .
  806. MessageId = 404
  807. Severity = Informational
  808. Facility = Facility_Services
  809. SymbolicName = L_MAIN_SERVICES_HTTP
  810. Language = English
  811. HTTP
  812. .
  813. MessageId = 405
  814. Severity = Informational
  815. Facility = Facility_Services
  816. SymbolicName = L_MAIN_SERVICES_HTTP_DESCRIPTION
  817. Language = English
  818. Configure the properties of the HTTP service.
  819. .
  820. MessageId = 406
  821. Severity = Informational
  822. Facility = Facility_Services
  823. SymbolicName = L_MAIN_SERVICES_TELNET
  824. Language = English
  825. Telnet
  826. .
  827. MessageId = 407
  828. Severity = Informational
  829. Facility = Facility_Services
  830. SymbolicName = L_MAIN_SERVICES_TELNET_DESCRIPTION
  831. Language = English
  832. Configure the properties of the Telnet service.
  833. .
  834. MessageId = 408
  835. Severity = Informational
  836. Facility = Facility_Services
  837. SymbolicName = L_MAIN_SERVICES_NETWARE
  838. Language = English
  839. NetWare
  840. .
  841. MessageId = 409
  842. Severity = Informational
  843. Facility = Facility_Services
  844. SymbolicName = L_MAIN_SERVICES_NETWARE_DESCRIPTION
  845. Language = English
  846. Configure the properties of the NetWare service.
  847. .
  848. MessageId = 410
  849. Severity = Informational
  850. Facility = Facility_Services
  851. SymbolicName = L_MAIN_SERVICES_APPLESHARE
  852. Language = English
  853. AppleTalk
  854. .
  855. MessageId = 411
  856. Severity = Informational
  857. Facility = Facility_Services
  858. SymbolicName = L_MAIN_SERVICES_APPLESHARE_DESCRIPTION
  859. Language = English
  860. Configure the properties of the AppleTalk service.
  861. .
  862. MessageId = 412
  863. Severity = Informational
  864. Facility = Facility_Services
  865. SymbolicName = L_MAIN_SERVICES_SNMP
  866. Language = English
  867. SNMP
  868. .
  869. MessageId = 413
  870. Severity = Informational
  871. Facility = Facility_Services
  872. SymbolicName = L_MAIN_SERVICES_SNMP_DESCRIPTION
  873. Language = English
  874. Configure the properties of the SNMP service.
  875. .
  876. MessageId = 414
  877. Severity = Informational
  878. Facility = Facility_Services
  879. SymbolicName = L_MAIN_SERVICES_UPS
  880. Language = English
  881. UPS
  882. .
  883. MessageId = 415
  884. Severity = Informational
  885. Facility = Facility_Services
  886. SymbolicName = L_MAIN_SERVICES_UPS_DESCRIPTION
  887. Language = English
  888. Configure the properties of the UPS service.
  889. .
  890. ;///////////////////////////////////////////////////////////////////////////////
  891. ;// HELP STRINGS
  892. ;///////////////////////////////////////////////////////////////////////////////
  893. MessageId = 450
  894. Severity = Informational
  895. Facility = Facility_Services
  896. SymbolicName = L_ADDING_NFS_CLIENT_GROUPS
  897. Language = English
  898. Adding NFS Client Groups
  899. .
  900. MessageId = 451
  901. Severity = Informational
  902. Facility = Facility_Services
  903. SymbolicName = L_CONFIGURING_PROTOCOL_PROPERTIES
  904. Language = English
  905. Configuring Protocol Properties
  906. .
  907. MessageId = 452
  908. Severity = Informational
  909. Facility = Facility_Services
  910. SymbolicName = L_DISABLING_PROTOCOLS
  911. Language = English
  912. Disabling Protocols
  913. .
  914. MessageId = 453
  915. Severity = Informational
  916. Facility = Facility_Services
  917. SymbolicName = L_EDITING_NFS_CLIENT_GROUPS
  918. Language = English
  919. Editing NFS Client Groups
  920. .
  921. MessageId = 454
  922. Severity = Informational
  923. Facility = Facility_Services
  924. SymbolicName = L_ENABLING_PROTOCOLS
  925. Language = English
  926. Enabling Protocols
  927. .
  928. MessageId = 455
  929. Severity = Informational
  930. Facility = Facility_Services
  931. SymbolicName = L_UNDERSTANDING_PROTOCOLS
  932. Language = English
  933. Understanding Sharing Protocols
  934. .
  935. MessageId = 459
  936. Severity = Informational
  937. Facility = Facility_Services
  938. SymbolicName = L_MAC_PROTOCOL
  939. Language = English
  940. AppleTalk
  941. .
  942. MessageId = 460
  943. Severity = Informational
  944. Facility = Facility_Services
  945. SymbolicName = L_MANAGE_PROTOCOLS
  946. Language = English
  947. Sharing Protocols
  948. .
  949. MessageId = 461
  950. Severity = Informational
  951. Facility = Facility_Services
  952. SymbolicName = L_NFS_CLIENT_GROUPS
  953. Language = English
  954. NFS Client Groups
  955. .
  956. MessageId = 462
  957. Severity = Informational
  958. Facility = Facility_Services
  959. SymbolicName = L_NFS_LOCKS
  960. Language = English
  961. NFS Locks
  962. .
  963. MessageId = 463
  964. Severity = Informational
  965. Facility = Facility_Services
  966. SymbolicName = L_REMOVING_NFS_CLIENT_GROUPS
  967. Language = English
  968. Removing NFS Client Groups
  969. .
  970. MessageId = 464
  971. Severity = Informational
  972. Facility = Facility_Services
  973. SymbolicName = L_NFS_SERVICE
  974. Language = English
  975. NFS Service
  976. .
  977. MessageId = 466
  978. Severity = Informational
  979. Facility = Facility_Services
  980. SymbolicName = L_USER_AND_GROUP_MAPPING
  981. Language = English
  982. User and Group Mappings
  983. .
  984. MessageId = 467
  985. Severity = Informational
  986. Facility = Facility_Services
  987. SymbolicName = L_EXPLICIT_GROUP_MAPS
  988. Language = English
  989. User and Group Mappings-Explicit Group Maps
  990. .
  991. MessageId = 468
  992. Severity = Informational
  993. Facility = Facility_Services
  994. SymbolicName = L_EXPLICIT_USER_MAPS
  995. Language = English
  996. Explicit User Maps
  997. .
  998. MessageId = 469
  999. Severity = Informational
  1000. Facility = Facility_Services
  1001. SymbolicName = L_GENERAL_TAB_MAPS
  1002. Language = English
  1003. General Tab (User and Group Mappings)
  1004. .
  1005. MessageId = 470
  1006. Severity = Informational
  1007. Facility = Facility_Services
  1008. SymbolicName = L_SIMPLE_MAPS
  1009. Language = English
  1010. Simple Maps
  1011. .
  1012. MessageId = 471
  1013. Severity = Informational
  1014. Facility = Facility_Services
  1015. SymbolicName = L_APPLETALK_SHARING
  1016. Language = English
  1017. Setting AppleTalk Sharing Properties
  1018. .
  1019. MessageId = 472
  1020. Severity = Informational
  1021. Facility = Facility_Services
  1022. SymbolicName = L_NETWARE
  1023. Language = English
  1024. NetWare
  1025. .
  1026. MessageId = 473
  1027. Severity = Informational
  1028. Facility = Facility_Services
  1029. SymbolicName = L_NETWARE_SHARING
  1030. Language = English
  1031. Setting NetWare Sharing Properties
  1032. .
  1033. MessageId = 474
  1034. Severity = Informational
  1035. Facility = Facility_Services
  1036. SymbolicName = L_NFS_LOGS
  1037. Language = English
  1038. Managing NFS Logs
  1039. .