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.

951 lines
25 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// diskmsg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 20 Nov 2000 Original version
  16. ;// 15 Mar 2001 Modified version
  17. ;//
  18. ;///////////////////////////////////////////////////////////////////////////////
  19. ;
  20. ;// please choose one of these severity names as part of your messages
  21. ;
  22. SeverityNames =
  23. (
  24. Success = 0x0:SA_SEVERITY_SUCCESS
  25. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  26. Warning = 0x2:SA_SEVERITY_WARNING
  27. Error = 0x3:SA_SEVERITY_ERROR
  28. )
  29. ;
  30. ;// The Facility Name identifies the Alert ID range to be used by
  31. ;// the specific component. For each new message you add, choose the
  32. ;// facility name corresponding to your component. If none of these
  33. ;// correspond to your component, add a new facility name with a new
  34. ;// value and name.
  35. FacilityNames =
  36. (
  37. Facility_Main = 0x020:SA_FACILITY_MAIN
  38. Facility_USER = 0x030:SA_FACILITY_USERS
  39. Facility_TerminalServer = 0x042:SA_Facility_TerminalServer
  40. Facility_Quota = 0x03E:SA_FACILITY_QUOTA
  41. )
  42. ;///////////////////////////////////////////////////////////////////////////////
  43. ;// DISK MANAGEMENT
  44. ;///////////////////////////////////////////////////////////////////////////////
  45. MessageId = 4
  46. Severity = Informational
  47. Facility = Facility_Main
  48. SymbolicName = L_MAIN_DISK_MANAGEMENT_TAB
  49. Language = English
  50. Disks
  51. .
  52. MessageId = 24
  53. Severity = Informational
  54. Facility = Facility_Main
  55. SymbolicName = L_MAIN_DISK_MANAGEMENT_TAB_DESCRIPTION
  56. Language = English
  57. Configure disks, volumes, disk quotas, and other storage-related features.
  58. .
  59. MessageId = 300
  60. Severity = Informational
  61. Facility = Facility_Main
  62. SymbolicName = L_MAIN_DISKS_DISKS
  63. Language = English
  64. Disks and Volumes
  65. .
  66. MessageId = 301
  67. Severity = Informational
  68. Facility = Facility_Main
  69. SymbolicName = L_MAIN_DISKS_DISKS_DESCRIPTION
  70. Language = English
  71. Configure the properties of individual disks and volumes residing on the server.
  72. .
  73. MessageId = 302
  74. Severity = Informational
  75. Facility = Facility_Main
  76. SymbolicName = L_MAIN_DISKS_VOLUMES
  77. Language = English
  78. Volumes
  79. .
  80. MessageId = 303
  81. Severity = Informational
  82. Facility = Facility_Main
  83. SymbolicName = L_MAIN_DISKS_VOLUMES_DESCRIPTION
  84. Language = English
  85. Configure the properties of volumes residing on the server.
  86. .
  87. MessageId = 304
  88. Severity = Informational
  89. Facility = Facility_Main
  90. SymbolicName = L_MAIN_DISKS_QUOTA
  91. Language = English
  92. Disk Quota
  93. .
  94. MessageId = 305
  95. Severity = Informational
  96. Facility = Facility_Main
  97. SymbolicName = L_MAIN_DISKS_QUOTA_DESCRIPTION
  98. Language = English
  99. Configure disk quotas for volumes on the server.
  100. .
  101. MessageId = 306
  102. Severity = Informational
  103. Facility = Facility_Main
  104. SymbolicName = L_MAIN_DISKS_QUOTA_DESCRIPTION_LONG
  105. Language = English
  106. Configure disk quotas for volumes located on the server. Disk quotas track and control disk space usage for volumes.
  107. .
  108. MessageId = 307
  109. Severity = Informational
  110. Facility = Facility_Main
  111. SymbolicName = L_MAIN_DISKS_SNAPSHOTS
  112. Language = English
  113. Snapshots
  114. .
  115. MessageId = 308
  116. Severity = Informational
  117. Facility = Facility_Main
  118. SymbolicName = L_MAIN_DISKS_SNAPSHOTS_DESCRIPTION
  119. Language = English
  120. Configure snapshots of volumes residing on the server.
  121. .
  122. MessageId = 309
  123. Severity = Informational
  124. Facility = Facility_Main
  125. SymbolicName = L_MAIN_DISKS_SNAPSHOTS
  126. Language = English
  127. ActiveArchive
  128. .
  129. ;///////////////////////////////////////////////////////////////////////////////
  130. ;// DISKS
  131. ;///////////////////////////////////////////////////////////////////////////////
  132. MessageId = 0
  133. Severity = Informational
  134. Facility = Facility_TerminalServer
  135. SymbolicName = L_PAGETITLE_TEXT
  136. Language = English
  137. %1 - Terminal Services Client
  138. .
  139. MessageId = 1
  140. Severity = Error
  141. Facility = Facility_TerminalServer
  142. SymbolicName = L_WINIECLIENT_ERROR
  143. Language = English
  144. This feature is only available on Microsoft Windows clients using Microsoft Internet Explorer.
  145. .
  146. MessageId = 5
  147. Severity = Informational
  148. Facility = Facility_TerminalServer
  149. SymbolicName = L_PAGEDESCRIPTION_TEXT
  150. Language = English
  151. Log on to use the Windows Disk Management MMC Snap-in. When you are finished, close the snap-in window. This will automatically close the Terminal Services Client session.
  152. .
  153. MessageId = 6
  154. Severity = Informational
  155. Facility = Facility_TerminalServer
  156. SymbolicName = L_HELP_TEXT
  157. Language = English
  158. To access the disk management application, log on, choose the Start menu, and then choose Run. Type mmc \windows\system32\diskmgmt.msc, and then click OK.
  159. .
  160. ;///////////////////////////////////////////////////////////////////////////////
  161. ;// USER DELETE
  162. ;///////////////////////////////////////////////////////////////////////////////
  163. MessageId = 64
  164. Severity = Error
  165. Facility = Facility_USER
  166. SymbolicName = L_COULDNOTDELETEBUILTINACCOUNTS_ERRORMESSAGE
  167. Language = English
  168. Unable to delete builtin accounts.
  169. .
  170. MessageId = 65
  171. Severity = Error
  172. Facility = Facility_USER
  173. SymbolicName = L_USERNOTFOUND_ERRORMESSAGE
  174. Language = English
  175. The selected user does not exist.
  176. .
  177. MessageId = 66
  178. Severity = Error
  179. Facility = Facility_USER
  180. SymbolicName = L_CANNOTDELETETHEUSERMESSAGE
  181. Language = English
  182. You cannot delete your own user account.
  183. .
  184. MessageId = 67
  185. Severity = Informational
  186. Facility = Facility_USER
  187. SymbolicName = L_UNABLETOGETSERVERVARIABLES
  188. Language = English
  189. Unable to retrieve the values of the server variables.
  190. .
  191. MessageId = 68
  192. Severity = Error
  193. Facility = Facility_USER
  194. SymbolicName = L_COMPUTERNAME_ERRORMESSAGE
  195. Language = English
  196. An error occurred while attempting to retrieve the computer name.
  197. .
  198. ;///////////////////////////////////////////////////////////////////////
  199. ;// QUOTA VOLUMES
  200. ;///////////////////////////////////////////////////////////////////////
  201. ;// quota_volumes.asp
  202. MessageId = 1
  203. Severity = Informational
  204. Facility = Facility_Quota
  205. SymbolicName = L_QUOTASVOLUMES_PAGETITLE_TEXT
  206. Language = English
  207. Volumes and Quotas
  208. .
  209. ;// quota_volumes.asp
  210. MessageId = 2
  211. Severity = Informational
  212. Facility = Facility_Quota
  213. SymbolicName = L_DESCRIPTION_HEADING_TEXT
  214. Language = English
  215. Select a volume, and then choose a task. To create a new quota entry for a user, select a volume and choose Quota Entries.
  216. .
  217. ;// quota_volumes.asp
  218. MessageId = 3
  219. Severity = Informational
  220. Facility = Facility_Quota
  221. SymbolicName = L_COLUMN_VOLUMENAME_TEXT
  222. Language = English
  223. Volume Name
  224. .
  225. ;// quota_volumes.asp
  226. MessageId = 4
  227. Severity = Informational
  228. Facility = Facility_Quota
  229. SymbolicName = L_COLUMN_TOTALSIZE_TEXT
  230. Language = English
  231. Total Space
  232. .
  233. ;// quota_volumes.asp
  234. MessageId = 5
  235. Severity = Informational
  236. Facility = Facility_Quota
  237. SymbolicName = L_COLUMN_FREESPACE_TEXT
  238. Language = English
  239. Free Space
  240. .
  241. ;// quota_volumes.asp, quota_quotaentries.asp
  242. MessageId = 6
  243. Severity = Informational
  244. Facility = Facility_Quota
  245. SymbolicName = L_COLUMN_TASK_TEXT
  246. Language = English
  247. Tasks
  248. .
  249. ;// quota_volumes.asp
  250. MessageId = 7
  251. Severity = Informational
  252. Facility = Facility_Quota
  253. SymbolicName = L_TASK_QUOTA_TEXT
  254. Language = English
  255. Quota...
  256. .
  257. ;// quota_volumes.asp
  258. MessageId = 8
  259. Severity = Informational
  260. Facility = Facility_Quota
  261. SymbolicName = L_TASK_QUOTA_ROLLOVER_TEXT
  262. Language = English
  263. Manage default quotas on the volume
  264. .
  265. ;// quota_volumes.asp
  266. MessageId = 9
  267. Severity = Informational
  268. Facility = Facility_Quota
  269. SymbolicName = L_TASK_QUOTAENTRIES_TEXT
  270. Language = English
  271. Quota Entries...
  272. .
  273. ;// quota_volumes.asp
  274. MessageId = 10
  275. Severity = Informational
  276. Facility = Facility_Quota
  277. SymbolicName = L_TASK_QUOTAENTRIES_ROLLOVER_TEXT
  278. Language = English
  279. Manage quota limits for each user who accesses the volume
  280. .
  281. ;// quota_volumes.asp
  282. MessageId = 11
  283. Severity = Informational
  284. Facility = Facility_Quota
  285. SymbolicName = L_NOLIMIT_TEXT
  286. Language = English
  287. No Limit
  288. .
  289. ;// quota_volumes.asp
  290. MessageId = 12
  291. Severity = Informational
  292. Facility = Facility_Quota
  293. SymbolicName = L_NOT_FORMATTED_TEXT
  294. Language = English
  295. Not formatted
  296. .
  297. ;// quota_quota.asp, quota_prop.asp, quota_new.asp, quota_delete.asp
  298. MessageId = 13
  299. Severity = Error
  300. Facility = Facility_Quota
  301. SymbolicName = L_OBJECTNOTCREATED_ERRORMESSAGE
  302. Language = English
  303. Object could not be created.
  304. .
  305. ;// quota_volumes.asp
  306. MessageId = 14
  307. Severity = Error
  308. Facility = Facility_Quota
  309. SymbolicName = L_VALUES_NOT_RETRIEVED_ERRORMESSAGE
  310. Language = English
  311. Unable to retrieve the information.
  312. .
  313. ;// quota_volumes.asp
  314. MessageId = 15
  315. Severity = Informational
  316. Facility = Facility_Quota
  317. SymbolicName = L_BROWSERCAPTION_DISKQUOTA_TEXT
  318. Language = English
  319. Disk Quota
  320. .
  321. ;// quota_volumes.asp, inc_quotas.asp
  322. MessageId = 16
  323. Severity = Informational
  324. Facility = Facility_Quota
  325. SymbolicName = L_LOCAL_DISK_TEXT
  326. Language = English
  327. Local Disk
  328. .
  329. ;// quota_volumes.asp
  330. MessageId = 17
  331. Severity = Informational
  332. Facility = Facility_Quota
  333. SymbolicName = L_COLUMN_HIDDEN_VOLUMELABEL_TEXT
  334. Language = English
  335. Volume Label
  336. .
  337. ;// 18-30 reserved for quota_volumes
  338. ;///////////////////////////////////////////////////////////////////////
  339. ;// QUOTA Entries
  340. ;///////////////////////////////////////////////////////////////////////
  341. ;// quota_quotaentries.asp
  342. MessageId = 31
  343. Severity = Informational
  344. Facility = Facility_Quota
  345. SymbolicName = L_APPLIANCE_QUOTAENTRIES_TITLE_TEXT
  346. Language = English
  347. Quota Entries on %1 (%2)
  348. .
  349. ;// quota_quotaentries.asp
  350. MessageId = 32
  351. Severity = Informational
  352. Facility = Facility_Quota
  353. SymbolicName = L_DESCRIPTION_QUOTAENTRIES_HEADING_TEXT
  354. Language = English
  355. Select a quota entry, then choose a task. To create a new quota entry for a user, choose New.
  356. .
  357. ;// quota_quotaentries.asp
  358. MessageId = 33
  359. Severity = Informational
  360. Facility = Facility_Quota
  361. SymbolicName = L_COLUMN_STATUS_TEXT
  362. Language = English
  363. Status
  364. .
  365. ;// quota_quotaentries.asp
  366. MessageId = 34
  367. Severity = Informational
  368. Facility = Facility_Quota
  369. SymbolicName = L_COLUMN_LOGONNAME_TEXT
  370. Language = English
  371. Logon Name
  372. .
  373. ;// quota_quotaentries.asp
  374. MessageId = 35
  375. Severity = Informational
  376. Facility = Facility_Quota
  377. SymbolicName = L_COLUMN_AMOUNTUSED_TEXT
  378. Language = English
  379. Space Used
  380. .
  381. ;// quota_quotaentries.asp
  382. MessageId = 36
  383. Severity = Informational
  384. Facility = Facility_Quota
  385. SymbolicName = L_COLUMN_QUOTALIMIT_TEXT
  386. Language = English
  387. Quota Limit
  388. .
  389. ;// quota_quotaentries.asp
  390. MessageId = 37
  391. Severity = Informational
  392. Facility = Facility_Quota
  393. SymbolicName = L_COLUMN_WARNINGLEVEL_TEXT
  394. Language = English
  395. Warning Limit
  396. .
  397. ;// quota_quotaentries.asp
  398. MessageId = 38
  399. Severity = Informational
  400. Facility = Facility_Quota
  401. SymbolicName = L_TASK_NEW_TEXT
  402. Language = English
  403. New...
  404. .
  405. ;// quota_quotaentries.asp
  406. MessageId = 39
  407. Severity = Informational
  408. Facility = Facility_Quota
  409. SymbolicName = L_TASK_NEW_ROLLOVERTEXT
  410. Language = English
  411. Create a new quota entry
  412. .
  413. ;// quota_quotaentries.asp
  414. MessageId = 40
  415. Severity = Informational
  416. Facility = Facility_Quota
  417. SymbolicName = L_TASK_DELETE_TEXT
  418. Language = English
  419. Delete
  420. .
  421. ;// quota_quotaentries.asp
  422. MessageId = 41
  423. Severity = Informational
  424. Facility = Facility_Quota
  425. SymbolicName = L_TASK_DELETE_ROLLOVERTEXT
  426. Language = English
  427. Delete the selected quota entry
  428. .
  429. ;// quota_quotaentries.asp
  430. MessageId = 42
  431. Severity = Informational
  432. Facility = Facility_Quota
  433. SymbolicName = L_TASK_PROPERTIES_TEXT
  434. Language = English
  435. Properties...
  436. .
  437. ;// quota_quotaentries.asp
  438. MessageId = 43
  439. Severity = Informational
  440. Facility = Facility_Quota
  441. SymbolicName = L_TASK_PROPERTIES_ROLLOVERTEXT
  442. Language = English
  443. Change quota entry properties
  444. .
  445. ;// quota_quotaentries.asp
  446. MessageId = 44
  447. Severity = Informational
  448. Facility = Facility_Quota
  449. SymbolicName = L_STATUS_OK_TEXT
  450. Language = English
  451. OK
  452. .
  453. ;// quota_quotaentries.asp
  454. MessageId = 45
  455. Severity = Informational
  456. Facility = Facility_Quota
  457. SymbolicName = L_STATUS_ABOVE_LIMIT_TEXT
  458. Language = English
  459. Above Limit
  460. .
  461. ;// quota_quotaentries.asp
  462. MessageId = 46
  463. Severity = Error
  464. Facility = Facility_Quota
  465. SymbolicName = L_INFORMATIONNOTFOUND_ERRORMESSAGE
  466. Language = English
  467. Information not available
  468. .
  469. ;// quota_quotaentries.asp, quota_volumes.asp
  470. MessageId = 48
  471. Severity = Error
  472. Facility = Facility_Quota
  473. SymbolicName = L_ADDCOLUMN_FAIL_ERRORMESSAGE
  474. Language = English
  475. Failed to add column to the table.
  476. .
  477. ;// quota_quotaentries.asp, quota_volumes.asp
  478. MessageId = 49
  479. Severity = Error
  480. Facility = Facility_Quota
  481. SymbolicName = L_ADDTASK_FAIL_ERRORMESSAGE
  482. Language = English
  483. Failed to add task to the table.
  484. .
  485. ;// quota_quotaentries.asp, quota_volumes.asp
  486. MessageId = 50
  487. Severity = Error
  488. Facility = Facility_Quota
  489. SymbolicName = L_SERVETABLE_FAIL_ERRORMESSAGE
  490. Language = English
  491. Unable to render the table.
  492. .
  493. ;// quota_quotaentries.asp, quota_volumes.asp
  494. MessageId = 51
  495. Severity = Error
  496. Facility = Facility_Quota
  497. SymbolicName = L_ADDROW_FAIL_ERRORMESSAGE
  498. Language = English
  499. Failed to add the row to table.
  500. .
  501. ;// quota_quotaentries.asp
  502. MessageId = 52
  503. Severity = Informational
  504. Facility = Facility_Quota
  505. SymbolicName = L_BROWSERCAPTION_QUOTAENTRIES_TEXT
  506. Language = English
  507. Quota Entries
  508. .
  509. ;// 53 to 70 reserved for quota_quotaentries.asp
  510. ;///////////////////////////////////////////////////////////////////////
  511. ;// QUOTA Quota
  512. ;///////////////////////////////////////////////////////////////////////
  513. ;// quota_quota.asp
  514. MessageId = 71
  515. Severity = Informational
  516. Facility = Facility_Quota
  517. SymbolicName = L_PAGETITLE_QUOTA_QUOTA_TEXT
  518. Language = English
  519. Default Quota for %1 (%2)
  520. .
  521. ;// quota_quota.asp
  522. MessageId = 72
  523. Severity = Informational
  524. Facility = Facility_Quota
  525. SymbolicName = L_ENABLE_QUOTA_MGMT_TEXT
  526. Language = English
  527. Enable quota management
  528. .
  529. ;// quota_quota.asp
  530. MessageId = 73
  531. Severity = Informational
  532. Facility = Facility_Quota
  533. SymbolicName = L_DENY_DISK_SPACE_TEXT
  534. Language = English
  535. Deny disk space to users exceeding quota limit
  536. .
  537. ;// quota_quota.asp
  538. MessageId = 74
  539. Severity = Informational
  540. Facility = Facility_Quota
  541. SymbolicName = L_SELECT_DEFAULT_QUOTA_TEXT
  542. Language = English
  543. Select the default quota limit for new users on this volume:
  544. .
  545. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  546. MessageId = 75
  547. Severity = Informational
  548. Facility = Facility_Quota
  549. SymbolicName = L_DONOTLIMITDISKUSAGE_TEXT
  550. Language = English
  551. Do not limit disk usage
  552. .
  553. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  554. MessageId = 76
  555. Severity = Informational
  556. Facility = Facility_Quota
  557. SymbolicName = L_SETLIMITDISKSPACE_TEXT
  558. Language = English
  559. Limit disk space to:
  560. .
  561. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  562. MessageId = 77
  563. Severity = Informational
  564. Facility = Facility_Quota
  565. SymbolicName = L_SETWARNINGLEVEL_TEXT
  566. Language = English
  567. Set warning level to:
  568. .
  569. ;// quota_quota.asp
  570. MessageId = 78
  571. Severity = Informational
  572. Facility = Facility_Quota
  573. SymbolicName = L_SELECT_QUOTA_LOGGING_TEXT
  574. Language = English
  575. Log the quota limit event:
  576. .
  577. ;// quota_quota.asp
  578. MessageId = 79
  579. Severity = Informational
  580. Facility = Facility_Quota
  581. SymbolicName = L_ENABLE_QUOTA_LOGGING_TEXT
  582. Language = English
  583. When user exceeds their quota limit
  584. .
  585. ;// quota_quota.asp
  586. MessageId = 80
  587. Severity = Informational
  588. Facility = Facility_Quota
  589. SymbolicName = L_ENABLE_WARNING_LOGGING_TEXT
  590. Language = English
  591. When user exceeds their warning level
  592. .
  593. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  594. MessageId = 81
  595. Severity = Error
  596. Facility = Facility_Quota
  597. SymbolicName = L_INVALIDDATATYPE_ERRORMESSAGE
  598. Language = English
  599. Invalid data type error
  600. .
  601. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  602. MessageId = 82
  603. Severity = Error
  604. Facility = Facility_Quota
  605. SymbolicName = L_SIZEOUTOFBOUND_ERRORMESSAGE
  606. Language = English
  607. Size out of bound.
  608. .
  609. ;// quota_quota.asp
  610. MessageId = 83
  611. Severity = Error
  612. Facility = Facility_Quota
  613. SymbolicName = L_QUOTA_UPDATE_FAIL_ERRORMESSAGE
  614. Language = English
  615. Unable to update the quota properties.
  616. .
  617. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  618. MessageId = 84
  619. Severity = Error
  620. Facility = Facility_Quota
  621. SymbolicName = L_WARNING_MORETHAN_LIMIT_ERRORMESSAGE
  622. Language = English
  623. The warning level exceeds the limit value. Please verify size and units.
  624. .
  625. ;// quota_quota.asp
  626. MessageId = 85
  627. Severity = Informational
  628. Facility = Facility_Quota
  629. SymbolicName = L_BROWSERCAPTION_DEFAULTQUOTA_TEXT
  630. Language = English
  631. Default Quota
  632. .
  633. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  634. MessageId = 86
  635. Severity = Error
  636. Facility = Facility_Quota
  637. SymbolicName = L_MAXLIMITNOTSET_ERRORMESSAGE
  638. Language = English
  639. The maximum quota limit could not be set.
  640. .
  641. ;// quota_quota.asp, quota_prop.asp, quota_new.asp
  642. MessageId = 87
  643. Severity = Error
  644. Facility = Facility_Quota
  645. SymbolicName = L_WARNINGLIMITNOTSET_ERRORMESSAGE
  646. Language = English
  647. The threshold quota limit could not be set.
  648. .
  649. ;// 88-100 reserved for quota_quota.asp
  650. ;///////////////////////////////////////////////////////////////////////
  651. ;// QUOTA New
  652. ;///////////////////////////////////////////////////////////////////////
  653. ;// quota_new.asp
  654. MessageId = 101
  655. Severity = Informational
  656. Facility = Facility_Quota
  657. SymbolicName = L_TASKTITLE_NEW_TEXT
  658. Language = English
  659. New quota entry
  660. .
  661. ;// quota_new.asp
  662. MessageId = 102
  663. Severity = Informational
  664. Facility = Facility_Quota
  665. SymbolicName = L_DESCRIPTION_NEW_TEXT
  666. Language = English
  667. Select a local user from the list below, or type a domain account name in the text box:
  668. .
  669. ;// quota_new.asp
  670. MessageId = 103
  671. Severity = Error
  672. Facility = Facility_Quota
  673. SymbolicName = L_USERNOTSELECTED_ERRORMESSAGE
  674. Language = English
  675. Local user and domain account not specified.
  676. .
  677. ;// quota_new.asp
  678. MessageId = 104
  679. Severity = Error
  680. Facility = Facility_Quota
  681. SymbolicName = L_DUPLICATEUSER_ERRORMESSAGE
  682. Language = English
  683. User %1 already has a quota entry.
  684. .
  685. ;// quota_prop.asp, quota_new.asp
  686. MessageId = 105
  687. Severity = Error
  688. Facility = Facility_Quota
  689. SymbolicName = L_QUOTAUSERNOTFOUND_ERRORMESSAGE
  690. Language = English
  691. The user %1 does not exist.
  692. .
  693. ;// quota_new.asp
  694. MessageId = 107
  695. Severity = Error
  696. Facility = Facility_Quota
  697. SymbolicName = L_INVALIDFORMAT_ERRORMESSAGE
  698. Language = English
  699. The domain user format is invalid.
  700. .
  701. ;// quota_new.asp
  702. MessageId = 109
  703. Severity = Informational
  704. Facility = Facility_Quota
  705. SymbolicName = L_BROWSERCAPTION_QUOTANEW_TEXT
  706. Language = English
  707. Create a new quota entry
  708. .
  709. ;// 110 - 120 reserved for quota_new.asp
  710. ;///////////////////////////////////////////////////////////////////////
  711. ;// QUOTA Delete
  712. ;///////////////////////////////////////////////////////////////////////
  713. ;// quota_delete.asp
  714. MessageId = 121
  715. Severity = Informational
  716. Facility = Facility_Quota
  717. SymbolicName = L_PAGETITLE_QUOTADELETE_TEXT
  718. Language = English
  719. Delete Quota Entry
  720. .
  721. ;// quota_delete.asp
  722. MessageId = 122
  723. Severity = Informational
  724. Facility = Facility_Quota
  725. SymbolicName = L_BROWSERCAPTION_QUOTADELETE_TEXT
  726. Language = English
  727. Delete Quota Entry
  728. .
  729. ;// quota_delete.asp
  730. MessageId = 123
  731. Severity = Error
  732. Facility = Facility_Quota
  733. SymbolicName = L_USERS_NOT_RETRIEVED_ERRORMESSAGE
  734. Language = English
  735. Unable to get the list of users to be deleted.
  736. .
  737. ;// quota_delete.asp
  738. MessageId = 124
  739. Severity = Error
  740. Facility = Facility_Quota
  741. SymbolicName = L_DELETED_USERQUOTAS_ERRORMESSAGE
  742. Language = English
  743. The following quota entries are successfully deleted:
  744. .
  745. ;// quota_delete.asp
  746. MessageId = 125
  747. Severity = Error
  748. Facility = Facility_Quota
  749. SymbolicName = L_FAILED_DELETE_ERRORMESSAGE
  750. Language = English
  751. The following quota entries could not be deleted:
  752. .
  753. ;// quota_delete.asp
  754. MessageId = 126
  755. Severity = Informational
  756. Facility = Facility_Quota
  757. SymbolicName = L_MULTIPLE_DELETECONFIRM_TEXT
  758. Language = English
  759. Are you sure you want to delete these quota entries?
  760. .
  761. ;// quota_delete.asp
  762. MessageId = 127
  763. Severity = Informational
  764. Facility = Facility_Quota
  765. SymbolicName = L_SINGLE_DELETECONFIRM_TEXT
  766. Language = English
  767. Are you sure you want to delete this quota entry?
  768. .
  769. ;// quota_delete.asp
  770. MessageId = 128
  771. Severity = Informational
  772. Facility = Facility_Quota
  773. SymbolicName = L_MULTIPLE_DELETE_TEXT
  774. Language = English
  775. You have chosen to delete the following quota entries on the volume %1 (%2)
  776. .
  777. ;// quota_delete.asp
  778. MessageId = 129
  779. Severity = Informational
  780. Facility = Facility_Quota
  781. SymbolicName = L_SINGLE_DELETE_TEXT
  782. Language = English
  783. You have chosen to delete the quota entry for the user %1 on the volume %2 (%3).
  784. .
  785. ;// quota_delete.asp
  786. MessageId = 130
  787. Severity = Error
  788. Facility = Facility_Quota
  789. SymbolicName = L_FAILED_DELETE_FREEDISK_ERRORMESSAGE
  790. Language = English
  791. The following quota entries could not be deleted because users already consumed disk space. These entries cannot be deleted until the disk space is freed up.
  792. .
  793. ;// quota_delete.asp
  794. MessageId = 131
  795. Severity = Error
  796. Facility = Facility_Quota
  797. SymbolicName = L_TAKE_OWNERSHIP_ERRORMESSAGE
  798. Language = English
  799. Take ownership or delete all files owned by these users and try again.
  800. .
  801. ;// 132-150 reserved for quota_delete.asp
  802. ;///////////////////////////////////////////////////////////////////////
  803. ;// QUOTA Prop
  804. ;///////////////////////////////////////////////////////////////////////
  805. ;// quota_prop.asp
  806. MessageId = 151
  807. Severity = Informational
  808. Facility = Facility_Quota
  809. SymbolicName = L_TASKTITLE_QUOTAPROPERTY_TEXT
  810. Language = English
  811. Quota Entry for %1
  812. .
  813. ;// quota_prop.asp
  814. MessageId = 152
  815. Severity = Informational
  816. Facility = Facility_Quota
  817. SymbolicName = L_BROWSERCAPTION_QUOTAPROPERTY_TEXT
  818. Language = English
  819. Quota Entries
  820. .
  821. ;///////////////////////////////////////////////////////////////////////////////
  822. ;// HELP STRINGS
  823. ;///////////////////////////////////////////////////////////////////////////////
  824. MessageId = 400
  825. Severity = Informational
  826. Facility = Facility_Main
  827. SymbolicName = L_HELP_ADDING_QUOTA_ENTRIES
  828. Language = English
  829. Adding Quota Entries
  830. .
  831. MessageId = 401
  832. Severity = Informational
  833. Facility = Facility_Main
  834. SymbolicName = L_HELP_DISK_PROPERTIES
  835. Language = English
  836. Configure Disk and Volume Properties
  837. .
  838. MessageId = 402
  839. Severity = Informational
  840. Facility = Facility_Main
  841. SymbolicName = L_HELP_DISK_QUOTAS
  842. Language = English
  843. Disk Quotas
  844. .
  845. MessageId = 403
  846. Severity = Informational
  847. Facility = Facility_Main
  848. SymbolicName = L_HELP_DISKS_VOLUMES
  849. Language = English
  850. Disks and Volumes
  851. .
  852. MessageId = 404
  853. Severity = Informational
  854. Facility = Facility_Main
  855. SymbolicName = L_HELP_QUOTA_PROPERTIES
  856. Language = English
  857. Modifying Quota Properties
  858. .
  859. MessageId = 405
  860. Severity = Informational
  861. Facility = Facility_Main
  862. SymbolicName = L_HELP_QUOTA_MANAGEMENT
  863. Language = English
  864. Quota Management
  865. .
  866. MessageId = 406
  867. Severity = Informational
  868. Facility = Facility_Main
  869. SymbolicName = L_HELP_QUOTA_ENTRIES
  870. Language = English
  871. Quota Entries
  872. .
  873. MessageId = 407
  874. Severity = Informational
  875. Facility = Facility_Main
  876. SymbolicName = L_HELP_REMOVE_QUOTAS
  877. Language = English
  878. Removing Quota Entries
  879. .
  880. ;///////////////////////////////////////////////////////////////////////////////
  881. ;// General Strings
  882. ;///////////////////////////////////////////////////////////////////////////////
  883. MessageId = 1000
  884. Severity = Informational
  885. Facility = Facility_Main
  886. SymbolicName = L_KB_TEXT
  887. Language = English
  888. KB
  889. .
  890. MessageId = 1001
  891. Severity = Informational
  892. Facility = Facility_Main
  893. SymbolicName = L_MB_TEXT
  894. Language = English
  895. MB
  896. .
  897. MessageId = 1002
  898. Severity = Informational
  899. Facility = Facility_Main
  900. SymbolicName = L_GB_TEXT
  901. Language = English
  902. GB
  903. .
  904. MessageId = 1003
  905. Severity = Informational
  906. Facility = Facility_Main
  907. SymbolicName = L_TB_TEXT
  908. Language = English
  909. TB
  910. .
  911. MessageId = 1004
  912. Severity = Informational
  913. Facility = Facility_Main
  914. SymbolicName = L_PB_TEXT
  915. Language = English
  916. PB
  917. .
  918. MessageId = 1005
  919. Severity = Informational
  920. Facility = Facility_Main
  921. SymbolicName = L_EB_TEXT
  922. Language = English
  923. EB
  924. .
  925. MessageId = 1006
  926. Severity = Informational
  927. Facility = Facility_Main
  928. SymbolicName = L_BYTES_TEXT
  929. Language = English
  930. Bytes
  931. .