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.

1534 lines
41 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// NFSSvc.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 3 Oct 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_NFSSvc = 0x037:SA_FACILITY_NFSSVC
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;//--------------------------------------
  40. ;// nfsmaps_prop.asp
  41. ;//--------------------------------------
  42. ;// nfsmaps_prop.asp
  43. MessageId = 1
  44. Severity = Informational
  45. Facility = Facility_NFSSvc
  46. SymbolicName = L_TAB_GENERAL_LABEL_TEXT
  47. Language = English
  48. General
  49. .
  50. ;// nfsmaps_prop.asp
  51. MessageId = 2
  52. Severity = Informational
  53. Facility = Facility_NFSSvc
  54. SymbolicName = L_TAB_SIMPLEMAP_LABEL_TEXT
  55. Language = English
  56. Simple Mapping
  57. .
  58. ;// nfsmaps_prop.asp
  59. MessageId = 3
  60. Severity = Informational
  61. Facility = Facility_NFSSvc
  62. SymbolicName = L_TAB_EXPUSERMAP_LABEL_TEXT
  63. Language = English
  64. Explicit User Mapping
  65. .
  66. ;// nfsmaps_prop.asp
  67. MessageId = 4
  68. Severity = Informational
  69. Facility = Facility_NFSSvc
  70. SymbolicName = L_TAB_EXPGROUPMAP_LABEL_TEXT
  71. Language = English
  72. Explicit Group Mapping
  73. .
  74. ;// nfsmaps_prop.asp
  75. MessageId = 5
  76. Severity = Informational
  77. Facility = Facility_NFSSvc
  78. SymbolicName = L_NFS_USERGROUPMAP_TASKTITLE_TEXT
  79. Language = English
  80. User and Group Mappings
  81. .
  82. ;//--------------------------------------
  83. ;// nfsgeneral_prop.asp
  84. ;//--------------------------------------
  85. ;// nfsgeneral_prop.asp
  86. MessageId = 6
  87. Severity = Informational
  88. Facility = Facility_NFSSvc
  89. SymbolicName = L_USE_NIS_SERVER_LABEL_TEXT
  90. Language = English
  91. Use NIS server
  92. .
  93. ;// nfsgeneral_prop.asp, nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  94. MessageId = 7
  95. Severity = Informational
  96. Facility = Facility_NFSSvc
  97. SymbolicName = L_NIS_DOMAIN_LABEL_TEXT
  98. Language = English
  99. NIS domain:
  100. .
  101. ;// nfsgeneral_prop.asp, nfsgroupmaps_prop.asp
  102. MessageId = 8
  103. Severity = Informational
  104. Facility = Facility_NFSSvc
  105. SymbolicName = L_NIS_SERVER_LABEL_TEXT
  106. Language = English
  107. NIS server(optional):
  108. .
  109. ;// nfsgeneral_prop.asp
  110. MessageId = 9
  111. Severity = Informational
  112. Facility = Facility_NFSSvc
  113. SymbolicName = L_REFRESH_INTERVAL_NOTE_TEXT
  114. Language = English
  115. Enter the time delay between each refresh of the NIS user and group information:
  116. .
  117. ;// nfsgeneral_prop.asp
  118. MessageId = 10
  119. Severity = Informational
  120. Facility = Facility_NFSSvc
  121. SymbolicName = L_USE_PASSWD_GROUP_FILES_LABEL_TEXT
  122. Language = English
  123. Use password and group files
  124. .
  125. ;// nfsgeneral_prop.asp
  126. MessageId = 11
  127. Severity = Informational
  128. Facility = Facility_NFSSvc
  129. SymbolicName = L_PASSWD_FILE_LABEL_TEXT
  130. Language = English
  131. Password file:
  132. .
  133. ;// nfsgeneral_prop.asp
  134. MessageId = 12
  135. Severity = Informational
  136. Facility = Facility_NFSSvc
  137. SymbolicName = L_GROUP_FILE_LABEL_TEXT
  138. Language = English
  139. Group file:
  140. .
  141. ;// nfsgeneral_prop.asp
  142. MessageId = 13
  143. Severity = Error
  144. Facility = Facility_NFSSvc
  145. SymbolicName = L_MINUTES_NOTVALID_ERRORMESSAGE
  146. Language = English
  147. Valid range of values for minutes is 0 to 59.
  148. .
  149. ;// nfsgeneral_prop.asp
  150. MessageId = 14
  151. Severity = Error
  152. Facility = Facility_NFSSvc
  153. SymbolicName = L_MINIMUM_INTERVAL_REQUIRED_ERRORMESSAGE
  154. Language = English
  155. Minimum value for refresh interval is 5 minutes.
  156. .
  157. ;// nfsgeneral_prop.asp
  158. MessageId = 15
  159. Severity = Error
  160. Facility = Facility_NFSSvc
  161. SymbolicName = L_PASSWORDFILENAME_EMPTY_ERRORMESSAGE
  162. Language = English
  163. The password file is empty. Enter a valid file name.
  164. .
  165. ;// nfsgeneral_prop.asp
  166. MessageId = 16
  167. Severity = Error
  168. Facility = Facility_NFSSvc
  169. SymbolicName = L_PASSWORDFILENAME_INVALID_ERRORMESSAGE
  170. Language = English
  171. The password file is not valid. Enter a valid file name.
  172. .
  173. ;// nfsgeneral_prop.asp
  174. MessageId = 17
  175. Severity = Error
  176. Facility = Facility_NFSSvc
  177. SymbolicName = L_GROUPFILENAME_EMPTY_ERRORMESSAGE
  178. Language = English
  179. The group file is empty. Enter a valid file name.
  180. .
  181. ;// nfsgeneral_prop.asp
  182. MessageId = 18
  183. Severity = Error
  184. Facility = Facility_NFSSvc
  185. SymbolicName = L_GROUPFILENAME_INVALID_ERRORMESSAGE
  186. Language = English
  187. The group file is not valid. Enter a valid file name.
  188. .
  189. ;// nfsgeneral_prop.asp
  190. MessageId = 19
  191. Severity = Error
  192. Facility = Facility_NFSSvc
  193. SymbolicName = L_NISDOMAIN_EMPTY_ERRORMESSAGE
  194. Language = English
  195. NIS domain or server does not exist.
  196. .
  197. ;// nfsgeneral_prop.asp, nfssimplemaps_prop.asp
  198. MessageId = 20
  199. Severity = Error
  200. Facility = Facility_NFSSvc
  201. SymbolicName = L_READFROM_WMI_FAILED_ERRORMESSAGE
  202. Language = English
  203. Unable to get the properties from WMI
  204. .
  205. ;// nfsgeneral_prop.asp, nfssimplemaps_prop.asp
  206. MessageId = 21
  207. Severity = Error
  208. Facility = Facility_NFSSvc
  209. SymbolicName = L_WRITETO_WMI_FAILED_ERRORMESSAGE
  210. Language = English
  211. Unable to set the properties in WMI
  212. .
  213. ;// nfsgeneral_prop.asp
  214. MessageId = 22
  215. Severity = Error
  216. Facility = Facility_NFSSvc
  217. SymbolicName = L_FILESYSYTEMOBJECT_NOT_CREATED_ERRORMESSAGE
  218. Language = English
  219. Unable to create the File System Object
  220. .
  221. ;// nfsgeneral_prop.asp
  222. MessageId = 23
  223. Severity = Error
  224. Facility = Facility_NFSSvc
  225. SymbolicName = L_FILE_DOES_NOT_EXIST_ERRORMESSAGE
  226. Language = English
  227. The file does not exist
  228. .
  229. ;// nfsgeneral_prop.asp
  230. MessageId = 24
  231. Severity = Error
  232. Facility = Facility_NFSSvc
  233. SymbolicName = L_MAPPEROBJECT_NOT_CREATED_ERRORMESSAGE
  234. Language = English
  235. Unable to create the mapper object.
  236. .
  237. ;// nfsgeneral_prop.asp
  238. MessageId = 25
  239. Severity = Error
  240. Facility = Facility_NFSSvc
  241. SymbolicName = L_INVALID_NISDOMAIN_OR_SERVER_ERRORMESSAGE
  242. Language = English
  243. Error in accessing NIS Server or Domain
  244. .
  245. ;//----------------------------------
  246. ;// nfssimplemaps_prop.asp
  247. ;//----------------------------------
  248. ;// nfssimplemaps_prop.asp
  249. MessageId = 26
  250. Severity = Informational
  251. Facility = Facility_NFSSvc
  252. SymbolicName = L_ENABLE_SIMPLEMAPS_LABEL_TEXT
  253. Language = English
  254. Enable Simple Mapping
  255. .
  256. ;// nfssimplemaps_prop.asp
  257. MessageId = 27
  258. Severity = Informational
  259. Facility = Facility_NFSSvc
  260. SymbolicName = L_SIMPLEMAPS_NOTE_TEXT
  261. Language = English
  262. If enabled, simple maps create automatic mappings between UNIX users and Windows users with the same user name, and between UNIX and Windows groups with the same group name.
  263. .
  264. ;// nfssimplemaps_prop.asp, nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  265. MessageId = 28
  266. Severity = Informational
  267. Facility = Facility_NFSSvc
  268. SymbolicName = L_WINDOWS_DOMAIN_LABEL_TEXT
  269. Language = English
  270. Windows domain:
  271. .
  272. ;// nfssimplemaps_prop.asp
  273. MessageId = 29
  274. Severity = Error
  275. Facility = Facility_NFSSvc
  276. SymbolicName = L_USERMAPPING_SERVICE_NOT_INSTALLED_ERRORMESSAGE
  277. Language = English
  278. The user mapping service is not installed on the system. Install the service to use mapping.
  279. .
  280. ;//----------------------------------
  281. ;// nfsgroupmaps_prop.asp
  282. ;//----------------------------------
  283. ;// nfsgroupmaps_prop.asp
  284. MessageId = 30
  285. Severity = Informational
  286. Facility = Facility_NFSSvc
  287. SymbolicName = L_LISTWINDOWSGROUPS_LABEL_TEXT
  288. Language = English
  289. List Windows Groups
  290. .
  291. ;// nfsgroupmaps_prop.asp
  292. MessageId = 31
  293. Severity = Informational
  294. Facility = Facility_NFSSvc
  295. SymbolicName = L_LISTUNIXGROUPS_LABEL_TEXT
  296. Language = English
  297. List UNIX Groups
  298. .
  299. ;// nfsgroupmaps_prop.asp
  300. MessageId = 32
  301. Severity = Informational
  302. Facility = Facility_NFSSvc
  303. SymbolicName = L_WINDOWSGROUPS_LABEL_TEXT
  304. Language = English
  305. Windows local groups:
  306. .
  307. ;// nfsgroupmaps_prop.asp
  308. MessageId = 33
  309. Severity = Informational
  310. Facility = Facility_NFSSvc
  311. SymbolicName = L_UNIXGROUPS_LABEL_TEXT
  312. Language = English
  313. UNIX groups:
  314. .
  315. ;// nfsgroupmaps_prop.asp
  316. MessageId = 34
  317. Severity = Informational
  318. Facility = Facility_NFSSvc
  319. SymbolicName = L_GROUPMAP_NOTE_TEXT
  320. Language = English
  321. To map a Windows local group, select a Windows group and a UNIX group from the lists above, and then choose Add.
  322. .
  323. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  324. MessageId = 35
  325. Severity = Informational
  326. Facility = Facility_NFSSvc
  327. SymbolicName = L_ADD_LABEL_TEXT
  328. Language = English
  329. Add
  330. .
  331. ;// nfsgroupmaps_prop.asp
  332. MessageId = 36
  333. Severity = Informational
  334. Facility = Facility_NFSSvc
  335. SymbolicName = L_EXPLICITLYMAPPEDGROUPS_LABEL_TEXT
  336. Language = English
  337. Explicitly mapped groups:
  338. .
  339. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  340. MessageId = 37
  341. Severity = Informational
  342. Facility = Facility_NFSSvc
  343. SymbolicName = L_SETPRIMARY_LABEL_TEXT
  344. Language = English
  345. Set Primary
  346. .
  347. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  348. MessageId = 38
  349. Severity = Informational
  350. Facility = Facility_NFSSvc
  351. SymbolicName = L_REMOVE_LABEL_TEXT
  352. Language = English
  353. Remove
  354. .
  355. ;// nfsgroupmaps_prop.asp
  356. MessageId = 39
  357. Severity = Informational
  358. Facility = Facility_NFSSvc
  359. SymbolicName = L_WINDOWSGROUP_LISTHEADER_TEXT
  360. Language = English
  361. Windows Group
  362. .
  363. ;// nfsgroupmaps_prop.asp
  364. MessageId = 40
  365. Severity = Informational
  366. Facility = Facility_NFSSvc
  367. SymbolicName = L_UNIXDOMAIN_LISTHEADER_TEXT
  368. Language = English
  369. UNIX Domain
  370. .
  371. ;// nfsgroupmaps_prop.asp
  372. MessageId = 41
  373. Severity = Informational
  374. Facility = Facility_NFSSvc
  375. SymbolicName = L_UNIXGROUP_LISTHEADER_TEXT
  376. Language = English
  377. UNIX Group
  378. .
  379. ;// nfsgroupmaps_prop.asp
  380. MessageId = 42
  381. Severity = Informational
  382. Facility = Facility_NFSSvc
  383. SymbolicName = L_GID_LISTHEADER_TEXT
  384. Language = English
  385. GID
  386. .
  387. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  388. MessageId = 43
  389. Severity = Informational
  390. Facility = Facility_NFSSvc
  391. SymbolicName = L_PRIMARY_LISTHEADER_TEXT
  392. Language = English
  393. Primary
  394. .
  395. ;// nfsgroupmaps_prop.asp
  396. MessageId = 44
  397. Severity = Informational
  398. Facility = Facility_NFSSvc
  399. SymbolicName = L_PCNFS_TEXT
  400. Language = English
  401. PCNFS
  402. .
  403. ;// nfsgroupmaps_prop.asp
  404. MessageId = 45
  405. Severity = Informational
  406. Facility = Facility_NFSSvc
  407. SymbolicName = L_PASSWDFILE_TEXT
  408. Language = English
  409. passwd file
  410. .
  411. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  412. MessageId = 46
  413. Severity = Error
  414. Facility = Facility_NFSSvc
  415. SymbolicName = L_INVALIDUSERFORMAT_ERRORMESSAGE
  416. Language = English
  417. Invalid user format.
  418. .
  419. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  420. MessageId = 47
  421. Severity = Error
  422. Facility = Facility_NFSSvc
  423. SymbolicName = L_SETTINGSRETRIEVFAILED_ERRORMESSAGE
  424. Language = English
  425. Unable to get the mapper settings.
  426. .
  427. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  428. MessageId = 48
  429. Severity = Error
  430. Facility = Facility_NFSSvc
  431. SymbolicName = L_UPDATEFAILED_ERRORMESSAGE
  432. Language = English
  433. Unable to update the mapping.
  434. .
  435. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  436. MessageId = 49
  437. Severity = Error
  438. Facility = Facility_NFSSvc
  439. SymbolicName = L_GROUPFILEMISSING_ERRORMESSAGE
  440. Language = English
  441. Groups file missing.
  442. .
  443. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  444. MessageId = 50
  445. Severity = Error
  446. Facility = Facility_NFSSvc
  447. SymbolicName = L_GROUPFILEOPEN_ERRORMESSAGE
  448. Language = English
  449. Unable to open the groups file.
  450. .
  451. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  452. MessageId = 51
  453. Severity = Error
  454. Facility = Facility_NFSSvc
  455. SymbolicName = L_INVALIDFILEFORMATFORGROUP_ERRORMESSAGE
  456. Language = English
  457. The group file has an incorrect format.
  458. .
  459. ;// nfsgroupmaps_prop.asp, nfsusersmaps_prop.asp
  460. MessageId = 52
  461. Severity = Error
  462. Facility = Facility_NFSSvc
  463. SymbolicName = L_CREATEOBJECTFAILED_ERRORMESSAGE
  464. Language = English
  465. Unable to create the mapper object
  466. .
  467. ;//-----------------------------------------------
  468. ;//nfsusersmaps_prop.asp
  469. ;//-----------------------------------------------
  470. ;//nfsusersmaps_prop.asp
  471. MessageId = 53
  472. Severity = Error
  473. Facility = Facility_NFSSvc
  474. SymbolicName = L_UNABLETOCREATEMAPMANAGEROBJECT_ERRORMESSAGE
  475. Language = English
  476. Unable to create mapmanger object.
  477. .
  478. ;//nfsusersmaps_prop.asp
  479. MessageId = 54
  480. Severity = Error
  481. Facility = Facility_NFSSvc
  482. SymbolicName = L_ERRORWHILEGETTINGUSERACCOUNTS_ERRORMESSAGE
  483. Language = English
  484. Error occurred while getting User Accounts
  485. .
  486. ;//nfsusersmaps_prop.asp
  487. MessageId = 55
  488. Severity = Error
  489. Facility = Facility_NFSSvc
  490. SymbolicName = L_SERVERCONNECTIONFAILED_ERRORMESSAGE
  491. Language = English
  492. Unable to connect to the server
  493. .
  494. ;//nfsusersmaps_prop.asp
  495. MessageId = 56
  496. Severity = Informational
  497. Facility = Facility_NFSSvc
  498. SymbolicName = L_TASKTITLE_USERMAPS_TEXT
  499. Language = English
  500. Advanced User Mapping
  501. .
  502. ;//nfsusersmaps_prop.asp
  503. MessageId = 57
  504. Severity = Informational
  505. Facility = Facility_NFSSvc
  506. SymbolicName = L_NISSERVER_TEXT
  507. Language = English
  508. NIS server name(optional):
  509. .
  510. ;//nfsusersmaps_prop.asp
  511. MessageId = 58
  512. Severity = Informational
  513. Facility = Facility_NFSSvc
  514. SymbolicName = L_LISTWINDOWSUSERS_TEXT
  515. Language = English
  516. List Windows Users
  517. .
  518. ;//nfsusersmaps_prop.asp
  519. MessageId = 59
  520. Severity = Informational
  521. Facility = Facility_NFSSvc
  522. SymbolicName = L_LISTUNIXUSERS_TEXT
  523. Language = English
  524. List UNIX Users
  525. .
  526. ;//nfsusersmaps_prop.asp
  527. MessageId = 60
  528. Severity = Informational
  529. Facility = Facility_NFSSvc
  530. SymbolicName = L_WINDOWSUSERS_TEXT
  531. Language = English
  532. Windows local users:
  533. .
  534. ;//nfsusersmaps_prop.asp
  535. MessageId = 61
  536. Severity = Informational
  537. Facility = Facility_NFSSvc
  538. SymbolicName = L_UNIXUSERS_TEXT
  539. Language = English
  540. UNIX users:
  541. .
  542. ;//nfsusersmaps_prop.asp
  543. MessageId = 62
  544. Severity = Informational
  545. Facility = Facility_NFSSvc
  546. SymbolicName = L_WINDOWSUSERNAME_TEXT
  547. Language = English
  548. Windows user name:
  549. .
  550. ;//nfsusersmaps_prop.asp
  551. MessageId = 63
  552. Severity = Informational
  553. Facility = Facility_NFSSvc
  554. SymbolicName = L_UNIXUSERNAME_TEXT
  555. Language = English
  556. UNIX user name:
  557. .
  558. ;//nfsusersmaps_prop.asp
  559. MessageId = 64
  560. Severity = Informational
  561. Facility = Facility_NFSSvc
  562. SymbolicName = L_MAPPEDUSER_TEXT
  563. Language = English
  564. Explicitly mapped users:
  565. .
  566. ;//nfsusersmaps_prop.asp
  567. MessageId = 65
  568. Severity = Informational
  569. Facility = Facility_NFSSvc
  570. SymbolicName = L_WINDOWSUSER_TEXT
  571. Language = English
  572. Windows User
  573. .
  574. ;//nfsusersmaps_prop.asp
  575. MessageId = 66
  576. Severity = Informational
  577. Facility = Facility_NFSSvc
  578. SymbolicName = L_UNIXDOMAIN_TEXT
  579. Language = English
  580. UNIX Domain
  581. .
  582. ;//nfsusersmaps_prop.asp
  583. MessageId = 67
  584. Severity = Informational
  585. Facility = Facility_NFSSvc
  586. SymbolicName = L_UNIXUSER_TEXT
  587. Language = English
  588. UNIX User
  589. .
  590. ;//nfsusersmaps_prop.asp
  591. MessageId = 68
  592. Severity = Informational
  593. Facility = Facility_NFSSvc
  594. SymbolicName = L_UID_TEXT
  595. Language = English
  596. UID
  597. .
  598. ;//nfsusersmaps_prop.asp
  599. MessageId = 69
  600. Severity = Informational
  601. Facility = Facility_NFSSvc
  602. SymbolicName = L_SIMPLEMAP_TEXT
  603. Language = English
  604. Display Simple Mapping in Mapped users list.
  605. .
  606. ;//nfsusersmaps_prop.asp
  607. MessageId = 70
  608. Severity = Informational
  609. Facility = Facility_NFSSvc
  610. SymbolicName = L_USERMAPINFO_TEXT
  611. Language = English
  612. To map a Windows local user, select a Windows user and a UNIX user from the lists above, and then choose Add.
  613. .
  614. ;//nfsusersmaps_prop.asp
  615. MessageId = 71
  616. Severity = Error
  617. Facility = Facility_NFSSvc
  618. SymbolicName = L_PASSWORDFILEMISSING_ERRORMESSAGE
  619. Language = English
  620. Password file missing.
  621. .
  622. ;//nfsusersmaps_prop.asp
  623. MessageId = 72
  624. Severity = Error
  625. Facility = Facility_NFSSvc
  626. SymbolicName = L_PASSWORDFILEOPEN_ERRORMESSAGE
  627. Language = English
  628. Error opening the password file.
  629. .
  630. ;//nfsusersmaps_prop.asp
  631. MessageId = 73
  632. Severity = Error
  633. Facility = Facility_NFSSvc
  634. SymbolicName = L_INVALIDFILEFORMATFORPSWD_ERRORMESSAGE
  635. Language = English
  636. The password file has an incorrect format.
  637. .
  638. ;//nfsusersmaps_prop.asp
  639. MessageId = 74
  640. Severity = Error
  641. Facility = Facility_NFSSvc
  642. SymbolicName = L_SERVICENOTSTARTED_ERRORMESSAGE
  643. Language = English
  644. Service not started/installed. Start the mapsvc service.
  645. .
  646. ;//nfsusersmaps_prop.asp
  647. MessageId = 75
  648. Severity = Error
  649. Facility = Facility_NFSSvc
  650. SymbolicName = L_SERVERCONNECTIONFAIL_ERRORMESSAGE
  651. Language = English
  652. Server connection failed.
  653. .
  654. ;//nfsusersmaps_prop.asp
  655. MessageId = 76
  656. Severity = Error
  657. Facility = Facility_NFSSvc
  658. SymbolicName = L_SYSTEMINFO_ERRORMESSAGE
  659. Language = English
  660. Unable to get the System info.
  661. .
  662. ;//nfsusersmaps_prop.asp
  663. MessageId = 77
  664. Severity = Error
  665. Facility = Facility_NFSSvc
  666. SymbolicName = L_SERVICEINFO_ERRORMESSAGE
  667. Language = English
  668. Unable to get the service info.
  669. .
  670. ;//nfsusersmaps_prop.asp
  671. MessageId = 78
  672. Severity = Error
  673. Facility = Facility_NFSSvc
  674. SymbolicName = L_DUPLICATEENTRY_ERRORMESSAGE
  675. Language = English
  676. Duplicate entry
  677. .
  678. ;//nfsusersmaps_prop.asp
  679. MessageId = 79
  680. Severity = Error
  681. Facility = Facility_NFSSvc
  682. SymbolicName = L_INVALIDENTRY_ERRORMESSAGE
  683. Language = English
  684. Invalid entry.
  685. .
  686. ;//nfsusersmaps_prop.asp
  687. MessageId = 80
  688. Severity = Error
  689. Facility = Facility_NFSSvc
  690. SymbolicName = L_WINDOWSUSERALREADYMAPPED_ERRORMESSAGE
  691. Language = English
  692. This Windows user is already mapped.
  693. .
  694. ;//nfsusersmaps_prop.asp
  695. MessageId = 81
  696. Severity = Error
  697. Facility = Facility_NFSSvc
  698. SymbolicName = L_INVALIDUSER_ERRORMESSAGE
  699. Language = English
  700. Invalid user name specified.
  701. .
  702. ;//nfsusersmaps_prop.asp
  703. MessageId = 82
  704. Severity = Error
  705. Facility = Facility_NFSSvc
  706. SymbolicName = L_SIMPLEMAPS_UNCHECKED_ERRORMESSAGE
  707. Language = English
  708. The Simple Mapping must be enabled to use advanced mapping options
  709. .
  710. ;//nfsusersmaps_prop.asp
  711. MessageId = 83
  712. Severity = Error
  713. Facility = Facility_NFSSvc
  714. SymbolicName = L_INVALIDDOMAIN_ERRORMESSAGE
  715. Language = English
  716. This user is not of the selected domain.
  717. .
  718. ;//nfsusersmaps_prop.asp, nfsgroupmaps_prop.asp
  719. MessageId = 84
  720. Severity = Error
  721. Facility = Facility_NFSSvc
  722. SymbolicName = L_NISDOMAINDOESNOTEXIST_ERRORMESSAGE
  723. Language = English
  724. NIS domain or server does not exist.
  725. .
  726. ;//nfsusersmaps_prop.asp
  727. MessageId = 85
  728. Severity = Error
  729. Facility = Facility_NFSSvc
  730. SymbolicName = L_NTUSERS_ERRORMESSAGE
  731. Language = English
  732. Unable to get NT Users
  733. .
  734. ;//nfsusersmaps_prop.asp
  735. MessageId = 86
  736. Severity = Informational
  737. Facility = Facility_NFSSvc
  738. SymbolicName = L_NOUSERS_TEXT
  739. Language = English
  740. No Users in the NIS Server
  741. .
  742. ;//inc_registry.asp
  743. MessageId = 87
  744. Severity = Error
  745. Facility = Facility_NFSSvc
  746. SymbolicName = L_CANNOTREADFROMREGISTRY_ERRORMESSAGE
  747. Language = English
  748. Unable to read from registry
  749. .
  750. ;//inc_registry.asp
  751. MessageId = 88
  752. Severity = Error
  753. Facility = Facility_NFSSvc
  754. SymbolicName = L_CANNOTUPDATEREGISTRY_ERRORMESSAGE
  755. Language = English
  756. Unable to update the registry
  757. .
  758. ;//inc_registry.asp
  759. MessageId = 89
  760. Severity = Error
  761. Facility = Facility_NFSSvc
  762. SymbolicName = L_CANNOTCREATEKEY_ERRORMESSAGE
  763. Language = English
  764. Unable to create key in the registry
  765. .
  766. ;//inc_registry.asp
  767. MessageId = 90
  768. Severity = Error
  769. Facility = Facility_NFSSvc
  770. SymbolicName = L_CANNOTDELETEKEY_ERRORMESSAGE
  771. Language = English
  772. Unable to delete the key from the registry
  773. .
  774. ;//inc_global.asp
  775. MessageId = 91
  776. Severity = Error
  777. Facility = Facility_NFSSvc
  778. SymbolicName = L_WMICONNECTIONFAILED_ERRORMESSAGE
  779. Language = English
  780. Connection to WMI failed
  781. .
  782. ;//inc_global.asp
  783. MessageId = 92
  784. Severity = Error
  785. Facility = Facility_NFSSvc
  786. SymbolicName = L_LOCALIZATIONOBJECTFAILED_ERRORMESSAGE
  787. Language = English
  788. Unable to create Localization Object
  789. .
  790. ;//inc_global.asp
  791. MessageId = 93
  792. Severity = Error
  793. Facility = Facility_NFSSvc
  794. SymbolicName = L_COMPUTERNAME_ERRORMESSAGE
  795. Language = English
  796. Error occurred while getting Computer Name
  797. .
  798. MessageId = 94
  799. Severity = Error
  800. Facility = Facility_NFSSvc
  801. SymbolicName = L_USERADD_TEXT
  802. Language = English
  803. Add
  804. .
  805. MessageId = 95
  806. Severity = Error
  807. Facility = Facility_NFSSvc
  808. SymbolicName = L_SETPRIMARY_TEXT
  809. Language = English
  810. Set Primary
  811. .
  812. MessageId = 96
  813. Severity = Error
  814. Facility = Facility_NFSSvc
  815. SymbolicName = L_USERREMOVE_TEXT
  816. Language = English
  817. Remove
  818. .
  819. MessageId = 97
  820. Severity = Error
  821. Facility = Facility_NFSSvc
  822. SymbolicName = L_WINGROUPALREADYMAPPED_ERRORMESSAGE
  823. Language = English
  824. The windows group is already mapped.
  825. .
  826. ;// MESSAGEID -- 87 - 100 IS RESERVED FOR USER MAPPINGS AND GROUP MAPPINGS
  827. ;///////////////////////////////////////////////////////////////////////
  828. ;//------------------------------
  829. ;// nfsclientgroups_ots.asp
  830. ;//------------------------------
  831. ;// nfsclientgroups_ots.asp
  832. MessageId = 101
  833. Severity = Informational
  834. Facility = Facility_NFSSvc
  835. SymbolicName = L_PAGE_TITLE_TEXT
  836. Language = English
  837. NFS Client Groups
  838. .
  839. ;// nfsclientgroups_ots.asp
  840. MessageId = 102
  841. Severity = Informational
  842. Facility = Facility_NFSSvc
  843. SymbolicName = L_CLIENTGROUPS_DESCTIPITON_TEXT
  844. Language = English
  845. Select a NFS Client Group, then choose a task. To create a new Client Group, choose New...
  846. .
  847. ;// nfsclientgroups_ots.asp
  848. MessageId = 103
  849. Severity = Informational
  850. Facility = Facility_NFSSvc
  851. SymbolicName = L_COLUMN_CLIENTGROUPNAME_TEXT
  852. Language = English
  853. NFS Client Groups
  854. .
  855. ;// nfsclientgroups_ots.asp
  856. MessageId = 104
  857. Severity = Informational
  858. Facility = Facility_NFSSvc
  859. SymbolicName = L_KEYCOLUMN_CLIENTGROUPNAME_TEXT
  860. Language = English
  861. Key for NFS Client Groups
  862. .
  863. ;// nfsclientgroups_ots.asp
  864. MessageId = 105
  865. Severity = Informational
  866. Facility = Facility_NFSSvc
  867. SymbolicName = L_SERVEAREABUTTON_NEW_TEXT
  868. Language = English
  869. New...
  870. .
  871. ;// nfsclientgroups_ots.asp
  872. MessageId = 106
  873. Severity = Informational
  874. Facility = Facility_NFSSvc
  875. SymbolicName = L_NEW_ROLLOVERTEXT_TEXT
  876. Language = English
  877. Create NFS Client Group
  878. .
  879. ;// nfsclientgroups_ots.asp
  880. MessageId = 107
  881. Severity = Informational
  882. Facility = Facility_NFSSvc
  883. SymbolicName = L_SERVEAREABUTTON_DELETE_TEXT
  884. Language = English
  885. Delete
  886. .
  887. ;// nfsclientgroups_ots.asp
  888. MessageId = 108
  889. Severity = Informational
  890. Facility = Facility_NFSSvc
  891. SymbolicName = L_SERVEAREABUTTON_EDIT_TEXT
  892. Language = English
  893. Edit...
  894. .
  895. ;// nfsclientgroups_ots.asp
  896. MessageId = 109
  897. Severity = Informational
  898. Facility = Facility_NFSSvc
  899. SymbolicName = L_TASKS_TEXT
  900. Language = English
  901. Tasks
  902. .
  903. ;// nfsclientgroups_ots.asp
  904. MessageId = 110
  905. Severity = Informational
  906. Facility = Facility_NFSSvc
  907. SymbolicName = L_NOCLIENTGROUPSAVAILABLE_MESSAGE_TEXT
  908. Language = English
  909. No client groups are available
  910. .
  911. ;// nfsclientgroups_ots.asp
  912. MessageId = 111
  913. Severity = Error
  914. Facility = Facility_NFSSvc
  915. SymbolicName = L_FAILEDTOADDCOLOUMN_ERRORMESSAGE
  916. Language = English
  917. Failed to add a column to the table
  918. .
  919. ;// nfsclientgroups_ots.asp, nfsclientgroups_delete_prop.asp, nfsclinetgroups_edit_prop.asp
  920. MessageId = 112
  921. Severity = Error
  922. Facility = Facility_NFSSvc
  923. SymbolicName = L_FAILEDTOCREATEOBJECT_ERRORMESSAGE
  924. Language = English
  925. NFS object instance Failed
  926. .
  927. ;// nfsclientgroups_ots.asp
  928. MessageId = 113
  929. Severity = Error
  930. Facility = Facility_NFSSvc
  931. SymbolicName = L_FAILEDTOADDROW_ERRORMESSAGE
  932. Language = English
  933. Failed to add a row to the table
  934. .
  935. ;// nfsclientgroups_ots.asp
  936. MessageId = 114
  937. Severity = Error
  938. Facility = Facility_NFSSvc
  939. SymbolicName = L_FAILEDTOSORT_ERRORMESSAGE
  940. Language = English
  941. Failed to sort the table
  942. .
  943. ;// nfsclientgroups_ots.asp
  944. MessageId = 115
  945. Severity = Error
  946. Facility = Facility_NFSSvc
  947. SymbolicName = L_FAILEDTOSHOW_ERRORMESSAGE
  948. Language = English
  949. Failed to show the table
  950. .
  951. ;// nfsclientgroups_ots.asp
  952. MessageId = 116
  953. Severity = Error
  954. Facility = Facility_NFSSvc
  955. SymbolicName = L_FAILEDTOADDTASK_ERRORMESSAGE
  956. Language = English
  957. Failed to add a task to the table
  958. .
  959. ;//----------------------------------
  960. ;// nfsclientgroups_delete_prop.asp
  961. ;//----------------------------------
  962. ;// nfsclientgroups_delete_prop.asp
  963. MessageId = 117
  964. Severity = Informational
  965. Facility = Facility_NFSSvc
  966. SymbolicName = L_DELETEPAGE_TITLE_TEXT
  967. Language = English
  968. Delete NFS Client Group
  969. .
  970. ;// nfsclientgroups_delete_prop.asp
  971. MessageId = 118
  972. Severity = Informational
  973. Facility = Facility_NFSSvc
  974. SymbolicName = L_DELETECLIENTGROUPDESCRIPTION_TEXT
  975. Language = English
  976. Are you sure you want to delete the client group "%1"?
  977. .
  978. ;// nfsclientgroups_delete_prop.asp
  979. MessageId = 121
  980. Severity = Informational
  981. Facility = Facility_NFSSvc
  982. SymbolicName = L_TASKTITLE_DELETE_TEXT
  983. Language = English
  984. Delete NFS Client Group
  985. .
  986. ;// nfsclientgroups_delete_prop.asp, nfsclinetgroups_edit_prop.asp
  987. MessageId = 122
  988. Severity = Error
  989. Facility = Facility_NFSSvc
  990. SymbolicName = L_PROPERTYNOTRETRIEVED_ERRORMESSAGE
  991. Language = English
  992. Property not retrieved
  993. .
  994. ;// nfsclientgroups_delete_prop.asp
  995. MessageId = 123
  996. Severity = Error
  997. Facility = Facility_NFSSvc
  998. SymbolicName = L_FAILEDTOREMOVECLIENTGROUP_ERRORMESSAGE
  999. Language = English
  1000. Client group could not be deleted
  1001. .
  1002. ;// nfsclientgroups_delete_prop.asp
  1003. MessageId = 124
  1004. Severity = Error
  1005. Facility = Facility_NFSSvc
  1006. SymbolicName = L_GROUPNOTEXISTS_ERRORMESSAGE
  1007. Language = English
  1008. Group does not exist
  1009. .
  1010. ;//-----------------------------------
  1011. ;// nfsclinetgroups_edit_prop.asp
  1012. ;//-----------------------------------
  1013. ;// nfsclinetgroups_edit_prop.asp
  1014. MessageId = 125
  1015. Severity = Informational
  1016. Facility = Facility_NFSSvc
  1017. SymbolicName = L_CLIENTGROUPSEDIT_TITLE_TEXT
  1018. Language = English
  1019. Edit NFS Client Group
  1020. .
  1021. ;// nfsclinetgroups_edit_prop.asp, nfsclientgroups_new.asp
  1022. MessageId = 126
  1023. Severity = Informational
  1024. Facility = Facility_NFSSvc
  1025. SymbolicName = L_MEMBERS_TEXT
  1026. Language = English
  1027. Members:
  1028. .
  1029. ;// nfsclinetgroups_edit_prop.asp, nfsclientgroups_new.asp
  1030. MessageId = 127
  1031. Severity = Informational
  1032. Facility = Facility_NFSSvc
  1033. SymbolicName = L_GROUPNAME_TEXT
  1034. Language = English
  1035. Group name:
  1036. .
  1037. ;// nfsclinetgroups_edit_prop.asp, nfsclientgroups_new.asp
  1038. MessageId = 128
  1039. Severity = Informational
  1040. Facility = Facility_NFSSvc
  1041. SymbolicName = L_MEMBERSADDBTN_TEXT
  1042. Language = English
  1043. Add
  1044. .
  1045. ;// nfsclinetgroups_edit_prop.asp, nfsclientgroups_new.asp
  1046. MessageId = 129
  1047. Severity = Informational
  1048. Facility = Facility_NFSSvc
  1049. SymbolicName = L_MEMBERSREMOVEBTN_TEXT
  1050. Language = English
  1051. Remove
  1052. .
  1053. ;// nfsclinetgroups_edit_prop.asp, nfsclientgroups_new.asp
  1054. MessageId = 130
  1055. Severity = Error
  1056. Facility = Facility_NFSSvc
  1057. SymbolicName = L_NOTVALIDMEMBER_ERRORMESSAGE
  1058. Language = English
  1059. %1: Not a valid member
  1060. .
  1061. ;//------------------------------------
  1062. ;// nfsclientgroups_new.asp
  1063. ;//------------------------------------
  1064. ;// nfsclientgroups_new.asp
  1065. MessageId = 131
  1066. Severity = Informational
  1067. Facility = Facility_NFSSvc
  1068. SymbolicName = L_TASKTITLE_NEW_TEXT
  1069. Language = English
  1070. New NFS Client Group
  1071. .
  1072. ;// nfsclientgroups_new.asp
  1073. MessageId = 132
  1074. Severity = Error
  1075. Facility = Facility_NFSSvc
  1076. SymbolicName = L_GROUPNAMEBLANK_ERRORMESSAGE
  1077. Language = English
  1078. Group name cannot be blank
  1079. .
  1080. ;// nfsclientgroups_new.asp
  1081. MessageId = 133
  1082. Severity = Error
  1083. Facility = Facility_NFSSvc
  1084. SymbolicName = L_FAILEDTOCREATEOBJECTNEW_ERRORMESSAGE
  1085. Language = English
  1086. Failed to create the object.
  1087. .
  1088. ;// nfsclientgroups_new.asp
  1089. MessageId = 134
  1090. Severity = Error
  1091. Facility = Facility_NFSSvc
  1092. SymbolicName = L_GROUPEXISTS_ERRORMESSAGE
  1093. Language = English
  1094. Client group with this name already exists
  1095. .
  1096. ;// nfsclientgroups_new.asp
  1097. MessageId = 135
  1098. Severity = Error
  1099. Facility = Facility_NFSSvc
  1100. SymbolicName = L_UNABLEADDGROUP_ERRORMESSAGE
  1101. Language = English
  1102. Unable to add the group
  1103. .
  1104. ;// nfsclientgroups_new.asp
  1105. MessageId = 136
  1106. Severity = Error
  1107. Facility = Facility_NFSSvc
  1108. SymbolicName = L_UNABLEADDMEMBER_ERRORMESSAGE
  1109. Language = English
  1110. Unable to add the members
  1111. .
  1112. ;// nfsclientgroups_new.asp
  1113. MessageId = 137
  1114. Severity = Error
  1115. Facility = Facility_NFSSvc
  1116. SymbolicName = L_INVALIDCHARACTER_ERRORMESSAGE
  1117. Language = English
  1118. Invalid characters
  1119. .
  1120. ;// nfsclientgroups_new.asp
  1121. MessageId = 138
  1122. Severity = Error
  1123. Facility = Facility_NFSSvc
  1124. SymbolicName = L_DUPLICATEMEMBER_ERRORMESSAGE
  1125. Language = English
  1126. Member already exists
  1127. .
  1128. ;// nfsclientgroups_ots.asp
  1129. MessageId = 139
  1130. Severity = Informational
  1131. Facility = Facility_NFSSvc
  1132. SymbolicName = L_DELETE_ROLLOVERTEXT_TEXT
  1133. Language = English
  1134. Delete NFS Client Group
  1135. .
  1136. ;// nfsclientgroups_ots.asp
  1137. MessageId = 140
  1138. Severity = Informational
  1139. Facility = Facility_NFSSvc
  1140. SymbolicName = L_EDIT_ROLLOVERTEXT_TEXT
  1141. Language = English
  1142. Edit NFS Client Group
  1143. .
  1144. ;// nfsclientgroups_new.asp
  1145. MessageId = 141
  1146. Severity = Informational
  1147. Facility = Facility_NFSSvc
  1148. SymbolicName = L_HOSTNAME_TEXT
  1149. Language = English
  1150. Host name or IP Address:
  1151. .
  1152. ;// nfsclientgroups_new.asp
  1153. MessageId = 142
  1154. Severity = Informational
  1155. Facility = Facility_NFSSvc
  1156. SymbolicName = L_DESCRIPTION_TEXT
  1157. Language = English
  1158. Use the group name box below to control the NFS share permissions given to client computers. To create a group, type the group name in the box below, and then add client names or IP addresses.
  1159. .
  1160. ;// nfsclientgroups_new.asp
  1161. MessageId = 143
  1162. Severity = Informational
  1163. Facility = Facility_NFSSvc
  1164. SymbolicName = L_CLIENTNAME_TEXT
  1165. Language = English
  1166. Client name or IP address:
  1167. .
  1168. ;//nfsclientgroups_edit.asp
  1169. MessageId = 144
  1170. Severity = Informational
  1171. Facility = Facility_NFSSvc
  1172. SymbolicName = L_EDIT_DESCRIPTION_TEXT
  1173. Language = English
  1174. Use the group name box below to control the NFS share permissions given to client computers in a group. Add or remove client computer names or IP addresses.
  1175. .
  1176. ;//inc_nfssvc.asp
  1177. MessageId = 145
  1178. Severity = Error
  1179. Facility = Facility_NFSSvc
  1180. SymbolicName = L_INVALID_GROUP
  1181. Language = English
  1182. %1: Invalid client group. Specify a valid client group.
  1183. .
  1184. ;//inc_nfssvc.asp
  1185. MessageId = 146
  1186. Severity = Error
  1187. Facility = Facility_NFSSvc
  1188. SymbolicName = L_MEMBER_EXISTS
  1189. Language = English
  1190. %1: is already present in the group.
  1191. .
  1192. ;//inc_nfssvc.asp
  1193. MessageId = 147
  1194. Severity = Error
  1195. Facility = Facility_NFSSvc
  1196. SymbolicName = L_MEMBER_NOT_EXISTS
  1197. Language = English
  1198. %1: is not a member of the group.
  1199. .
  1200. ;//inc_nfssvc.asp
  1201. MessageId = 148
  1202. Severity = Informational
  1203. Facility = Facility_NFSSvc
  1204. SymbolicName = L_NO_CLIENT_GROUPS
  1205. Language = English
  1206. There are no client groups.
  1207. .
  1208. ;//inc_nfssvc.asp
  1209. MessageId = 149
  1210. Severity = Informational
  1211. Facility = Facility_NFSSvc
  1212. SymbolicName = L_NO_MEMBERS
  1213. Language = English
  1214. There are no members in the client group.
  1215. .
  1216. ;// MESSAGEID -- 141 - 149 IS RESERVED FOR CLIENTGROUPS
  1217. ;///////////////////////////////////////////////////////////////////////
  1218. ;// nfs service caption
  1219. ;///////////////////////////////////////////////////////////////////////
  1220. ;// nfs service caption
  1221. MessageId = 150
  1222. Severity = Informational
  1223. Facility = Facility_NFSSvc
  1224. SymbolicName = L_NFSSVC_CAPIONRID
  1225. Language = English
  1226. NFS Service
  1227. .
  1228. ;// nfs service caption
  1229. MessageId = 151
  1230. Severity = Informational
  1231. Facility = Facility_NFSSvc
  1232. SymbolicName = L_NFSSVC_DESCRID
  1233. Language = English
  1234. Allows access to data shares from UNIX-based NFS clients.
  1235. .
  1236. ;// nfs service caption
  1237. MessageId = 152
  1238. Severity = Informational
  1239. Facility = Facility_NFSSvc
  1240. SymbolicName = L_NFSSVC_LONGDESCRID
  1241. Language = English
  1242. NFS Service exports Windows directories as Network File System (NFS) file systems, allowing UNIX-based NFS clients to access them.
  1243. .
  1244. ;// nfs clientgroups caption
  1245. MessageId = 153
  1246. Severity = Informational
  1247. Facility = Facility_NFSSvc
  1248. SymbolicName = L_NFSCLG_CAPIONRID
  1249. Language = English
  1250. Client Groups
  1251. .
  1252. ;// nfs clientgroups caption
  1253. MessageId = 154
  1254. Severity = Informational
  1255. Facility = Facility_NFSSvc
  1256. SymbolicName = L_NFSCLG_DESCRID
  1257. Language = English
  1258. Manage NFS Client Groups.
  1259. .
  1260. ;// nfs clientgroups caption
  1261. MessageId = 155
  1262. Severity = Informational
  1263. Facility = Facility_NFSSvc
  1264. SymbolicName = L_NFSCLG_LONGDESCRID
  1265. Language = English
  1266. Manage NFS Client Groups. You can assign access permissions to users or groups.
  1267. .
  1268. ;// nfs locks caption
  1269. MessageId = 156
  1270. Severity = Informational
  1271. Facility = Facility_NFSSvc
  1272. SymbolicName = L_NFSLOCKS_CAPIONRID
  1273. Language = English
  1274. Locks
  1275. .
  1276. ;// nfs locks caption
  1277. MessageId = 157
  1278. Severity = Informational
  1279. Facility = Facility_NFSSvc
  1280. SymbolicName = L_NFSLOCKS_DESCRID
  1281. Language = English
  1282. Manage NFS Service locks.
  1283. .
  1284. ;// nfs locks caption
  1285. MessageId = 158
  1286. Severity = Informational
  1287. Facility = Facility_NFSSvc
  1288. SymbolicName = L_NFSLOCKS_LONGDESCRID
  1289. Language = English
  1290. Configure the way NFS service manages lock requests from NFS clients.
  1291. .
  1292. ;// nfs User and groups caption
  1293. MessageId = 159
  1294. Severity = Informational
  1295. Facility = Facility_NFSSvc
  1296. SymbolicName = L_USERGRPMAP_CAPIONRID
  1297. Language = English
  1298. User and Group Mappings
  1299. .
  1300. ;// nfs locks caption
  1301. MessageId = 160
  1302. Severity = Informational
  1303. Facility = Facility_NFSSvc
  1304. SymbolicName = L_USERGRPMAP_DESCRID
  1305. Language = English
  1306. Manage User Name Mapping that associates Windows and UNIX user names.
  1307. .
  1308. ;// nfs locks caption
  1309. MessageId = 161
  1310. Severity = Informational
  1311. Facility = Facility_NFSSvc
  1312. SymbolicName = L_USERGRPMAP_LONGDESCRID
  1313. Language = English
  1314. User Name Mapping associates Windows and UNIX user names for NFS Service. This allows users to connect to NFS resources without having to log on to UNIX and Windows systems separately.
  1315. .
  1316. ;// MESSAGEID -- 162 - 200 IS RESERVED FOR NFS SERVICE
  1317. ;///////////////////////////////////////////////////////////////////////////////
  1318. ;// Managed Services Name and Description
  1319. ;// 200
  1320. ;///////////////////////////////////////////////////////////////////////////////
  1321. MessageId = 200
  1322. Severity = Informational
  1323. Facility = Facility_NFSSvc
  1324. SymbolicName = L_NFS_SERVICE_ID
  1325. Language = English
  1326. NFS
  1327. .
  1328. MessageId = 201
  1329. Severity = Informational
  1330. Facility = Facility_NFSSvc
  1331. SymbolicName = L_NFS_SERVICE_NAME
  1332. Language = English
  1333. NFS Service
  1334. .
  1335. MessageId = 202
  1336. Severity = Informational
  1337. Facility = Facility_NFSSvc
  1338. SymbolicName = L_NFS_SERVICE_DESC
  1339. Language = English
  1340. Allows access to data shares from Unix clients
  1341. .
  1342. ;////////////////////////////////////////////////////////////////////////////////
  1343. ;// NFS Lock resources: nfslocks_prop.asp
  1344. ;// 300
  1345. ;////////////////////////////////////////////////////////////////////////////////
  1346. MessageId = 300
  1347. Severity = Informational
  1348. Facility = Facility_NFSSvc
  1349. SymbolicName = L_NFS_LOCKS_TITLE
  1350. Language = English
  1351. NFS Locks
  1352. .
  1353. MessageId = 301
  1354. Severity = Informational
  1355. Facility = Facility_NFSSvc
  1356. SymbolicName = L_NFS_LOCKS_CURRENTLOCKS
  1357. Language = English
  1358. Current locks:
  1359. .
  1360. MessageId = 302
  1361. Severity = Informational
  1362. Facility = Facility_NFSSvc
  1363. SymbolicName = L_NFS_LOCKS_LOCKSELECTHELP
  1364. Language = English
  1365. Select a client to release its locks
  1366. .
  1367. MessageId = 303
  1368. Severity = Informational
  1369. Facility = Facility_NFSSvc
  1370. SymbolicName = L_NFS_LOCKS_WAITPERIOD
  1371. Language = English
  1372. Wait period, in seconds:
  1373. .
  1374. MessageId = 304
  1375. Severity = Informational
  1376. Facility = Facility_NFSSvc
  1377. SymbolicName = L_NFS_LOCKS_SECONDS
  1378. Language = English
  1379. Seconds
  1380. .
  1381. MessageId = 305
  1382. Severity = Informational
  1383. Facility = Facility_NFSSvc
  1384. SymbolicName = L_NFS_LOCKS_WAITPERIODHELP
  1385. Language = English
  1386. This specifies the length of time that the server will wait for a client to re-establish a lock following a restart of the server.
  1387. .
  1388. MessageId = 306
  1389. Severity = Informational
  1390. Facility = Facility_NFSSvc
  1391. SymbolicName = L_NFS_LOCKS_NOLOCKSMESSAGE
  1392. Language = English
  1393. No clients available
  1394. .
  1395. MessageId = 307
  1396. Severity = Informational
  1397. Facility = Facility_NFSSvc
  1398. SymbolicName = L_NFS_LOCKS_INVALIDWAITPERIOD_ERRORMESSAGE
  1399. Language = English
  1400. Waiting period should be less than 1 hour(3600 seconds)
  1401. .
  1402. MessageId = 308
  1403. Severity = Informational
  1404. Facility = Facility_NFSSvc
  1405. SymbolicName = L_NFS_LOCKS_RETRIEVELOCKS_ERRORMESSAGE
  1406. Language = English
  1407. Unable to Retrieve Existing Locks
  1408. .
  1409. MessageId = 309
  1410. Severity = Informational
  1411. Facility = Facility_NFSSvc
  1412. SymbolicName = L_NFS_LOCKS_NFSNOTINSTALLED_ERRORMESSAGE
  1413. Language = English
  1414. NFS Service is not installed
  1415. .
  1416. MessageId = 310
  1417. Severity = Informational
  1418. Facility = Facility_NFSSvc
  1419. SymbolicName = L_NFS_LOCKS_SETWAITPERIOD_ERRORMESSAGE
  1420. Language = English
  1421. Error Occured in setting Wait Period
  1422. .
  1423. MessageId = 311
  1424. Severity = Informational
  1425. Facility = Facility_NFSSvc
  1426. SymbolicName = L_NFS_LOCKS_RELEACELOCKS_ERRORMESSAGE
  1427. Language = English
  1428. Error Occured in setting Release Locks
  1429. .
  1430. MessageId = 312
  1431. Severity = Informational
  1432. Facility = Facility_NFSSvc
  1433. SymbolicName = L_NFS_CLIENTGROUPS_MEMBEREXIST_ERRORMESSAGE
  1434. Language = English
  1435. already a member. Specify a different computer name.
  1436. .
  1437. MessageId = 313
  1438. Severity = Informational
  1439. Facility = Facility_NFSSvc
  1440. SymbolicName = L_NFS_HOURS_TEXT
  1441. Language = English
  1442. Hours
  1443. .
  1444. MessageId = 314
  1445. Severity = Informational
  1446. Facility = Facility_NFSSvc
  1447. SymbolicName = L_NFS_MINUTES_TEXT
  1448. Language = English
  1449. Minutes
  1450. .
  1451. MessageId = 315
  1452. Severity = Informational
  1453. Facility = Facility_NFSSvc
  1454. SymbolicName = L_NFS_ADD_DOMAIN_USERMAP
  1455. Language = English
  1456. To map a Windows domain user to a UNIX user, select a user from the UNIX users list above. Type a user name in the box below using the format domain\user, and then choose Add.
  1457. .
  1458. MessageId = 316
  1459. Severity = Informational
  1460. Facility = Facility_NFSSvc
  1461. SymbolicName = L_NFS_ADD_DOMAIN_GROUPMAP
  1462. Language = English
  1463. To map a Windows domain group to a UNIX group, select a group from the UNIX groups list above. Type a group name in the box below using the format domain\group, and then choose Add.
  1464. .
  1465. MessageId = 317
  1466. Severity = Informational
  1467. Facility = Facility_NFSSvc
  1468. SymbolicName = L_NFS_ERR_DOMAIN_USER_FORMAT
  1469. Language = English
  1470. The domain user name is not a valid format
  1471. .
  1472. MessageId = 318
  1473. Severity = Informational
  1474. Facility = Facility_NFSSvc
  1475. SymbolicName = L_NFS_ERR_DOMAIN_GROUP_FORMAT
  1476. Language = English
  1477. The domain group name is not a valid format
  1478. .
  1479. MessageId = 319
  1480. Severity = Informational
  1481. Facility = Facility_NFSSvc
  1482. SymbolicName = L_NFS_ERR_INVALID_DOMAIN_USER
  1483. Language = English
  1484. The domain user is not a valid member
  1485. .
  1486. MessageId = 320
  1487. Severity = Informational
  1488. Facility = Facility_NFSSvc
  1489. SymbolicName = L_NFS_ERR_INVALID_DOMAIN_GROUP
  1490. Language = English
  1491. The domain group is not a valid member
  1492. .
  1493. MessageId = 321
  1494. Severity = Error
  1495. Facility = Facility_NFSSvc
  1496. SymbolicName = L_UNSPECIFIED_ERROR
  1497. Language = English
  1498. Unspecified error.
  1499. .
  1500. MessageId = 322
  1501. Severity = Error
  1502. Facility = Facility_NFSSvc
  1503. SymbolicName = L_INVALID_MACHINE
  1504. Language = English
  1505. %1: is not a valid machine.
  1506. .
  1507. MessageId = 323
  1508. Severity = Error
  1509. Facility = Facility_NFSSvc
  1510. SymbolicName = L_INVALID_MEMBER
  1511. Language = English
  1512. Not a valid member.
  1513. .