Source code of Windows XP (NT5)
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.

2921 lines
85 KiB

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. apperr2.h
  5. Abstract:
  6. This file contains the number and text of NETCMD text for
  7. normal output, such as line-item labels and column headers.
  8. Author:
  9. Dan Hinsley (danhi) 8-Jun-1991
  10. Environment:
  11. User Mode - Win32
  12. Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
  13. Requires ANSI C extensions: slash-slash comments.
  14. --*/
  15. #define APPERR2_BASE 4300 /* APP2 msgs start here */
  16. /*******************************************************************
  17. *
  18. * Constants for use by files including these messages.
  19. */
  20. /* APE2_CONST_MAXHDRLEN -- maximum length of any "header" strings,
  21. * that is, those strings appearing the the top of a list or table.
  22. */
  23. #define APE2_CONST_MAXHDRLEN 80
  24. #define APE2_GEN_MAX_MSG_LEN 20
  25. /**INTERNAL_ONLY**/
  26. /***********WARNING ****************
  27. *See the comment in netcon.h for *
  28. *info on the allocation of errors *
  29. ************************************/
  30. /**END_INTERNAL**/
  31. /*
  32. * GEN -- General words. These words are used in many places. They
  33. * are *not* to be used to build sentences. The main use is in
  34. * displaying information. For example, in displaying a user's account
  35. * information, the following would appear:
  36. *
  37. * Account Disabled No
  38. * Account Expires Never
  39. *
  40. * This is the only acceptable way to use these general words.
  41. *
  42. * Size limits:
  43. *
  44. * All GEN words should be limited to 20 characters, except as
  45. * otherwise noted.
  46. */
  47. #define APE2_GEN_YES (APPERR2_BASE + 0) /* @I
  48. *
  49. *Yes%0
  50. */
  51. #define APE2_GEN_NO (APPERR2_BASE + 1) /* @I
  52. *
  53. *No%0
  54. */
  55. #define APE2_GEN_ALL (APPERR2_BASE + 2) /* @I
  56. *
  57. *All%0
  58. */
  59. #define APE2_GEN_NONE (APPERR2_BASE + 3) /* @I
  60. *
  61. *None%0
  62. */
  63. #define APE2_GEN_ALWAYS (APPERR2_BASE + 4) /* @I
  64. *
  65. *Always%0
  66. */
  67. #define APE2_GEN_NEVER (APPERR2_BASE + 5) /* @I
  68. *
  69. *Never%0
  70. */
  71. #define APE2_GEN_UNLIMITED (APPERR2_BASE + 6) /* @I
  72. *
  73. *Unlimited%0
  74. */
  75. #define APE2_GEN_SUNDAY (APPERR2_BASE + 7) /* @I
  76. *
  77. *Sunday%0
  78. */
  79. #define APE2_GEN_MONDAY (APPERR2_BASE + 8) /* @I
  80. *
  81. *Monday%0
  82. */
  83. #define APE2_GEN_TUESDAY (APPERR2_BASE + 9) /* @I
  84. *
  85. *Tuesday%0
  86. */
  87. #define APE2_GEN_WEDNSDAY (APPERR2_BASE + 10) /* @I
  88. *
  89. *Wednesday%0
  90. */
  91. #define APE2_GEN_THURSDAY (APPERR2_BASE + 11) /* @I
  92. *
  93. *Thursday%0
  94. */
  95. #define APE2_GEN_FRIDAY (APPERR2_BASE + 12) /* @I
  96. *
  97. *Friday%0
  98. */
  99. #define APE2_GEN_SATURDAY (APPERR2_BASE + 13) /* @I
  100. *
  101. *Saturday%0
  102. */
  103. #define APE2_GEN_SUNDAY_ABBREV (APPERR2_BASE + 14) /* @I
  104. *
  105. *Su%0
  106. */
  107. #define APE2_GEN_MONDAY_ABBREV (APPERR2_BASE + 15) /* @I
  108. *
  109. *M%0
  110. */
  111. #define APE2_GEN_TUESDAY_ABBREV (APPERR2_BASE + 16) /* @I
  112. *
  113. *T%0
  114. */
  115. #define APE2_GEN_WEDNSDAY_ABBREV (APPERR2_BASE + 17) /* @I
  116. *
  117. *W%0
  118. */
  119. #define APE2_GEN_THURSDAY_ABBREV (APPERR2_BASE + 18) /* @I
  120. *
  121. *Th%0
  122. */
  123. #define APE2_GEN_FRIDAY_ABBREV (APPERR2_BASE + 19) /* @I
  124. *
  125. *F%0
  126. */
  127. #define APE2_GEN_SATURDAY_ABBREV (APPERR2_BASE + 20) /* @I
  128. *
  129. *S%0
  130. */
  131. #define APE2_GEN_UNKNOWN (APPERR2_BASE + 21) /* @I
  132. *
  133. *Unknown%0
  134. */
  135. #define APE2_GEN_TIME_AM1 (APPERR2_BASE + 22) /* @I
  136. *
  137. *AM%0
  138. */
  139. #define APE2_GEN_TIME_AM2 (APPERR2_BASE + 23) /* @I
  140. *
  141. *A.M.%0
  142. */
  143. #define APE2_GEN_TIME_PM1 (APPERR2_BASE + 24) /* @I
  144. *
  145. *PM%0
  146. */
  147. #define APE2_GEN_TIME_PM2 (APPERR2_BASE + 25) /* @I
  148. *
  149. *P.M.%0
  150. */
  151. /* see APE2_GEN_TIME_AM3 & APE2_GEN_TIME_PM3 below */
  152. #define APE2_GEN_SERVER (APPERR2_BASE + 26) /* @I
  153. *
  154. *Server%0
  155. */
  156. #define APE2_GEN_REDIR (APPERR2_BASE + 27) /* @I
  157. *
  158. *Redirector%0
  159. */
  160. #define APE2_GEN_APP (APPERR2_BASE + 28) /* @I
  161. *
  162. *Application%0
  163. */
  164. #define APE2_GEN_TOTAL (APPERR2_BASE + 29) /* @I
  165. *
  166. *Total%0
  167. */
  168. #define APE2_GEN_QUESTION (APPERR2_BASE + 30) /* @I
  169. *
  170. * ? %1 %0
  171. */
  172. #define APE2_GEN_KILOBYTES (APPERR2_BASE + 31) /* @I
  173. *
  174. * K%0
  175. */
  176. #define APE2_GEN_MSG_NONE (APPERR2_BASE + 32) /* @I
  177. *
  178. *(none)%0
  179. */
  180. #define APE2_GEN_DEVICE (APPERR2_BASE + 33) /* @I
  181. *
  182. *Device%0
  183. */
  184. #define APE2_GEN_REMARK (APPERR2_BASE + 34) /* @I
  185. *
  186. *Remark%0
  187. */
  188. #define APE2_GEN_AT (APPERR2_BASE + 35) /* @I
  189. *
  190. *At%0
  191. */
  192. #define APE2_GEN_QUEUE (APPERR2_BASE + 36) /* @I
  193. *
  194. *Queue%0
  195. */
  196. #define APE2_GEN_QUEUES (APPERR2_BASE + 37) /* @I
  197. *
  198. *Queues%0
  199. */
  200. #define APE2_GEN_USER_NAME (APPERR2_BASE + 38) /* @I
  201. *
  202. *User name%0
  203. */
  204. #define APE2_GEN_PATH (APPERR2_BASE + 39) /* @I
  205. *
  206. *Path%0
  207. */
  208. #define APE2_GEN_DEFAULT_YES (APPERR2_BASE + 40) /* @I
  209. *
  210. *(Y/N) [Y]%0
  211. */
  212. #define APE2_GEN_DEFAULT_NO (APPERR2_BASE + 41) /* @I
  213. *
  214. *(Y/N) [N]%0
  215. */
  216. #define APE2_GEN_ERROR (APPERR2_BASE + 42) /* @I
  217. *
  218. *Error%0
  219. */
  220. #define APE2_GEN_OK (APPERR2_BASE + 43) /* @I
  221. *
  222. *OK%0
  223. */
  224. /*
  225. * NOTE!! NLS_YES_CHAR & NLS_NO_CHAR MUST BE ONE (1) CHARACTER LONG!
  226. */
  227. #define APE2_GEN_NLS_YES_CHAR (APPERR2_BASE + 44) /* @I
  228. *
  229. *Y%0
  230. */
  231. #define APE2_GEN_NLS_NO_CHAR (APPERR2_BASE + 45) /* @I
  232. *
  233. *N%0
  234. */
  235. #define APE2_GEN_ANY (APPERR2_BASE + 46) /* @I
  236. *
  237. *Any%0
  238. */
  239. #define APE2_GEN_TIME_AM3 (APPERR2_BASE + 47) /* @I
  240. *
  241. *A%0
  242. */
  243. #define APE2_GEN_TIME_PM3 (APPERR2_BASE + 48) /* @I
  244. *
  245. *P%0
  246. */
  247. #define APE2_GEN_NOT_FOUND (APPERR2_BASE + 49) /* @I
  248. *
  249. *(not found)%0
  250. */
  251. #define APE2_GEN_UKNOWN_IN_PARENS (APPERR2_BASE + 50) /* @I
  252. *
  253. *(unknown)%0
  254. */
  255. #define APE2_GEN_UsageHelp (APPERR2_BASE + 51) /* @I
  256. *
  257. * For help on %1 type NET HELP %1
  258. */
  259. /***
  260. *
  261. * Password prompts
  262. * Moved from APPERR.H 8/21/89 -- jmh
  263. *
  264. */
  265. #define APE_GeneralPassPrompt (APPERR2_BASE + 54) /* @P
  266. *
  267. *Please type the password: %0
  268. */
  269. #define APE_UsePassPrompt (APPERR2_BASE + 57) /* @P
  270. *
  271. *Type the password for %1: %0
  272. */
  273. #define APE_UserUserPass (APPERR2_BASE + 58) /* @P
  274. *
  275. *Type a password for the user: %0
  276. */
  277. #define APE_ShareSharePass (APPERR2_BASE + 59) /* @P
  278. *
  279. *Type the password for the shared resource: %0
  280. */
  281. #define APE_UtilPasswd (APPERR2_BASE + 60) /* @P
  282. *
  283. *Type your password: %0
  284. */
  285. #define APE_UtilConfirm (APPERR2_BASE + 61) /* @P
  286. *
  287. *Retype the password to confirm: %0
  288. */
  289. #define APE_PassOpass (APPERR2_BASE + 62) /* @P
  290. *
  291. *Type the user's old password: %0
  292. */
  293. #define APE_PassNpass (APPERR2_BASE + 63) /* @P
  294. *
  295. *Type the user's new password: %0
  296. */
  297. #define APE_LogonNewPass (APPERR2_BASE + 64) /* @P
  298. *
  299. *Type your new password: %0
  300. */
  301. #define APE_StartReplPass (APPERR2_BASE + 65) /* @P
  302. *
  303. *Type the Replicator service password: %0
  304. */
  305. /***
  306. *
  307. * Other prompts
  308. * Moved from APPERR.H 8/21/89 -- jmh
  309. *
  310. */
  311. #define APE_LogoUsername (APPERR2_BASE + 66) /* @P
  312. *
  313. *Type your user name, or press ENTER if it is %1: %0
  314. */
  315. #define APE_PassCname (APPERR2_BASE + 67 ) /* @P
  316. *
  317. *Type the domain or server where you want to change a password, or
  318. *press ENTER if it is for domain %1: %0.
  319. */
  320. #define APE_PassUname (APPERR2_BASE + 68 ) /* @P
  321. *
  322. *Type your user name: %0
  323. */
  324. /***
  325. *
  326. * Display Headings
  327. * Moved from APPERR.H 8/21/89 -- jmh
  328. *
  329. */
  330. #define APE_StatsStatistics (APPERR2_BASE + 69) /* @I
  331. *
  332. *Network statistics for \\%1
  333. */
  334. #define APE_PrintOptions (APPERR2_BASE + 70) /* @I
  335. *
  336. *Printing options for %1
  337. */
  338. #define APE_CommPoolsAccessing (APPERR2_BASE + 71) /* @I
  339. *
  340. *Communication-device queues accessing %1
  341. */
  342. #define APE_PrintJobOptions (APPERR2_BASE + 72) /* @I
  343. *
  344. *Print job detail
  345. */
  346. #define APE_CommPools (APPERR2_BASE + 73) /* @I
  347. *
  348. *Communication-device queues at \\%1
  349. */
  350. #define APE_PrintQueues (APPERR2_BASE + 74) /* @I
  351. *
  352. *Printers at %1
  353. */
  354. #define APE_PrintQueuesDevice (APPERR2_BASE + 75) /* @I
  355. *
  356. *Printers accessing %1
  357. */
  358. #define APE_PrintJobs (APPERR2_BASE + 76) /* @I
  359. *
  360. *Print jobs at %1:
  361. */
  362. #define APE_ViewResourcesAt (APPERR2_BASE + 77) /* @I
  363. *
  364. *Shared resources at %1
  365. */
  366. #define APE_CnfgHeader (APPERR2_BASE + 78) /* @I
  367. *
  368. *The following running services can be controlled:
  369. */
  370. #define APE_StatsHeader (APPERR2_BASE + 79) /* @I
  371. *
  372. *Statistics are available for the following running services:
  373. */
  374. #define APE_UserAccounts (APPERR2_BASE + 80) /* @I
  375. *
  376. *User accounts for \\%1
  377. */
  378. #define APE_Syntax (APPERR2_BASE + 81) /* @I
  379. *
  380. *The syntax of this command is:
  381. */
  382. #define APE_Options (APPERR2_BASE + 82) /* @I
  383. *
  384. *The options of this command are:
  385. */
  386. #define APE_PDCPrompt (APPERR2_BASE + 83) /* @I
  387. *
  388. *Please enter the name of the Primary Domain Controller: %0
  389. */
  390. #define APE_StringTooLong (APPERR2_BASE + 84) /* @I
  391. *
  392. *The string you have entered is too long. The maximum
  393. *is %1, please reenter. %0
  394. */
  395. /***
  396. *
  397. * Japanese version specific messages
  398. *
  399. */
  400. #define APE2_GEN_NONLOCALIZED_SUNDAY (APPERR2_BASE + 85) /* @I
  401. *
  402. *Sunday%0
  403. */
  404. #define APE2_GEN_NONLOCALIZED_MONDAY (APPERR2_BASE + 86) /* @I
  405. *
  406. *Monday%0
  407. */
  408. #define APE2_GEN_NONLOCALIZED_TUESDAY (APPERR2_BASE + 87) /* @I
  409. *
  410. *Tuesday%0
  411. */
  412. #define APE2_GEN_NONLOCALIZED_WEDNSDAY (APPERR2_BASE + 88) /* @I
  413. *
  414. *Wednesday%0
  415. */
  416. #define APE2_GEN_NONLOCALIZED_THURSDAY (APPERR2_BASE + 89) /* @I
  417. *
  418. *Thursday%0
  419. */
  420. #define APE2_GEN_NONLOCALIZED_FRIDAY (APPERR2_BASE + 90) /* @I
  421. *
  422. *Friday%0
  423. */
  424. #define APE2_GEN_NONLOCALIZED_SATURDAY (APPERR2_BASE + 91) /* @I
  425. *
  426. *Saturday%0
  427. */
  428. #define APE2_GEN_NONLOCALIZED_SUNDAY_ABBREV (APPERR2_BASE + 92) /* @I
  429. *
  430. *Su%0
  431. */
  432. #define APE2_GEN_NONLOCALIZED_MONDAY_ABBREV (APPERR2_BASE + 93) /* @I
  433. *
  434. *M%0
  435. */
  436. #define APE2_GEN_NONLOCALIZED_TUESDAY_ABBREV (APPERR2_BASE + 94) /* @I
  437. *
  438. *T%0
  439. */
  440. #define APE2_GEN_NONLOCALIZED_WEDNSDAY_ABBREV (APPERR2_BASE + 95) /* @I
  441. *
  442. *W%0
  443. */
  444. #define APE2_GEN_NONLOCALIZED_THURSDAY_ABBREV (APPERR2_BASE + 96) /* @I
  445. *
  446. *Th%0
  447. */
  448. #define APE2_GEN_NONLOCALIZED_FRIDAY_ABBREV (APPERR2_BASE + 97) /* @I
  449. *
  450. *F%0
  451. */
  452. #define APE2_GEN_NONLOCALIZED_SATURDAY_ABBREV (APPERR2_BASE + 98) /* @I
  453. *
  454. *S%0
  455. */
  456. #define APE2_GEN_NONLOCALIZED_SATURDAY_ABBREV2 (APPERR2_BASE + 99) /* @I
  457. *
  458. *Sa%0
  459. */
  460. /***
  461. * End Japanese specific messages
  462. *
  463. */
  464. /*
  465. * GROUPENUM -- display of all groups. Maximum length is 50.
  466. *
  467. * Substitution of %1 is name of current server.
  468. */
  469. #define APE2_GROUPENUM_HEADER (APPERR2_BASE + 100) /* @I
  470. *
  471. *Group Accounts for \\%1
  472. */
  473. /*
  474. * GROUPDISP -- group display in full detail. Maximum length of the
  475. * strings other than MEMBERS is 50.
  476. *
  477. * Note that MEMBERS is *NOT* given a %0 at the end !!
  478. */
  479. #define APE2_GROUPDISP_GROUPNAME (APPERR2_BASE + 101) /* @I
  480. *
  481. *Group name%0
  482. */
  483. #define APE2_GROUPDISP_COMMENT (APPERR2_BASE + 102) /* @I
  484. *
  485. *Comment%0
  486. */
  487. #define APE2_GROUPDISP_MEMBERS (APPERR2_BASE + 103) /* @I
  488. *
  489. *Members
  490. */
  491. /*
  492. * ALIASENUM -- display of all aliases. Maximum length is 50.
  493. *
  494. * Substitution of %1 is name of current server.
  495. */
  496. #define APE2_ALIASENUM_HEADER (APPERR2_BASE + 105) /* @I
  497. *
  498. *Aliases for \\%1
  499. */
  500. /*
  501. * ALIASDISP -- group display in full detail. Maximum length of the
  502. * strings other than MEMBERS is 50.
  503. *
  504. * Note that MEMBERS is *NOT* given a %0 at the end !!
  505. */
  506. #define APE2_ALIASDISP_ALIASNAME (APPERR2_BASE + 106) /* @I
  507. *
  508. *Alias name%0
  509. */
  510. #define APE2_ALIASDISP_COMMENT (APPERR2_BASE + 107) /* @I
  511. *
  512. *Comment%0
  513. */
  514. #define APE2_ALIASDISP_MEMBERS (APPERR2_BASE + 108) /* @I
  515. *
  516. *Members
  517. */
  518. /*
  519. * USERENUM -- display of all users. Maximum length is 50.
  520. *
  521. * Substitution of %1 is name of current server.
  522. */
  523. #define APE2_USERENUM_HEADER (APPERR2_BASE + 110) /* @I
  524. *
  525. *User Accounts for \\%1
  526. */
  527. /*
  528. * USERDISP -- user display in full detail. Maximum length of each
  529. * item-label string is 50, values is 25.
  530. *
  531. * Item labels are followed immediately by any related value strings,
  532. * or references to such strings.
  533. */
  534. #define APE2_USERDISP_USERNAME (APPERR2_BASE + 111) /* @I
  535. *User name%0
  536. */
  537. #define APE2_USERDISP_FULLNAME (APPERR2_BASE + 112) /* @I
  538. *
  539. *Full Name%0
  540. */
  541. #define APE2_USERDISP_COMMENT (APPERR2_BASE + 113) /* @I
  542. *
  543. *Comment%0
  544. */
  545. #define APE2_USERDISP_USRCOMMENT (APPERR2_BASE + 114) /* @I
  546. *
  547. *User's comment%0
  548. */
  549. #define APE2_USERDISP_PARMS (APPERR2_BASE + 115) /* @I
  550. *
  551. *Parameters%0
  552. */
  553. #define APE2_USERDISP_COUNTRYCODE (APPERR2_BASE + 116) /* @I
  554. *
  555. *Country code%0
  556. */
  557. #define APE2_USERDISP_PRIV (APPERR2_BASE + 117) /* @I
  558. *
  559. *Privilege level%0
  560. */
  561. /* See APE2_SEC_PRIV_xxx for value strings */
  562. #define APE2_USERDISP_OPRIGHTS (APPERR2_BASE + 118) /* @I
  563. *
  564. *Operator privileges%0
  565. */
  566. /* See APE2_SEC_OPRT_xxx for value strings. */
  567. /* APE2_GEN_NONE is also used. */
  568. #define APE2_USERDISP_ACCENABLED (APPERR2_BASE + 119) /* @I
  569. *
  570. *Account active%0
  571. */
  572. #define APE2_USERDISP_ACCEXP (APPERR2_BASE + 120) /* @I
  573. *
  574. *Account expires%0
  575. */
  576. #define APE2_USERDISP_PSWDSET (APPERR2_BASE + 121) /* @I
  577. *
  578. *Password last set%0
  579. */
  580. #define APE2_USERDISP_PSWDEXP (APPERR2_BASE + 122) /* @I
  581. *
  582. *Password expires%0
  583. */
  584. #define APE2_USERDISP_PSWDCHNG (APPERR2_BASE + 123) /* @I
  585. *
  586. *Password changeable%0
  587. */
  588. #define APE2_USERDISP_WKSTA (APPERR2_BASE + 124) /* @I
  589. *
  590. *Workstations allowed%0
  591. */
  592. #define APE2_USERDISP_MAXDISK (APPERR2_BASE + 125) /* @I
  593. *
  594. *Maximum disk space%0
  595. */
  596. #define APE2_USERDISP_MAXDISK_UNLIM (APPERR2_BASE + 126) /* @I
  597. *
  598. *Unlimited%0
  599. */
  600. #define APE2_USERDISP_ALIASES (APPERR2_BASE + 127) /* @I
  601. *
  602. *Local Group Memberships%0
  603. */
  604. #define APE2_USERDISP_LOGONSRV_DC (APPERR2_BASE + 128) /* @I
  605. *
  606. *Domain controller%0
  607. */
  608. /* In addition to above, APE2_GEN_ANY is used here. */
  609. #define APE2_USERDISP_LOGONSCRIPT (APPERR2_BASE + 129) /* @I
  610. *
  611. *Logon script%0
  612. */
  613. #define APE2_USERDISP_LASTLOGON (APPERR2_BASE + 130) /* @I
  614. *
  615. *Last logon%0
  616. */
  617. #define APE2_USERDISP_GROUPS (APPERR2_BASE + 131) /* @I
  618. *
  619. *Global Group memberships%0
  620. */
  621. #define APE2_USERDISP_LOGHOURS (APPERR2_BASE + 132) /* @I
  622. *
  623. *Logon hours allowed%0
  624. */
  625. #define APE2_USERDISP_LOGHRS_ALL (APPERR2_BASE + 133) /* @I
  626. *
  627. *All%0
  628. */
  629. #define APE2_USERDISP_LOGHRS_NONE (APPERR2_BASE + 134) /* @I
  630. *
  631. *None%0
  632. */
  633. #define APE2_USERDISP_LOGHRS_DAILY (APPERR2_BASE + 135) /* @I
  634. *
  635. *Daily %1 - %2%0
  636. */
  637. #define APE2_USERDISP_HOMEDIR (APPERR2_BASE + 136) /* @I
  638. *
  639. *Home directory%0
  640. */
  641. #define APE2_USERDISP_PSWDREQ (APPERR2_BASE + 137) /* @I
  642. *
  643. *Password required%0
  644. */
  645. #define APE2_USERDISP_PSWDUCHNG (APPERR2_BASE + 138) /* @I
  646. *
  647. *User may change password%0
  648. */
  649. #define APE2_USERDISP_PROFILE (APPERR2_BASE + 139) /* @I
  650. *
  651. *User profile%0
  652. */
  653. #define APE2_USERDISP_LOCKOUT (APPERR2_BASE + 140) /* @I
  654. *
  655. *Locked%0
  656. */
  657. /*
  658. * CFG_W -- Config Workstation output
  659. */
  660. #define APE2_CFG_W_CNAME (APPERR2_BASE + 150) /* @I
  661. *
  662. *Computer name%0
  663. */
  664. #define APE2_CFG_W_UNAME (APPERR2_BASE + 151) /* @I
  665. *
  666. *User name%0
  667. */
  668. #define APE2_CFG_W_VERSION (APPERR2_BASE + 152) /* @I
  669. *
  670. *Software version%0
  671. */
  672. #define APE2_CFG_W_NETS (APPERR2_BASE + 153) /* @I
  673. *
  674. *Workstation active on%0
  675. */
  676. #define APE2_CFG_W_ROOT (APPERR2_BASE + 154) /* @I
  677. *
  678. *Windows NT root directory%0
  679. */
  680. #define APE2_CFG_W_DOMAIN_P (APPERR2_BASE + 155) /* @I
  681. *
  682. *Workstation domain%0
  683. */
  684. #define APE2_CFG_W_DOMAIN_L (APPERR2_BASE + 156) /* @I
  685. *
  686. *Logon domain%0
  687. */
  688. #define APE2_CFG_W_DOMAIN_O (APPERR2_BASE + 157) /* @I
  689. *
  690. *Other domain(s)%0
  691. */
  692. #define APE2_CFG_W_COM_OTIME (APPERR2_BASE + 158) /* @I
  693. *
  694. *COM Open Timeout (sec)%0
  695. */
  696. #define APE2_CFG_W_COM_SCNT (APPERR2_BASE + 159) /* @I
  697. *
  698. *COM Send Count (byte)%0
  699. */
  700. #define APE2_CFG_W_COM_STIME (APPERR2_BASE + 160) /* @I
  701. *
  702. *COM Send Timeout (msec)%0
  703. */
  704. #define APE2_CFG_W_3X_PRTTIME (APPERR2_BASE + 161) /* @I
  705. *
  706. *DOS session print time-out (sec)%0
  707. */
  708. #define APE2_CFG_W_MAXERRLOG (APPERR2_BASE + 162) /* @I
  709. *
  710. *Maximum error log size (K)%0
  711. */
  712. #define APE2_CFG_W_MAXCACHE (APPERR2_BASE + 163) /* @I
  713. *
  714. *Maximum cache memory (K)%0
  715. */
  716. #define APE2_CFG_W_NUMNBUF (APPERR2_BASE + 164) /* @I
  717. *
  718. *Number of network buffers%0
  719. */
  720. #define APE2_CFG_W_NUMCBUF (APPERR2_BASE + 165) /* @I
  721. *
  722. *Number of character buffers%0
  723. */
  724. #define APE2_CFG_W_SIZNBUF (APPERR2_BASE + 166) /* @I
  725. *
  726. *Size of network buffers%0
  727. */
  728. #define APE2_CFG_W_SIZCBUF (APPERR2_BASE + 167) /* @I
  729. *
  730. *Size of character buffers%0
  731. */
  732. #define APE2_CFG_W_FULL_CNAME (APPERR2_BASE + 168) /* @I
  733. *
  734. *Full Computer name%0
  735. */
  736. #define APE2_CFG_W_DOMAIN_DNS (APPERR2_BASE + 169) /* @I
  737. *
  738. *Workstation Domain DNS Name%0
  739. */
  740. #define APE2_CFG_WINDOWS2000 (APPERR2_BASE + 170) /* @I
  741. *
  742. *Windows 2002%0
  743. */
  744. /*
  745. * CFG_S -- Config Server output
  746. */
  747. #define APE2_CFG_S_SRVNAME (APPERR2_BASE + 181) /* @I
  748. *
  749. *Server Name%0
  750. */
  751. #define APE2_CFG_S_SRVCOMM (APPERR2_BASE + 182) /* @I
  752. *
  753. *Server Comment%0
  754. */
  755. #define APE2_CFG_S_ADMINALRT (APPERR2_BASE + 183) /* @I
  756. *
  757. *Send administrative alerts to%0
  758. */
  759. #define APE2_CFG_S_VERSION (APPERR2_BASE + 184) /* @I
  760. *
  761. *Software version%0
  762. */
  763. #define APE2_CFG_S_VERSION_PS (APPERR2_BASE + 185) /* @I
  764. *
  765. *Peer Server%0
  766. */
  767. #define APE2_CFG_S_VERSION_LM (APPERR2_BASE + 186) /* @I
  768. *
  769. *Windows NT%0
  770. */
  771. #define APE2_CFG_S_LEVEL (APPERR2_BASE + 187) /* @I
  772. *
  773. *Server Level%0
  774. */
  775. #define APE2_CFG_S_VERSION_IBM (APPERR2_BASE + 188) /* @I
  776. *
  777. *Windows NT Server%0
  778. */
  779. #define APE2_CFG_S_NETS (APPERR2_BASE + 189) /* @I
  780. *
  781. *Server is active on%0
  782. */
  783. #define APE2_CFG_S_SRVHIDDEN (APPERR2_BASE + 192) /* @I
  784. *
  785. *Server hidden%0
  786. */
  787. #define APE2_CFG_S_MAXUSERS (APPERR2_BASE + 206) /* @I
  788. *
  789. *Maximum Logged On Users%0
  790. */
  791. #define APE2_CFG_S_MAXADMINS (APPERR2_BASE + 207) /* @I
  792. *
  793. *Maximum concurrent administrators%0
  794. */
  795. #define APE2_CFG_S_MAXSHARES (APPERR2_BASE + 208) /* @I
  796. *
  797. *Maximum resources shared%0
  798. */
  799. #define APE2_CFG_S_MAXCONNS (APPERR2_BASE + 209) /* @I
  800. *
  801. *Maximum connections to resources%0
  802. */
  803. #define APE2_CFG_S_MAXOFILES (APPERR2_BASE + 210) /* @I
  804. *
  805. *Maximum open files on server%0
  806. */
  807. #define APE2_CFG_S_MAXOFILESPS (APPERR2_BASE + 211) /* @I
  808. *
  809. *Maximum open files per session%0
  810. */
  811. #define APE2_CFG_S_MAXLOCKS (APPERR2_BASE + 212) /* @I
  812. *
  813. *Maximum file locks%0
  814. */
  815. #define APE2_CFG_S_IDLETIME (APPERR2_BASE + 220) /* @I
  816. *
  817. *Idle session time (min)%0
  818. */
  819. #define APE2_CFG_S_SEC_SHARE (APPERR2_BASE + 226) /* @I
  820. *
  821. *Share-level%0
  822. */
  823. #define APE2_CFG_S_SEC_USER (APPERR2_BASE + 227) /* @I
  824. *
  825. *User-level%0
  826. */
  827. #define APE2_CFG_S_LEVEL_UNLIMITED (APPERR2_BASE + 230) /* @I
  828. *
  829. *Unlimited Server%0
  830. */
  831. /*
  832. * ACCOUNTS messages
  833. */
  834. #define APE2_ACCOUNTS_FORCELOGOFF (APPERR2_BASE + 270) /* @I
  835. *
  836. *Force user logoff how long after time expires?:%0
  837. *
  838. */
  839. #define APE2_ACCOUNTS_LOCKOUT_COUNT (APPERR2_BASE + 271) /* @I
  840. *
  841. *Lock out account after how many bad passwords?:%0
  842. *
  843. */
  844. #define APE2_ACCOUNTS_MINPWAGE (APPERR2_BASE + 272) /* @I
  845. *
  846. *Minimum password age (days):%0
  847. */
  848. #define APE2_ACCOUNTS_MAXPWAGE (APPERR2_BASE + 273) /* @I
  849. *
  850. *Maximum password age (days):%0
  851. */
  852. #define APE2_ACCOUNTS_MINPWLEN (APPERR2_BASE + 274) /* @I
  853. *
  854. *Minimum password length:%0
  855. */
  856. #define APE2_ACCOUNTS_UNIQUEPW (APPERR2_BASE + 275) /* @I
  857. *
  858. *Length of password history maintained:%0
  859. */
  860. #define APE2_ACCOUNTS_ROLE (APPERR2_BASE + 276) /* @I
  861. *
  862. *Computer role:%0
  863. */
  864. #define APE2_ACCOUNTS_CONTROLLER (APPERR2_BASE + 277) /* @I
  865. *
  866. *Primary Domain controller for workstation domain:%0.
  867. */
  868. #define APE2_ACCOUNTS_LOCKOUT_THRESHOLD (APPERR2_BASE + 278) /* @I
  869. *
  870. *Lockout threshold:%0
  871. */
  872. #define APE2_ACCOUNTS_LOCKOUT_DURATION (APPERR2_BASE + 279) /* @I
  873. *
  874. *Lockout duration (minutes):%0
  875. */
  876. #define APE2_ACCOUNTS_LOCKOUT_WINDOW (APPERR2_BASE + 280) /* @I
  877. *
  878. *Lockout observation window (minutes):%0
  879. */
  880. /***
  881. *
  882. * STATISTICS display
  883. */
  884. #define APE2_STATS_STARTED (APPERR2_BASE + 300) /* @I
  885. *
  886. *Statistics since%0
  887. */
  888. #define APE2_STATS_S_ACCEPTED (APPERR2_BASE + 301) /* @I
  889. *
  890. *Sessions accepted%0
  891. */
  892. #define APE2_STATS_S_TIMEDOUT (APPERR2_BASE + 302) /* @I
  893. *
  894. *Sessions timed-out%0
  895. */
  896. #define APE2_STATS_ERROREDOUT (APPERR2_BASE + 303) /* @I
  897. *
  898. *Sessions errored-out%0
  899. */
  900. #define APE2_STATS_B_SENT (APPERR2_BASE + 304) /* @I
  901. *
  902. *Kilobytes sent%0
  903. */
  904. #define APE2_STATS_B_RECEIVED (APPERR2_BASE + 305) /* @I
  905. *
  906. *Kilobytes received%0
  907. */
  908. #define APE2_STATS_RESPONSE (APPERR2_BASE + 306) /* @I
  909. *
  910. *Mean response time (msec)%0
  911. */
  912. #define APE2_STATS_NETIO_ERR (APPERR2_BASE + 307) /* @I
  913. *
  914. *Network errors%0
  915. */
  916. #define APE2_STATS_FILES_ACC (APPERR2_BASE + 308) /* @I
  917. *
  918. *Files accessed%0
  919. */
  920. #define APE2_STATS_PRINT_ACC (APPERR2_BASE + 309) /* @I
  921. *
  922. *Print jobs spooled%0
  923. */
  924. #define APE2_STATS_SYSTEM_ERR (APPERR2_BASE + 310) /* @I
  925. *
  926. *System errors%0
  927. */
  928. #define APE2_STATS_PASS_ERR (APPERR2_BASE + 311) /* @I
  929. *
  930. *Password violations%0
  931. */
  932. #define APE2_STATS_PERM_ERR (APPERR2_BASE + 312) /* @I
  933. *
  934. *Permission violations%0
  935. */
  936. #define APE2_STATS_COMM_ACC (APPERR2_BASE + 313) /* @I
  937. *
  938. *Communication devices accessed%0
  939. */
  940. #define APE2_STATS_S_OPENED (APPERR2_BASE + 314) /* @I
  941. *
  942. *Sessions started%0
  943. */
  944. #define APE2_STATS_S_RECONN (APPERR2_BASE + 315) /* @I
  945. *
  946. *Sessions reconnected%0
  947. */
  948. #define APE2_STATS_S_FAILED (APPERR2_BASE + 316) /* @I
  949. *
  950. *Sessions starts failed%0
  951. */
  952. #define APE2_STATS_S_DISCONN (APPERR2_BASE + 317) /* @I
  953. *
  954. *Sessions disconnected%0
  955. */
  956. #define APE2_STATS_NETIO (APPERR2_BASE + 318) /* @I
  957. *
  958. *Network I/O's performed%0
  959. */
  960. #define APE2_STATS_IPC (APPERR2_BASE + 319) /* @I
  961. *
  962. *Files and pipes accessed%0
  963. */
  964. #define APE2_STATS_BUFCOUNT (APPERR2_BASE + 320) /* @I
  965. *
  966. *Times buffers exhausted
  967. */
  968. #define APE2_STATS_BIGBUF (APPERR2_BASE + 321) /* @I
  969. *
  970. *Big buffers%0
  971. */
  972. #define APE2_STATS_REQBUF (APPERR2_BASE + 322) /* @I
  973. *
  974. *Request buffers%0
  975. */
  976. #define APE2_STATS_WKSTA (APPERR2_BASE + 323) /* @I
  977. *
  978. *Workstation Statistics for \\%1
  979. */
  980. #define APE2_STATS_SERVER (APPERR2_BASE + 324) /* @I
  981. *
  982. *Server Statistics for \\%1
  983. */
  984. #define APE2_STATS_SINCE (APPERR2_BASE + 325) /* @I
  985. *
  986. *Statistics since %1
  987. */
  988. #define APE2_STATS_C_MADE (APPERR2_BASE + 326) /* @I
  989. *
  990. *Connections made%0
  991. */
  992. #define APE2_STATS_C_FAILED (APPERR2_BASE + 327) /* @I
  993. *
  994. *Connections failed%0
  995. */
  996. /***
  997. *
  998. * New rdr stats for NT. These guys occupy the space that AT
  999. * used to.
  1000. */
  1001. #define APE2_STATS_BYTES_RECEIVED (APPERR2_BASE + 330) /* @I
  1002. *
  1003. *Bytes received%0
  1004. */
  1005. #define APE2_STATS_SMBS_RECEIVED (APPERR2_BASE + 331) /* @I
  1006. *
  1007. *Server Message Blocks (SMBs) received%0
  1008. */
  1009. #define APE2_STATS_BYTES_TRANSMITTED (APPERR2_BASE + 332) /* @I
  1010. *
  1011. *Bytes transmitted%0
  1012. */
  1013. #define APE2_STATS_SMBS_TRANSMITTED (APPERR2_BASE + 333) /* @I
  1014. *
  1015. *Server Message Blocks (SMBs) transmitted%0
  1016. */
  1017. #define APE2_STATS_READ_OPS (APPERR2_BASE + 334) /* @I
  1018. *
  1019. *Read operations%0
  1020. */
  1021. #define APE2_STATS_WRITE_OPS (APPERR2_BASE + 335) /* @I
  1022. *
  1023. *Write operations%0
  1024. */
  1025. #define APE2_STATS_RAW_READS_DENIED (APPERR2_BASE + 336) /* @I
  1026. *
  1027. *Raw reads denied%0
  1028. */
  1029. #define APE2_STATS_RAW_WRITES_DENIED (APPERR2_BASE + 337) /* @I
  1030. *
  1031. *Raw writes denied%0
  1032. */
  1033. #define APE2_STATS_NETWORK_ERRORS (APPERR2_BASE + 338) /* @I
  1034. *
  1035. *Network errors%0
  1036. */
  1037. #define APE2_STATS_TOTAL_CONNECTS (APPERR2_BASE + 339) /* @I
  1038. *
  1039. *Connections made%0
  1040. */
  1041. #define APE2_STATS_RECONNECTS (APPERR2_BASE + 340) /* @I
  1042. *
  1043. *Reconnections made%0
  1044. */
  1045. #define APE2_STATS_SRV_DISCONNECTS (APPERR2_BASE + 341) /* @I
  1046. *
  1047. *Server disconnects%0
  1048. */
  1049. #define APE2_STATS_SESSIONS (APPERR2_BASE + 342) /* @I
  1050. *
  1051. *Sessions started%0
  1052. */
  1053. #define APE2_STATS_HUNG_SESSIONS (APPERR2_BASE + 343) /* @I
  1054. *
  1055. *Hung sessions%0
  1056. */
  1057. #define APE2_STATS_FAILED_SESSIONS (APPERR2_BASE + 344) /* @I
  1058. *
  1059. *Failed sessions%0
  1060. */
  1061. #define APE2_STATS_FAILED_OPS (APPERR2_BASE + 345) /* @I
  1062. *
  1063. *Failed operations%0
  1064. */
  1065. #define APE2_STATS_USE_COUNT (APPERR2_BASE + 346) /* @I
  1066. *
  1067. *Use count%0
  1068. */
  1069. #define APE2_STATS_FAILED_USE_COUNT (APPERR2_BASE + 347) /* @I
  1070. *
  1071. *Failed use count%0
  1072. */
  1073. /***
  1074. *
  1075. * Specific success messages
  1076. * Moved from APPERR.H 8/21/89 --jmh
  1077. *
  1078. */
  1079. #define APE_DelSuccess (APPERR2_BASE + 350 ) /* @I
  1080. *
  1081. *%1 was deleted successfully.
  1082. */
  1083. #define APE_UseSuccess (APPERR2_BASE + 351 ) /* @I
  1084. *
  1085. *%1 was used successfully.
  1086. */
  1087. #define APE_SendSuccess (APPERR2_BASE + 352 ) /* @I
  1088. *
  1089. *The message was successfully sent to %1.
  1090. */
  1091. /*** NOTE ... see also APE_SendXxxSucess in APPERR.H ***/
  1092. #define APE_ForwardSuccess (APPERR2_BASE + 353) /* @I
  1093. *
  1094. *The message name %1 was forwarded successfully.
  1095. */
  1096. #define APE_NameSuccess (APPERR2_BASE + 354) /* @I
  1097. *
  1098. *The message name %1 was added successfully.
  1099. */
  1100. #define APE_ForwardDelSuccess (APPERR2_BASE + 355) /* @I
  1101. *
  1102. *The message name forwarding was successfully canceled.
  1103. */
  1104. #define APE_ShareSuccess (APPERR2_BASE + 356) /* @I
  1105. *
  1106. *%1 was shared successfully.
  1107. */
  1108. #define APE_LogonSuccess (APPERR2_BASE + 357) /* @I
  1109. *
  1110. *The server %1 successfully logged you on as %2.
  1111. */
  1112. #define APE_LogoffSuccess (APPERR2_BASE + 358) /* @I
  1113. *
  1114. *%1 was logged off successfully.
  1115. */
  1116. #define APE_DelStickySuccess (APPERR2_BASE + 359 ) /* @I
  1117. *
  1118. *%1 was successfully removed from the list of shares the Server creates
  1119. *on startup.
  1120. */
  1121. #define APE_PassSuccess (APPERR2_BASE + 361) /* @I
  1122. *
  1123. *The password was changed successfully.
  1124. */
  1125. #define APE_FilesCopied (APPERR2_BASE + 362) /* @I
  1126. *
  1127. *%1 file(s) copied.
  1128. */
  1129. #define APE_FilesMoved (APPERR2_BASE + 363) /* @I
  1130. *
  1131. *%1 file(s) moved.
  1132. */
  1133. #define APE_SendAllSuccess (APPERR2_BASE + 364 ) /* @I
  1134. *
  1135. *The message was successfully sent to all users of the network.
  1136. */
  1137. #define APE_SendDomainSuccess (APPERR2_BASE + 365 ) /* @I
  1138. *
  1139. *The message was successfully sent to domain %1.
  1140. */
  1141. #define APE_SendUsersSuccess (APPERR2_BASE + 366 ) /* @I
  1142. *
  1143. *The message was successfully sent to all users of this server.
  1144. */
  1145. #define APE_SendGroupSuccess (APPERR2_BASE + 367 ) /* @I
  1146. *
  1147. *The message was successfully sent to group *%1.
  1148. */
  1149. #define APE2_VER_Release (APPERR2_BASE + 395) /* @I
  1150. *
  1151. *Microsoft LAN Manager Version %1
  1152. */
  1153. #define APE2_VER_ProductOS2Server (APPERR2_BASE + 396) /* @I
  1154. *
  1155. *Windows NT Server
  1156. */
  1157. #define APE2_VER_ProductOS2Workstation (APPERR2_BASE + 397) /* @I
  1158. *
  1159. *Windows NT Workstation
  1160. */
  1161. #define APE2_VER_ProductDOSWorkstation (APPERR2_BASE + 398) /* @I
  1162. *
  1163. *MS-DOS Enhanced Workstation
  1164. */
  1165. #define APE2_VER_BuildTime (APPERR2_BASE + 399) /* @I
  1166. *
  1167. *Created at %1
  1168. */
  1169. #define APE2_VIEW_ALL_HDR (APPERR2_BASE + 400) /* @I
  1170. *
  1171. *Server Name Remark
  1172. */
  1173. #define APE2_VIEW_UNC (APPERR2_BASE + 402) /* @I
  1174. *
  1175. *(UNC)%0
  1176. */
  1177. #define APE2_VIEW_MORE (APPERR2_BASE + 403) /* @I
  1178. *
  1179. *...%0
  1180. */
  1181. #define APE2_VIEW_DOMAIN_HDR (APPERR2_BASE + 404) /* @I
  1182. *
  1183. *Domain
  1184. */
  1185. #define APE2_VIEW_OTHER_HDR (APPERR2_BASE + 405) /* @I
  1186. *
  1187. *Resources on %1
  1188. */
  1189. #define APE2_VIEW_OTHER_LIST (APPERR2_BASE + 406) /* @I
  1190. *
  1191. *Invalid network provider. Available networks are:
  1192. */
  1193. #define APE2_USE_TYPE_DISK (APPERR2_BASE + 410) /* @I
  1194. *
  1195. *Disk%0
  1196. */
  1197. #define APE2_USE_TYPE_PRINT (APPERR2_BASE + 411) /* @I
  1198. *
  1199. *Print%0
  1200. */
  1201. #define APE2_USE_TYPE_COMM (APPERR2_BASE + 412) /* @I
  1202. *
  1203. *Comm%0
  1204. */
  1205. #define APE2_USE_TYPE_IPC (APPERR2_BASE + 413) /* @I
  1206. *
  1207. *IPC%0
  1208. */
  1209. #define APE2_USE_HEADER (APPERR2_BASE + 414) /* @I
  1210. *
  1211. *Status Local Remote Network
  1212. */
  1213. #define APE2_USE_STATUS_OK (APPERR2_BASE + 415) /* @I
  1214. *
  1215. *OK%0
  1216. */
  1217. #define APE2_USE_STATUS_DORMANT (APPERR2_BASE + 416) /* @I
  1218. *
  1219. *Dormant%0
  1220. */
  1221. #define APE2_USE_STATUS_PAUSED (APPERR2_BASE + 417) /* @I
  1222. *
  1223. *Paused%0
  1224. */
  1225. #define APE2_USE_STATUS_SESSION_LOST (APPERR2_BASE + 418) /* @I
  1226. *
  1227. *Disconnected%0
  1228. */
  1229. #define APE2_USE_STATUS_NET_ERROR (APPERR2_BASE + 419) /* @I
  1230. *
  1231. *Error%0
  1232. */
  1233. #define APE2_USE_STATUS_CONNECTING (APPERR2_BASE + 420) /* @I
  1234. *
  1235. *Connecting%0
  1236. */
  1237. #define APE2_USE_STATUS_RECONNECTING (APPERR2_BASE + 421) /* @I
  1238. *
  1239. *Reconnecting%0
  1240. */
  1241. #define APE2_USE_MSG_STATUS (APPERR2_BASE + 422) /* @I
  1242. *
  1243. *Status%0
  1244. */
  1245. #define APE2_USE_MSG_LOCAL (APPERR2_BASE + 423) /* @I
  1246. *
  1247. *Local name%0
  1248. */
  1249. #define APE2_USE_MSG_REMOTE (APPERR2_BASE + 424) /* @I
  1250. *
  1251. *Remote name%0
  1252. */
  1253. #define APE2_USE_MSG_TYPE (APPERR2_BASE + 425) /* @I
  1254. *
  1255. *Resource type%0
  1256. */
  1257. #define APE2_USE_MSG_OPEN_COUNT (APPERR2_BASE + 426) /* @I
  1258. *
  1259. *# Opens%0
  1260. */
  1261. #define APE2_USE_MSG_USE_COUNT (APPERR2_BASE + 427) /* @I
  1262. *
  1263. *# Connections%0
  1264. */
  1265. #define APE2_USE_STATUS_UNAVAIL (APPERR2_BASE + 428) /* @I
  1266. *
  1267. *Unavailable%0
  1268. */
  1269. #define APE2_SHARE_MSG_HDR (APPERR2_BASE + 430) /* @I
  1270. *
  1271. *Share name Resource Remark
  1272. */
  1273. #define APE2_SHARE_MSG_NAME (APPERR2_BASE + 431) /* @I
  1274. *
  1275. *Share name%0
  1276. */
  1277. #define APE2_SHARE_MSG_DEVICE (APPERR2_BASE + 432) /* @I
  1278. *
  1279. *Resource%0
  1280. */
  1281. #define APE2_SHARE_MSG_SPOOLED (APPERR2_BASE + 433) /* @I
  1282. *
  1283. *Spooled%0
  1284. */
  1285. #define APE2_SHARE_MSG_PERM (APPERR2_BASE + 434) /* @I
  1286. *
  1287. *Permission%0
  1288. */
  1289. #define APE2_SHARE_MSG_MAX_USERS (APPERR2_BASE + 435) /* @I
  1290. *
  1291. *Maximum users%0
  1292. */
  1293. #define APE2_SHARE_MSG_ULIMIT (APPERR2_BASE + 436) /* @I
  1294. *
  1295. *No limit%0
  1296. */
  1297. #define APE2_SHARE_MSG_USERS (APPERR2_BASE + 437) /* @I
  1298. *
  1299. *Users%0
  1300. */
  1301. #define APE2_SHARE_MSG_NONFAT (APPERR2_BASE + 438) /* @P
  1302. *
  1303. *The share name entered may not be accessible from some MS-DOS workstations.
  1304. *Are you sure you want to use this share name? %1: %0
  1305. */
  1306. #define APE2_SHARE_MSG_CACHING (APPERR2_BASE + 439) /* @I
  1307. *
  1308. *Caching%0
  1309. */
  1310. #define APE2_FILE_MSG_HDR (APPERR2_BASE + 440) /* @I
  1311. *
  1312. *ID Path User name # Locks
  1313. */
  1314. #define APE2_FILE_MSG_ID (APPERR2_BASE + 441) /* @I
  1315. *
  1316. *File ID%0
  1317. */
  1318. #define APE2_FILE_MSG_NUM_LOCKS (APPERR2_BASE + 442) /* @I
  1319. *
  1320. *Locks%0
  1321. */
  1322. #define APE2_FILE_MSG_OPENED_FOR (APPERR2_BASE + 443) /* @I
  1323. *
  1324. *Permissions%0
  1325. */
  1326. #define APE2_VIEW_SVR_HDR_NAME (APPERR2_BASE + 444) /* @I
  1327. *
  1328. *Share name%0
  1329. */
  1330. #define APE2_VIEW_SVR_HDR_TYPE (APPERR2_BASE + 445) /* @I
  1331. *
  1332. *Type%0
  1333. */
  1334. #define APE2_VIEW_SVR_HDR_USEDAS (APPERR2_BASE + 446) /* @I
  1335. *
  1336. *Used as%0
  1337. */
  1338. #define APE2_VIEW_SVR_HDR_CACHEORREMARK (APPERR2_BASE + 447) /* @I
  1339. *
  1340. *Comment%0
  1341. */
  1342. #define APE2_SESS_MSG_HDR (APPERR2_BASE + 450) /* @I
  1343. *
  1344. *Computer User name Client Type Opens Idle time
  1345. */
  1346. #define APE2_SESS_MSG_CMPTR (APPERR2_BASE + 451) /* @I
  1347. *
  1348. *Computer%0
  1349. */
  1350. #define APE2_SESS_MSG_SESSTIME (APPERR2_BASE + 452) /* @I
  1351. *
  1352. *Sess time%0
  1353. */
  1354. #define APE2_SESS_MSG_IDLETIME (APPERR2_BASE + 453) /* @I
  1355. *
  1356. *Idle time%0
  1357. */
  1358. #define APE2_SESS_MSG_HDR2 (APPERR2_BASE + 454) /* @I
  1359. *
  1360. *Share name Type # Opens
  1361. */
  1362. #define APE2_SESS_MSG_CLIENTTYPE (APPERR2_BASE + 455) /* @I
  1363. *
  1364. *Client type%0
  1365. */
  1366. #define APE2_SESS_MSG_GUEST (APPERR2_BASE + 456) /* @I
  1367. *
  1368. *Guest logon%0
  1369. */
  1370. /*
  1371. *
  1372. * CLIENT SIDE CACHING Messages
  1373. *
  1374. */
  1375. #define APE2_GEN_CACHED_MANUAL (APPERR2_BASE + 470) /* @I
  1376. *
  1377. * Manual caching of documents%0
  1378. */
  1379. #define APE2_GEN_CACHED_AUTO (APPERR2_BASE + 471) /* @I
  1380. *
  1381. * Automatic caching of documents%0
  1382. */
  1383. #define APE2_GEN_CACHED_VDO (APPERR2_BASE + 472) /* @I
  1384. *
  1385. * Automatic caching of programs and documents%0
  1386. */
  1387. #define APE2_GEN_CACHED_DISABLED (APPERR2_BASE + 473) /* @I
  1388. *
  1389. * Caching disabled%0
  1390. */
  1391. #define APE2_GEN_CACHE_AUTOMATIC (APPERR2_BASE + 474) /* @I
  1392. *
  1393. * Automatic%0
  1394. */
  1395. #define APE2_GEN_CACHE_MANUAL (APPERR2_BASE + 475) /* @I
  1396. *
  1397. * Manual%0
  1398. */
  1399. #define APE2_GEN_CACHE_DOCUMENTS (APPERR2_BASE + 476) /* @I
  1400. *
  1401. * Documents%0
  1402. */
  1403. #define APE2_GEN_CACHE_PROGRAMS (APPERR2_BASE + 477) /* @I
  1404. *
  1405. * Programs%0
  1406. */
  1407. #define APE2_GEN_CACHE_NONE (APPERR2_BASE + 478) /* @I
  1408. *
  1409. * None%0
  1410. */
  1411. #define APE2_NAME_MSG_NAME (APPERR2_BASE + 500) /* @I
  1412. *
  1413. *Name%0
  1414. */
  1415. #define APE2_NAME_MSG_FWD (APPERR2_BASE + 501) /* @I
  1416. *
  1417. *Forwarded to%0
  1418. */
  1419. #define APE2_NAME_MSG_FWD_FROM (APPERR2_BASE + 502) /* @I
  1420. *
  1421. *Forwarded to you from%0
  1422. */
  1423. #define APE2_SEND_MSG_USERS (APPERR2_BASE + 503) /* @I
  1424. *
  1425. *Users of this server%0
  1426. */
  1427. #define APE2_SEND_MSG_INTERRUPT (APPERR2_BASE + 504) /* @I
  1428. *
  1429. *Net Send has been interrupted by a Ctrl+Break from the user.
  1430. */
  1431. #define APE2_PRINT_MSG_HDR (APPERR2_BASE + 510) /* @I
  1432. *
  1433. *Name Job # Size Status
  1434. */
  1435. #define APE2_PRINT_MSG_JOBS (APPERR2_BASE + 511) /* @I
  1436. *
  1437. *jobs%0
  1438. */
  1439. #define APE2_PRINT_MSG_PRINT (APPERR2_BASE + 512) /* @I
  1440. *
  1441. *Print%0
  1442. */
  1443. #define APE2_PRINT_MSG_NAME (APPERR2_BASE + 513) /* @I
  1444. *
  1445. *Name%0
  1446. */
  1447. #define APE2_PRINT_MSG_JOB (APPERR2_BASE + 514) /* @I
  1448. *
  1449. *Job #%0
  1450. */
  1451. #define APE2_PRINT_MSG_SIZE (APPERR2_BASE + 515) /* @I
  1452. *
  1453. *Size%0
  1454. */
  1455. #define APE2_PRINT_MSG_STATUS (APPERR2_BASE + 516) /* @I
  1456. *
  1457. *Status%0
  1458. */
  1459. #define APE2_PRINT_MSG_SEPARATOR (APPERR2_BASE + 517) /* @I
  1460. *
  1461. *Separator file%0
  1462. */
  1463. #define APE2_PRINT_MSG_COMMENT (APPERR2_BASE + 518) /* @I
  1464. *
  1465. *Comment%0
  1466. */
  1467. #define APE2_PRINT_MSG_PRIORITY (APPERR2_BASE + 519) /* @I
  1468. *
  1469. *Priority%0
  1470. */
  1471. #define APE2_PRINT_MSG_AFTER (APPERR2_BASE + 520) /* @I
  1472. *
  1473. *Print after%0
  1474. */
  1475. #define APE2_PRINT_MSG_UNTIL (APPERR2_BASE + 521) /* @I
  1476. *
  1477. *Print until%0
  1478. */
  1479. #define APE2_PRINT_MSG_PROCESSOR (APPERR2_BASE + 522) /* @I
  1480. *
  1481. *Print processor%0
  1482. */
  1483. #define APE2_PRINT_MSG_ADDITIONAL_INFO (APPERR2_BASE + 523) /* @I
  1484. *
  1485. *Additional info%0
  1486. */
  1487. #define APE2_PRINT_MSG_PARMS (APPERR2_BASE + 524) /* @I
  1488. *
  1489. *Parameters%0
  1490. */
  1491. #define APE2_PRINT_MSG_DEVS (APPERR2_BASE + 525) /* @I
  1492. *
  1493. *Print Devices%0
  1494. */
  1495. #define APE2_PRINT_MSG_QUEUE_ACTIVE (APPERR2_BASE + 526) /* @I
  1496. *
  1497. *Printer Active%0
  1498. */
  1499. #define APE2_PRINT_MSG_QUEUE_PAUSED (APPERR2_BASE + 527) /* @I
  1500. *
  1501. *Printer held%0
  1502. */
  1503. #define APE2_PRINT_MSG_QUEUE_ERROR (APPERR2_BASE + 528) /* @I
  1504. *
  1505. *Printer error%0
  1506. */
  1507. #define APE2_PRINT_MSG_QUEUE_PENDING (APPERR2_BASE + 529) /* @I
  1508. *
  1509. *Printer being deleted%0
  1510. */
  1511. #define APE2_PRINT_MSG_QUEUE_UNKN (APPERR2_BASE + 530) /* @I
  1512. *
  1513. *Printer status unknown%0
  1514. */
  1515. #define APE2_PRINT_MSG_QUEUE_UNSCHED (APPERR2_BASE + 540) /* @I
  1516. *
  1517. *Held until %1%0
  1518. */
  1519. #define APE2_PRINT_MSG_JOB_ID (APPERR2_BASE + 541) /* @I
  1520. *
  1521. *Job #%0
  1522. */
  1523. #define APE2_PRINT_MSG_SUBMITTING_USER (APPERR2_BASE + 542) /* @I
  1524. *
  1525. *Submitting user%0
  1526. */
  1527. #define APE2_PRINT_MSG_NOTIFY (APPERR2_BASE + 543) /* @I
  1528. *
  1529. *Notify%0
  1530. */
  1531. #define APE2_PRINT_MSG_JOB_DATA_TYPE (APPERR2_BASE + 544) /* @I
  1532. *
  1533. *Job data type%0
  1534. */
  1535. #define APE2_PRINT_MSG_JOB_PARAMETERS (APPERR2_BASE + 545) /* @I
  1536. *
  1537. *Job parameters%0
  1538. */
  1539. #define APE2_PRINT_MSG_WAITING (APPERR2_BASE + 546) /* @I
  1540. *
  1541. *Waiting%0
  1542. */
  1543. #define APE2_PRINT_MSG_PAUSED_IN_QUEUE (APPERR2_BASE + 547) /* @I
  1544. *
  1545. *Held in queue%0
  1546. */
  1547. #define APE2_PRINT_MSG_SPOOLING (APPERR2_BASE + 548) /* @I
  1548. *
  1549. *Spooling%0
  1550. */
  1551. #define APE2_PRINT_MSG_PRINTER_PAUSED (APPERR2_BASE + 549) /* @I
  1552. *
  1553. *Paused%0
  1554. */
  1555. #define APE2_PRINT_MSG_PRINTER_OFFLINE (APPERR2_BASE + 550) /* @I
  1556. *
  1557. *Offline%0
  1558. */
  1559. #define APE2_PRINT_MSG_PRINTER_ERROR (APPERR2_BASE + 551) /* @I
  1560. *
  1561. *Error%0
  1562. */
  1563. #define APE2_PRINT_MSG_OUT_OF_PAPER (APPERR2_BASE + 552) /* @I
  1564. *
  1565. *Out of paper%0
  1566. */
  1567. #define APE2_PRINT_MSG_PRINTER_INTERV (APPERR2_BASE + 553) /* @I
  1568. *
  1569. *Intervention required%0
  1570. */
  1571. #define APE2_PRINT_MSG_PRINTING (APPERR2_BASE + 554) /* @I
  1572. *
  1573. *Printing%0
  1574. */
  1575. #define APE2_PRINT_MSG_ON_WHAT_PRINTER (APPERR2_BASE + 555) /* @I
  1576. *
  1577. * on %0
  1578. */
  1579. #define APE2_PRINT_MSG_PRINTER_PAUS_ON (APPERR2_BASE + 556) /* @I
  1580. *
  1581. *Paused on %1%0
  1582. */
  1583. #define APE2_PRINT_MSG_PRINTER_OFFL_ON (APPERR2_BASE + 557) /* @I
  1584. *
  1585. *Offline on %1%0
  1586. */
  1587. #define APE2_PRINT_MSG_PRINTER_ERR_ON (APPERR2_BASE + 558) /* @I
  1588. *
  1589. *Error on%1%0
  1590. */
  1591. #define APE2_PRINT_MSG_OUT_OF_PAPER_ON (APPERR2_BASE + 559) /* @I
  1592. *
  1593. *Out of Paper on %1%0
  1594. */
  1595. #define APE2_PRINT_MSG_PRINTER_INTV_ON (APPERR2_BASE + 560) /* @I
  1596. *
  1597. *Check printer on %1%0
  1598. */
  1599. #define APE2_PRINT_MSG_PRINTING_ON (APPERR2_BASE + 561) /* @I
  1600. *
  1601. *Printing on %1%0
  1602. */
  1603. #define APE2_PRINT_MSG_DRIVER (APPERR2_BASE + 562) /* @I
  1604. *
  1605. *Driver%0
  1606. */
  1607. /*
  1608. *
  1609. *
  1610. * Pinball starts at BASE + 600 and will reserve through 650 for safety
  1611. *
  1612. * non used in NT.
  1613. */
  1614. /*
  1615. *
  1616. * AUDITING and ERROR log messages
  1617. *
  1618. */
  1619. #define APE2_AUDIT_HEADER (APPERR2_BASE + 630) /* @I
  1620. *
  1621. *User name Type Date%0
  1622. */
  1623. #define APE2_AUDIT_LOCKOUT (APPERR2_BASE + 631) /* @I
  1624. *
  1625. *Lockout%0
  1626. */
  1627. #define APE2_AUDIT_GENERIC (APPERR2_BASE + 632) /* @I
  1628. *
  1629. *Service%0
  1630. */
  1631. #define APE2_AUDIT_SERVER (APPERR2_BASE + 633) /* @I
  1632. *
  1633. *Server%0
  1634. */
  1635. #define APE2_AUDIT_SRV_STARTED (APPERR2_BASE + 634) /* @I
  1636. *
  1637. *Server started%0
  1638. */
  1639. #define APE2_AUDIT_SRV_PAUSED (APPERR2_BASE + 635) /* @I
  1640. *
  1641. *Server paused%0
  1642. */
  1643. #define APE2_AUDIT_SRV_CONTINUED (APPERR2_BASE + 636) /* @I
  1644. *
  1645. *Server continued%0
  1646. */
  1647. #define APE2_AUDIT_SRV_STOPPED (APPERR2_BASE + 637) /* @I
  1648. *
  1649. *Server stopped%0
  1650. */
  1651. #define APE2_AUDIT_SESS (APPERR2_BASE + 638) /* @I
  1652. *
  1653. *Session%0
  1654. */
  1655. #define APE2_AUDIT_SESS_GUEST (APPERR2_BASE + 639) /* @I
  1656. *
  1657. *Logon Guest%0
  1658. */
  1659. #define APE2_AUDIT_SESS_USER (APPERR2_BASE + 640) /* @I
  1660. *
  1661. *Logon User%0
  1662. */
  1663. #define APE2_AUDIT_SESS_ADMIN (APPERR2_BASE + 641) /* @I
  1664. *
  1665. *Logon Administrator%0
  1666. */
  1667. #define APE2_AUDIT_SESS_NORMAL (APPERR2_BASE + 642) /* @I
  1668. *
  1669. *Logoff normal%0
  1670. */
  1671. #define APE2_AUDIT_SESS_DEFAULT (APPERR2_BASE + 643) /* @I
  1672. *
  1673. *Logon%0
  1674. */
  1675. #define APE2_AUDIT_SESS_ERROR (APPERR2_BASE + 644) /* @I
  1676. *
  1677. *Logoff error%0
  1678. */
  1679. #define APE2_AUDIT_SESS_AUTODIS (APPERR2_BASE + 645) /* @I
  1680. *
  1681. *Logoff auto-disconnect%0
  1682. */
  1683. #define APE2_AUDIT_SESS_ADMINDIS (APPERR2_BASE + 646) /* @I
  1684. *
  1685. *Logoff administrator-disconnect%0
  1686. */
  1687. #define APE2_AUDIT_SESS_ACCRESTRICT (APPERR2_BASE + 647) /* @I
  1688. *
  1689. *Logoff forced by logon restrictions%0
  1690. */
  1691. #define APE2_AUDIT_SVC (APPERR2_BASE + 648) /* @I
  1692. *
  1693. *Service%0
  1694. */
  1695. #define APE2_AUDIT_SVC_INSTALLED (APPERR2_BASE + 649) /* @I
  1696. *
  1697. *%1 Installed%0
  1698. */
  1699. #define APE2_AUDIT_SVC_INST_PEND (APPERR2_BASE + 650) /* @I
  1700. *
  1701. *%1 Install Pending%0
  1702. */
  1703. #define APE2_AUDIT_SVC_PAUSED (APPERR2_BASE + 651) /* @I
  1704. *
  1705. *%1 Paused%0
  1706. */
  1707. #define APE2_AUDIT_SVC_PAUS_PEND (APPERR2_BASE + 652) /* @I
  1708. *
  1709. *%1 Pause Pending%0
  1710. */
  1711. #define APE2_AUDIT_SVC_CONT (APPERR2_BASE + 653) /* @I
  1712. *
  1713. *%1 Continued%0
  1714. */
  1715. #define APE2_AUDIT_SVC_CONT_PEND (APPERR2_BASE + 654) /* @I
  1716. *
  1717. *%1 Continue Pending%0
  1718. */
  1719. #define APE2_AUDIT_SVC_STOP (APPERR2_BASE + 655) /* @I
  1720. *
  1721. *%1 Stopped%0
  1722. */
  1723. #define APE2_AUDIT_SVC_STOP_PEND (APPERR2_BASE + 656) /* @I
  1724. *
  1725. *%1 Stop Pending%0
  1726. */
  1727. #define APE2_AUDIT_ACCOUNT (APPERR2_BASE + 657) /* @I
  1728. *
  1729. *Account%0
  1730. */
  1731. #define APE2_AUDIT_ACCOUNT_USER_MOD (APPERR2_BASE + 658) /* @I
  1732. *
  1733. *User account %1 was modified.%0
  1734. */
  1735. #define APE2_AUDIT_ACCOUNT_GROUP_MOD (APPERR2_BASE + 659) /* @I
  1736. *
  1737. *Group account %1 was modified.%0
  1738. */
  1739. #define APE2_AUDIT_ACCOUNT_USER_DEL (APPERR2_BASE + 660) /* @I
  1740. *
  1741. *User account %1 was deleted%0
  1742. */
  1743. #define APE2_AUDIT_ACCOUNT_GROUP_DEL (APPERR2_BASE + 661) /* @I
  1744. *
  1745. *Group account %1 was deleted%0
  1746. */
  1747. #define APE2_AUDIT_ACCOUNT_USER_ADD (APPERR2_BASE + 662) /* @I
  1748. *
  1749. *User account %1 was added%0
  1750. */
  1751. #define APE2_AUDIT_ACCOUNT_GROUP_ADD (APPERR2_BASE + 663) /* @I
  1752. *
  1753. *Group account %1 was added%0
  1754. */
  1755. #define APE2_AUDIT_ACCOUNT_SETTINGS (APPERR2_BASE + 664) /* @I
  1756. *
  1757. *Account system settings were modified%0
  1758. */
  1759. #define APE2_AUDIT_ACCLIMIT (APPERR2_BASE + 665) /* @I
  1760. *
  1761. *Logon restriction%0
  1762. */
  1763. #define APE2_AUDIT_ACCLIMIT_UNKNOWN (APPERR2_BASE + 666) /* @I
  1764. *
  1765. *Limit exceeded: UNKNOWN%0
  1766. */
  1767. #define APE2_AUDIT_ACCLIMIT_HOURS (APPERR2_BASE + 667) /* @I
  1768. *
  1769. *Limit exceeded: Logon hours%0
  1770. */
  1771. #define APE2_AUDIT_ACCLIMIT_EXPIRED (APPERR2_BASE + 668) /* @I
  1772. *
  1773. *Limit exceeded: Account expired%0
  1774. */
  1775. #define APE2_AUDIT_ACCLIMIT_INVAL (APPERR2_BASE + 669) /* @I
  1776. *
  1777. *Limit exceeded: Workstation ID invalid%0
  1778. */
  1779. #define APE2_AUDIT_ACCLIMIT_DISABLED (APPERR2_BASE + 670) /* @I
  1780. *
  1781. *Limit exceeded: Account disabled%0
  1782. */
  1783. #define APE2_AUDIT_ACCLIMIT_DELETED (APPERR2_BASE + 671) /* @I
  1784. *
  1785. *Limit exceeded: Account deleted%0
  1786. */
  1787. #define APE2_AUDIT_SHARE (APPERR2_BASE + 672) /* @I
  1788. *
  1789. *Share%0
  1790. */
  1791. #define APE2_AUDIT_USE (APPERR2_BASE + 673) /* @I
  1792. *
  1793. *Use %1%0
  1794. */
  1795. #define APE2_AUDIT_UNUSE (APPERR2_BASE + 674) /* @I
  1796. *
  1797. *Unuse %1%0
  1798. */
  1799. #define APE2_AUDIT_SESSDIS (APPERR2_BASE + 675) /* @I
  1800. *
  1801. *User's session disconnected %1%0
  1802. */
  1803. #define APE2_AUDIT_SHARE_D (APPERR2_BASE + 676) /* @I
  1804. *
  1805. *Administrator stopped sharing resource %1%0
  1806. */
  1807. #define APE2_AUDIT_USERLIMIT (APPERR2_BASE + 677) /* @I
  1808. *
  1809. *User reached limit for %1%0
  1810. */
  1811. #define APE2_AUDIT_BADPW (APPERR2_BASE + 678) /* @I
  1812. *
  1813. *Bad password%0
  1814. */
  1815. #define APE2_AUDIT_ADMINREQD (APPERR2_BASE + 679) /* @I
  1816. *
  1817. *Administrator privilege required%0
  1818. */
  1819. #define APE2_AUDIT_ACCESS (APPERR2_BASE + 680) /* @I
  1820. *
  1821. *Access%0
  1822. */
  1823. #define APE2_AUDIT_ACCESS_ADD (APPERR2_BASE + 681) /* @I
  1824. *
  1825. *%1 permissions added%0
  1826. */
  1827. #define APE2_AUDIT_ACCESS_MOD (APPERR2_BASE + 682) /* @I
  1828. *
  1829. *%1 permissions modified%0
  1830. */
  1831. #define APE2_AUDIT_ACCESS_DEL (APPERR2_BASE + 683) /* @I
  1832. *
  1833. *%1 permissions deleted%0
  1834. */
  1835. #define APE2_AUDIT_ACCESS_D (APPERR2_BASE + 684) /* @I
  1836. *
  1837. *Access denied%0
  1838. */
  1839. #define APE2_AUDIT_UNKNOWN (APPERR2_BASE + 685) /* @I
  1840. *
  1841. *Unknown%0
  1842. */
  1843. #define APE2_AUDIT_OTHER (APPERR2_BASE + 686) /* @I
  1844. *
  1845. *Other%0
  1846. */
  1847. #define APE2_AUDIT_DURATION (APPERR2_BASE + 687) /* @I
  1848. *
  1849. *Duration:%0
  1850. */
  1851. #define APE2_AUDIT_NO_DURATION (APPERR2_BASE + 688) /* @I
  1852. *
  1853. *Duration: Not available%0
  1854. */
  1855. #define APE2_AUDIT_TINY_DURATION (APPERR2_BASE + 689) /* @I
  1856. *
  1857. *Duration: Less than one second%0
  1858. */
  1859. #define APE2_AUDIT_NONE (APPERR2_BASE + 690) /* @I
  1860. *
  1861. *(none)%0
  1862. */
  1863. #define APE2_AUDIT_CLOSED (APPERR2_BASE + 691) /* @I
  1864. *
  1865. *Closed %1%0
  1866. */
  1867. #define APE2_AUDIT_DISCONN (APPERR2_BASE + 692) /* @I
  1868. *
  1869. *Closed %1 (disconnected)%0
  1870. */
  1871. #define APE2_AUDIT_ADMINCLOSED (APPERR2_BASE + 693) /* @I
  1872. *
  1873. *Administrator closed %1%0
  1874. */
  1875. #define APE2_AUDIT_ACCESSEND (APPERR2_BASE + 694) /* @I
  1876. *
  1877. *Access ended%0
  1878. */
  1879. #define APE2_AUDIT_NETLOGON (APPERR2_BASE + 695) /* @I
  1880. *
  1881. *Log on to network%0
  1882. */
  1883. #define APE2_AUDIT_LOGDENY_GEN (APPERR2_BASE + 696) /* @I
  1884. *
  1885. *Logon denied%0
  1886. */
  1887. #define APE2_ERROR_HEADER (APPERR2_BASE + 697) /* @I
  1888. *
  1889. *Program Message Time%0
  1890. */
  1891. #define APE2_AUDIT_LKOUT_LOCK (APPERR2_BASE + 698) /* @I
  1892. *
  1893. *Account locked due to %1 bad passwords%0
  1894. */
  1895. #define APE2_AUDIT_LKOUT_ADMINUNLOCK (APPERR2_BASE + 699) /* @I
  1896. *
  1897. *Account unlocked by administrator%0
  1898. */
  1899. #define APE2_AUDIT_NETLOGOFF (APPERR2_BASE + 700) /* @I
  1900. *
  1901. *Log off network%0
  1902. */
  1903. /*
  1904. *
  1905. * ALERTER service messages.
  1906. *
  1907. * Make sure TO, FROM, and all SUBJ messages align to the same
  1908. * column. Make sure, also, that APE2_ALERTER_TAB is aligned with
  1909. * TO, FROM, and SUBJ headers!!!!!!
  1910. *
  1911. */
  1912. #define APE2_ALERTER_TAB (APPERR2_BASE + 709) /* @I
  1913. * */
  1914. #define APE2_ALERTER_ADMN_SUBJ (APPERR2_BASE + 710) /* @I
  1915. *
  1916. *Subj: ** ADMINISTRATOR ALERT **
  1917. */
  1918. #define APE2_ALERTER_PRNT_SUBJ (APPERR2_BASE + 711) /* @I
  1919. *
  1920. *Subj: ** PRINTING NOTIFICATION **
  1921. */
  1922. #define APE2_ALERTER_USER_SUBJ (APPERR2_BASE + 712) /* @I
  1923. *
  1924. *Subj: ** USER NOTIFICATION **
  1925. */
  1926. #define APE2_ALERTER_FROM (APPERR2_BASE + 713) /* @I
  1927. *
  1928. *From: %1 at \\%2
  1929. */
  1930. #define APE2_ALERTER_CANCELLED (APPERR2_BASE + 714) /* @I
  1931. *
  1932. *Print job %1 has been canceled while printing on %2.
  1933. */
  1934. #define APE2_ALERTER_DELETED (APPERR2_BASE + 715) /* @I
  1935. *
  1936. *Print job %1 has been deleted and will not print.
  1937. */
  1938. #define APE2_ALERTER_FINISHED (APPERR2_BASE + 716) /* @I
  1939. *
  1940. *Printing Complete
  1941. *
  1942. *%1 printed successfully on %2.
  1943. */
  1944. #define APE2_ALERTER_INCOMPL (APPERR2_BASE + 717) /* @I
  1945. *
  1946. *Print job %1 has not completed printing on %2.
  1947. */
  1948. #define APE2_ALERTER_PAUSED (APPERR2_BASE + 718) /* @I
  1949. *
  1950. *Print job %1 has paused printing on %2.
  1951. */
  1952. #define APE2_ALERTER_PRINTING (APPERR2_BASE + 719) /* @I
  1953. *
  1954. *Print job %1 is now printing on %2.
  1955. */
  1956. #define APE2_ALERTER_NOPAPER (APPERR2_BASE + 720) /* @I
  1957. *
  1958. *The printer is out of paper.
  1959. */
  1960. #define APE2_ALERTER_OFFLINE (APPERR2_BASE + 721) /* @I
  1961. *
  1962. *The printer is offline.
  1963. */
  1964. #define APE2_ALERTER_ERRORS (APPERR2_BASE + 722) /* @I
  1965. *
  1966. *Printing errors occurred.
  1967. */
  1968. #define APE2_ALERTER_HUMAN (APPERR2_BASE + 723) /* @I
  1969. *
  1970. *There is a problem with the printer; please check it.
  1971. */
  1972. #define APE2_ALERTER_HELD (APPERR2_BASE + 724) /* @I
  1973. *
  1974. *Print job %1 is being held from printing.
  1975. */
  1976. #define APE2_ALERTER_QUEUED (APPERR2_BASE + 725) /* @I
  1977. *
  1978. *Print job %1 is queued for printing.
  1979. */
  1980. #define APE2_ALERTER_SPOOLED (APPERR2_BASE + 726) /* @I
  1981. *
  1982. *Print job %1 is being spooled.
  1983. */
  1984. #define APE2_ALERTER_QUEUEDTO (APPERR2_BASE + 727) /* @I
  1985. *
  1986. *Job was queued to %1 on %2
  1987. */
  1988. #define APE2_ALERTER_SIZE (APPERR2_BASE + 728) /* @I
  1989. *
  1990. *Size of job is %1 bytes.
  1991. */
  1992. #define APE2_ALERTER_TO (APPERR2_BASE + 730) /* @I
  1993. *
  1994. *To: %1
  1995. */
  1996. #define APE2_ALERTER_DATE (APPERR2_BASE + 731) /* @I
  1997. *
  1998. *Date: %1
  1999. */
  2000. #define APE2_ALERTER_ERROR_MSG (APPERR2_BASE + 732) /* @I
  2001. *
  2002. * The error code is %1.
  2003. * There was an error retrieving the message. Make sure the file
  2004. * NET.MSG is available.
  2005. */
  2006. #define APE2_ALERTER_PRINTING_FAILURE (APPERR2_BASE + 733) /* @I
  2007. *
  2008. * Printing Failed
  2009. *
  2010. * "%1" failed to print on %2 on %3.
  2011. *
  2012. * For more help use the print troubleshooter.
  2013. */
  2014. #define APE2_ALERTER_PRINTING_FAILURE2 (APPERR2_BASE + 734) /* @I
  2015. *
  2016. * Printing Failed
  2017. *
  2018. * "%1" failed to print on %2 on %3. The Printer is %4.
  2019. *
  2020. * For more help use the print troubleshooter.
  2021. */
  2022. #define APE2_ALERTER_PRINTING_SUCCESS (APPERR2_BASE + 735) /* @I
  2023. *
  2024. * Printing Complete
  2025. *
  2026. * "%1" printed successfully on %2 on %3.
  2027. */
  2028. /*
  2029. * TIME related stuff go here
  2030. */
  2031. #define APE2_TIME_JANUARY (APPERR2_BASE + 741) /* @I
  2032. *
  2033. *January%0
  2034. */
  2035. #define APE2_TIME_FEBRUARY (APPERR2_BASE + 742) /* @I
  2036. *
  2037. *February%0
  2038. */
  2039. #define APE2_TIME_MARCH (APPERR2_BASE + 743) /* @I
  2040. *
  2041. *March%0
  2042. */
  2043. #define APE2_TIME_APRIL (APPERR2_BASE + 744) /* @I
  2044. *
  2045. *April%0
  2046. */
  2047. #define APE2_TIME_MAY (APPERR2_BASE + 745) /* @I
  2048. *
  2049. *May%0
  2050. */
  2051. #define APE2_TIME_JUNE (APPERR2_BASE + 746) /* @I
  2052. *
  2053. *June%0
  2054. */
  2055. #define APE2_TIME_JULY (APPERR2_BASE + 747) /* @I
  2056. *
  2057. *July%0
  2058. */
  2059. #define APE2_TIME_AUGUST (APPERR2_BASE + 748) /* @I
  2060. *
  2061. *August%0
  2062. */
  2063. #define APE2_TIME_SEPTEMBER (APPERR2_BASE + 749) /* @I
  2064. *
  2065. *September%0
  2066. */
  2067. #define APE2_TIME_OCTOBER (APPERR2_BASE + 750) /* @I
  2068. *
  2069. *October%0
  2070. */
  2071. #define APE2_TIME_NOVEMBER (APPERR2_BASE + 751) /* @I
  2072. *
  2073. *November%0
  2074. */
  2075. #define APE2_TIME_DECEMBER (APPERR2_BASE + 752) /* @I
  2076. *
  2077. *December%0
  2078. */
  2079. #define APE2_TIME_JANUARY_ABBREV (APPERR2_BASE + 753) /* @I
  2080. *
  2081. *Jan%0
  2082. */
  2083. #define APE2_TIME_FEBRUARY_ABBREV (APPERR2_BASE + 754) /* @I
  2084. *
  2085. *Feb%0
  2086. */
  2087. #define APE2_TIME_MARCH_ABBREV (APPERR2_BASE + 755) /* @I
  2088. *
  2089. *Mar%0
  2090. */
  2091. #define APE2_TIME_APRIL_ABBREV (APPERR2_BASE + 756) /* @I
  2092. *
  2093. *Apr%0
  2094. */
  2095. #define APE2_TIME_MAY_ABBREV (APPERR2_BASE + 757) /* @I
  2096. *
  2097. *May%0
  2098. */
  2099. #define APE2_TIME_JUNE_ABBREV (APPERR2_BASE + 758) /* @I
  2100. *
  2101. *Jun%0
  2102. */
  2103. #define APE2_TIME_JULY_ABBREV (APPERR2_BASE + 759) /* @I
  2104. *
  2105. *Jul%0
  2106. */
  2107. #define APE2_TIME_AUGUST_ABBREV (APPERR2_BASE + 760) /* @I
  2108. *
  2109. *Aug%0
  2110. */
  2111. #define APE2_TIME_SEPTEMBER_ABBREV (APPERR2_BASE + 761) /* @I
  2112. *
  2113. *Sep%0
  2114. */
  2115. #define APE2_TIME_OCTOBER_ABBREV (APPERR2_BASE + 762) /* @I
  2116. *
  2117. *Oct%0
  2118. */
  2119. #define APE2_TIME_NOVEMBER_ABBREV (APPERR2_BASE + 763) /* @I
  2120. *
  2121. *Nov%0
  2122. */
  2123. #define APE2_TIME_DECEMBER_ABBREV (APPERR2_BASE + 764) /* @I
  2124. *
  2125. *Dec%0
  2126. */
  2127. #define APE2_TIME_DAYS_ABBREV (APPERR2_BASE + 765) /* @I
  2128. *
  2129. *D%0
  2130. */
  2131. #define APE2_TIME_HOURS_ABBREV (APPERR2_BASE + 766) /* @I
  2132. *
  2133. *H%0
  2134. */
  2135. #define APE2_TIME_MINUTES_ABBREV (APPERR2_BASE + 767) /* @I
  2136. *
  2137. *M%0
  2138. */
  2139. #define APE2_TIME_SATURDAY_ABBREV2 (APPERR2_BASE + 768) /* @I
  2140. *
  2141. *Sa%0
  2142. */
  2143. /*
  2144. * Machine Roles
  2145. */
  2146. #define APE2_PRIMARY (APPERR2_BASE + 770) /* @I
  2147. *
  2148. *PRIMARY%0.
  2149. */
  2150. #define APE2_BACKUP (APPERR2_BASE + 771) /* @I
  2151. *
  2152. *BACKUP%0.
  2153. */
  2154. #define APE2_WORKSTATION (APPERR2_BASE + 772) /* @I
  2155. *
  2156. *WORKSTATION%0.
  2157. */
  2158. #define APE2_STANDARD_SERVER (APPERR2_BASE + 773) /* @I
  2159. *
  2160. *SERVER%0.
  2161. */
  2162. /*
  2163. * Countries
  2164. */
  2165. #define APE2_CTRY_System_Default (APPERR2_BASE + 780) /* @I
  2166. *
  2167. * System Default%0
  2168. */
  2169. #define APE2_CTRY_United_States (APPERR2_BASE + 781) /* @I
  2170. *
  2171. * United States%0
  2172. */
  2173. #define APE2_CTRY_Canada_French (APPERR2_BASE + 782) /* @I
  2174. *
  2175. * Canada (French)%0
  2176. */
  2177. #define APE2_CTRY_Latin_America (APPERR2_BASE + 783) /* @I
  2178. *
  2179. * Latin America%0
  2180. */
  2181. #define APE2_CTRY_Netherlands (APPERR2_BASE + 784) /* @I
  2182. *
  2183. * Netherlands%0
  2184. */
  2185. #define APE2_CTRY_Belgium (APPERR2_BASE + 785) /* @I
  2186. *
  2187. * Belgium%0
  2188. */
  2189. #define APE2_CTRY_France (APPERR2_BASE + 786) /* @I
  2190. *
  2191. * France%0
  2192. */
  2193. #define APE2_CTRY_Italy (APPERR2_BASE + 787) /* @I
  2194. *
  2195. * Italy%0
  2196. */
  2197. #define APE2_CTRY_Switzerland (APPERR2_BASE + 788) /* @I
  2198. *
  2199. * Switzerland%0
  2200. */
  2201. #define APE2_CTRY_United_Kingdom (APPERR2_BASE + 789) /* @I
  2202. *
  2203. * United Kingdom%0
  2204. */
  2205. #define APE2_CTRY_Spain (APPERR2_BASE + 790) /* @I
  2206. *
  2207. * Spain%0
  2208. */
  2209. #define APE2_CTRY_Denmark (APPERR2_BASE + 791) /* @I
  2210. *
  2211. * Denmark%0
  2212. */
  2213. #define APE2_CTRY_Sweden (APPERR2_BASE + 792) /* @I
  2214. *
  2215. * Sweden%0
  2216. */
  2217. #define APE2_CTRY_Norway (APPERR2_BASE + 793) /* @I
  2218. *
  2219. * Norway%0
  2220. */
  2221. #define APE2_CTRY_Germany (APPERR2_BASE + 794) /* @I
  2222. *
  2223. * Germany%0
  2224. */
  2225. #define APE2_CTRY_Australia (APPERR2_BASE + 795) /* @I
  2226. *
  2227. * Australia%0
  2228. */
  2229. #define APE2_CTRY_Japan (APPERR2_BASE + 796) /* @I
  2230. *
  2231. * Japan%0
  2232. */
  2233. #define APE2_CTRY_Korea (APPERR2_BASE + 797) /* @I
  2234. *
  2235. * Korea%0
  2236. */
  2237. #define APE2_CTRY_China_PRC (APPERR2_BASE + 798) /* @I
  2238. *
  2239. * China (PRC)%0
  2240. */
  2241. #define APE2_CTRY_Taiwan (APPERR2_BASE + 799) /* @I
  2242. *
  2243. * Taiwan%0
  2244. */
  2245. #define APE2_CTRY_Asia (APPERR2_BASE + 800) /* @I
  2246. *
  2247. * Asia%0
  2248. */
  2249. #define APE2_CTRY_Portugal (APPERR2_BASE + 801) /* @I
  2250. *
  2251. * Portugal%0
  2252. */
  2253. #define APE2_CTRY_Finland (APPERR2_BASE + 802) /* @I
  2254. *
  2255. * Finland%0
  2256. */
  2257. #define APE2_CTRY_Arabic (APPERR2_BASE + 803) /* @I
  2258. *
  2259. * Arabic%0
  2260. */
  2261. #define APE2_CTRY_Hebrew (APPERR2_BASE + 804) /* @I
  2262. *
  2263. * Hebrew%0
  2264. */
  2265. /*
  2266. * UPS service messages
  2267. */
  2268. #define APE2_UPS_POWER_OUT (APPERR2_BASE + 850)
  2269. /*
  2270. * A power failure has occurred at %1. Please terminate all activity with this server.
  2271. */
  2272. #define APE2_UPS_POWER_BACK (APPERR2_BASE + 851)
  2273. /*
  2274. * Power has been restored at %1. Normal operations have resumed.
  2275. */
  2276. #define APE2_UPS_POWER_SHUTDOWN (APPERR2_BASE + 852)
  2277. /*
  2278. * The UPS service is starting shut down at %1.
  2279. */
  2280. #define APE2_UPS_POWER_SHUTDOWN_FINAL (APPERR2_BASE + 853)
  2281. /*
  2282. * The UPS service is about to perform final shut down.
  2283. */
  2284. /*
  2285. * Workstation service messages
  2286. */
  2287. #define APE2_WKSTA_CMD_LINE_START (APPERR2_BASE + 870) /* @I
  2288. *
  2289. *The Workstation must be started with the NET START command.
  2290. */
  2291. /*
  2292. * Server service messages
  2293. */
  2294. #define APE2_SERVER_IPC_SHARE_REMARK (APPERR2_BASE + 875) /* @I
  2295. *
  2296. *Remote IPC%0
  2297. */
  2298. #define APE2_SERVER_ADMIN_SHARE_REMARK (APPERR2_BASE + 876) /* @I
  2299. *
  2300. *Remote Admin%0
  2301. */
  2302. #define APE2_SERVER_DISK_ADMIN_SHARE_REMARK (APPERR2_BASE + 877) /* @I
  2303. *
  2304. *Default share%0
  2305. */
  2306. /***
  2307. *
  2308. * Y/N questions.
  2309. */
  2310. #define APE_UserPasswordCompatWarning (APPERR2_BASE + 980) /* @P
  2311. *
  2312. *The password entered is longer than 14 characters. Computers
  2313. *with Windows prior to Windows 2000 will not be able to use
  2314. *this account. Do you want to continue this operation? %1: %0
  2315. */
  2316. #define APE_OverwriteRemembered (APPERR2_BASE + 981) /* @P
  2317. *
  2318. *%1 has a remembered connection to %2. Do you
  2319. *want to overwrite the remembered connection? %3: %0
  2320. */
  2321. #define APE_LoadResume (APPERR2_BASE + 982) /* @P
  2322. *
  2323. *Do you want to resume loading the profile? The command which
  2324. *caused the error will be ignored. %1: %0
  2325. */
  2326. #define APE_OkToProceed (APPERR2_BASE + 984) /* @P
  2327. *
  2328. *Do you want to continue this operation? %1: %0
  2329. */
  2330. #define APE_AddAnyway (APPERR2_BASE + 985) /* @P
  2331. *
  2332. *Do you want to add this? %1: %0
  2333. */
  2334. #define APE_ProceedWOp (APPERR2_BASE + 986) /* @P
  2335. *
  2336. *Do you want to continue this operation? %1: %0
  2337. */
  2338. #define APE_StartOkToStart (APPERR2_BASE + 987) /* @P
  2339. *
  2340. *Is it OK to start it? %1: %0
  2341. */
  2342. #define APE_StartRedir (APPERR2_BASE + 988) /* @P
  2343. *
  2344. *Do you want to start the Workstation service? %1: %0
  2345. */
  2346. #define APE_UseBlowAway (APPERR2_BASE + 989) /* @P
  2347. *
  2348. *Is it OK to continue disconnecting and force them closed? %1: %0
  2349. */
  2350. #define APE_CreatQ (APPERR2_BASE + 990) /* @P
  2351. *
  2352. *The printer does not exist. Do you want to create it? %1: %0
  2353. */
  2354. /***
  2355. *
  2356. * #ifdef JAPAN
  2357. *
  2358. * Japanese version specific messages
  2359. *
  2360. */
  2361. #define APE2_NEVER_FORCE_LOGOFF (APPERR2_BASE + 991) /* @I
  2362. *
  2363. *Never%0
  2364. */
  2365. #define APE2_NEVER_EXPIRED (APPERR2_BASE + 992) /* @I
  2366. *
  2367. *Never%0
  2368. */
  2369. #define APE2_NEVER_LOGON (APPERR2_BASE + 993) /* @I
  2370. *
  2371. *Never%0
  2372. */
  2373. #define APE2_
  2374. /***
  2375. *
  2376. * #endif // JAPAN
  2377. *
  2378. */
  2379. /***
  2380. *
  2381. * Help file name for NETCMD
  2382. *
  2383. */
  2384. #define APE2_US_NETCMD_HELP_FILE (APPERR2_BASE + 995) /* @I
  2385. *
  2386. *NET.HLP%0
  2387. */
  2388. #define APE2_FE_NETCMD_HELP_FILE (APPERR2_BASE + 996) /* @I
  2389. *
  2390. *NET.HLP%0
  2391. */