vgmsg.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* $TOG: vgmsg.h /main/5 1998/03/04 19:29:00 mgreess $ */
  24. /* *
  25. * (c) Copyright 1993, 1994 Hewlett-Packard Company *
  26. * (c) Copyright 1993, 1994 International Business Machines Corp. *
  27. * (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
  28. * (c) Copyright 1993, 1994 Novell, Inc. *
  29. */
  30. /************************************<+>*************************************
  31. ****************************************************************************
  32. **
  33. ** File: vgmsg.h
  34. **
  35. ** Project: HP Visual User Environment (DT)
  36. **
  37. ** Description: Header file for Dtgreet application.
  38. **
  39. ** _DtMessage catalog string numbers and default strings
  40. ** are specified here. The default strings should match
  41. ** the strings in the "C" message catalog.
  42. **
  43. **
  44. ** (c) Copyright 1987, 1988, 1989 by Hewlett-Packard Company
  45. **
  46. **
  47. **
  48. ****************************************************************************
  49. ************************************<+>*************************************/
  50. #ifndef _VGMSG_H
  51. #define _VGMSG_H
  52. /****************************************************************************
  53. *
  54. * Defines
  55. *
  56. ****************************************************************************/
  57. #ifndef CDE_INSTALLATION_TOP
  58. #define CDE_INSTALLATION_TOP "/opt/dt"
  59. #endif
  60. #ifdef sun
  61. #define FBCONSOLE "/usr/openwin/bin/fbconsole"
  62. #define OWPATH_ENV "OPENWINHOME=/usr/openwin"
  63. #endif
  64. /*
  65. * message catalog id numbers...
  66. */
  67. #define MC_LABEL_SET 1
  68. #define MC_LOGIN_LABEL 1
  69. #define MC_PASSWD_LABEL 2
  70. #define MC_OK_LABEL 3
  71. #define MC_CLEAR_LABEL 4
  72. #define MC_OPTIONS_LABEL 5
  73. #define MC_HELP_LABEL 6
  74. #define MC_RS_LABEL 7
  75. #define MC_NW_LABEL 8
  76. #define MC_COPY_LABEL 9
  77. /* #define MC_FS_LABEL 10 */
  78. #define MC_LANG_LABEL 11
  79. #define MC_START_LABEL 12
  80. #define MC_CANCEL_LABEL 13
  81. #define MC_HELP_LABEL_2 14
  82. #define MC_DTLITE_LABEL 15
  83. #define MC_GREET_LABEL 16
  84. #define MC_DT_LABEL 17
  85. #define MC_SUS1_LABEL 18
  86. #define MC_SUS2_LABEL 19
  87. #define MC_SUS3_LABEL 20
  88. #define MC_RES_LABEL 21
  89. #define MC_START_LBLDPY 22
  90. #define MC_WAIT_LABEL 23
  91. #define MC_X_LABEL 24
  92. #define MC_SES_LABEL 25
  93. #define MC_PERS_GREET_LABEL 26
  94. #define MC_FS_LABEL 27
  95. /*
  96. * Sun specific message catalog id numbers in MC_LABEL_SET messages.
  97. * (Starting at a random uneven higher number to allow some room
  98. * for some shared sample source message additions.
  99. */
  100. #define MC_USER_DT_LABEL 73
  101. #define MC_TO_LABEL 74
  102. #define MC_ERROR_SET 2
  103. #define MC_LOGIN 1
  104. #define MC_HOME 2
  105. #define MC_MAX_USERS 3
  106. #define MC_PASSWD_EXPIRED 4
  107. #define MC_BAD_UID 5
  108. #define MC_BAD_GID 6
  109. #define MC_BAD_AID 7
  110. #define MC_BAD_AFLAG 8
  111. #define MC_NO_LOGIN 9
  112. #define MC_BAD_ROOT 10
  113. #define MC_LOG_REBUILD 11
  114. #define MC_LOG_RESCAN 12
  115. #define MC_LOG_REREADCFG 13
  116. #define MC_LOG_REREADSRV 14
  117. #define MC_LOG_REREADACC 15
  118. #define MC_NO_MEMORY 16
  119. #define MC_HELP_SET 3
  120. #define MC_HELP 1
  121. #define MC_SYSTEM 2
  122. #define MC_HELP_CHOOSER 3
  123. #define MC_LOG_SET 4
  124. #define MC_LOG_ACC_FILE 1
  125. #define MC_LOG_HOST_ENT 2
  126. #define MC_LOG_ACC_DPY 3
  127. #define MC_LOG_ACC_CTL 4
  128. #define MC_LOG_DOMAIN 5
  129. #define MC_LOG_SRV_OPEN 6
  130. #define MC_LOG_SRV_WRT 7
  131. #define MC_LOG_SAVE_ADDR 8
  132. #define MC_LOG_NET_CFG 9
  133. #define MC_LOG_SET_AUTH 10
  134. #define MC_LOG_LCK_AUTH 11
  135. #define MC_LOG_NOT_AUTH 12
  136. #define MC_LOG_NO_CREATE 13
  137. #define MC_LOG_NO_LOCK 14
  138. #define MC_LOG_NO_SRVACC 15
  139. #define MC_LOG_NEW_DPY 16
  140. #define MC_LOG_NO_ERRLOG 17
  141. #define MC_LOG_MAX_LOGFILE 18
  142. #define MC_LOG_MISS_NAME 19
  143. #define MC_LOG_MISS_TYPE 20
  144. #define MC_LOG_INV_HOSTNM 21
  145. #define MC_LOG_BAD_DPYTYPE 22
  146. #define MC_LOG_PSEUDO 23
  147. #define MC_LOG_GET_RSC 24
  148. #define MC_LOG_NO_SPACE 25
  149. #define MC_LOG_NO_OPENCFG 26
  150. #define MC_LOG_EXTRA_ARG 27
  151. #define MC_LOG_NO_ARGS 28
  152. #define MC_LOG_NO_EXESRV 29
  153. #define MC_LOG_FAIL_FORK 30
  154. #define MC_LOG_SRV_DIED 31
  155. #define MC_LOG_HUNG_DPY 32
  156. #define MC_LOG_FAIL_SRVOPEN 33
  157. #define MC_LOG_FATAL_IO 34
  158. #define MC_LOG_X_ERR 35
  159. #define MC_LOG_FAIL_START 36
  160. #define MC_LOG_NO_SECDPY 37
  161. #define MC_LOG_NO_SECKEY 38
  162. #define MC_LOG_NO_BLSACCT 39
  163. #define MC_LOG_NO_BLSPACCT 40
  164. #define MC_LOG_NO_VFYLVL 41
  165. #define MC_LOG_NO_BLSUSR 42
  166. #define MC_LOG_AFS_FAIL 43
  167. #define MC_LOG_FAIL_SETUID 44
  168. #define MC_LOG_NO_HMDIR 45
  169. #define MC_LOG_SES_EXEFAIL 46
  170. #define MC_LOG_NO_CMDARG 47
  171. #define MC_LOG_NO_SESFORK 48
  172. #define MC_LOG_NO_KILLCL 49
  173. #define MC_LOG_NO_EXE 50
  174. #define MC_LOG_NO_FORK 51
  175. #define MC_LOG_IMPROP_AUTH 52
  176. #define MC_LOG_NO_DTGREET 53
  177. #define MC_LOG_NO_FORKCG 54
  178. #define MC_LOG_FAIL_SOCK 55
  179. #define MC_LOG_ERR_BIND 56
  180. #define MC_LOG_MAKEENV 57
  181. #define MC_LOG_SETENV 58
  182. #define MC_LOG_PARSEARGS 59
  183. #define MC_LOG_NO_SCAN 60
  184. #define MC_LOG_MORE_GRP 61
  185. #define MC_LOG_NOT_SUSER 62
  186. #define MC_LOG_INV_EVENT 63
  187. #define MC_LOG_ERR_ERRNO 64
  188. #define MC_LOG_AFS_FAILATH 65
  189. #define MC_LOG_ACC_EXP 66
  190. #define MC_LOG_DEADSRV 67
  191. #define MC_LOG_NO_LOGOBIT 68
  192. #define MC_LOG_NO_MSGCAT 69
  193. #define MC_LOG_NO_DPYINIT 70
  194. #define MC_LOG_BAD_MATTE 71
  195. #define MC_LOG_BAD_HMATTE 72
  196. #define MC_CHOOSER_SET 5
  197. #define MC_CHOOSER_TITLE 1
  198. #define MC_CHOOSER_HEADING 2
  199. #define MC_UPDATE_LABEL 3
  200. /*
  201. * message catalog default strings...
  202. */
  203. #define MC_DEF_LOGIN_LABEL "Please enter your user name"
  204. #define MC_DEF_PASSWD_LABEL "Please enter your password"
  205. #define MC_DEF_OK_LABEL "OK"
  206. #define MC_DEF_CLEAR_LABEL "Start Over"
  207. #define MC_DEF_OPTIONS_LABEL "Options"
  208. #define MC_DEF_HELP_LABEL "Help"
  209. #define MC_DEF_RS_LABEL "Reset Login Screen"
  210. #define MC_DEF_NW_LABEL "Command Line Login"
  211. #define MC_DEF_COPY_LABEL "Version..."
  212. #define MC_DEF_FS_LABEL "Failsafe Session"
  213. #define MC_DEF_USER_DT_LABEL "User's Last Desktop"
  214. #define MC_DEF_LANG_LABEL "Language"
  215. #define MC_DEF_TO_LABEL "to"
  216. #define MC_DEF_START_LABEL "Start DT"
  217. #define MC_DEF_CANCEL_LABEL "Cancel"
  218. #define MC_DEF_DTLITE_LABEL "DT Lite Session"
  219. #define MC_DEF_GREET_LABEL "Welcome to"
  220. #define MC_DEF_PERS_GREET_LABEL "Welcome %s"
  221. #define MC_DEF_DT_LABEL "Regular Desktop"
  222. #define MC_DEF_SES_LABEL "Session"
  223. #define MC_DEF_LOGIN "Login incorrect; please try again."
  224. #define MC_DEF_HOME "Unable to change to home directory."
  225. #define MC_DEF_MAX_USERS "Sorry. Maximum number of users already logged in."
  226. #define MC_DEF_BAD_UID "Login error, invalid user id."
  227. #define MC_DEF_BAD_GID "Login error, invalid group id."
  228. #define MC_DEF_BAD_AID "Login error, invalid audit id."
  229. #define MC_DEF_BAD_AFLAG "Login error, invalid audit flag."
  230. #define MC_DEF_NO_LOGIN "Logins are currently disabled."
  231. #define MC_DEF_PASSWD_EXPIRED \
  232. "\n\
  233. You need to choose an initial password for your account,\n\
  234. or your current password has expired.\n\
  235. \n\
  236. After you set your password, you must log in again\n\
  237. using the new password.\
  238. "
  239. /*
  240. * default help message...
  241. */
  242. #define MC_DEF_HELP \
  243. "\n\
  244. Login Help:\n\
  245. \n\
  246. Use the login screen to identify yourself to the computer.\n\
  247. \n\
  248. To log in:\n\
  249. 1) Type your user name and press <Enter> or click [OK].\n\
  250. (if you have not created a user, enter \"root\" as the\n\
  251. user name)\n\
  252. 2) Type your password and press <Enter> or click [OK].\n\
  253. \n\
  254. [Start Over]\n\
  255. Erases your entries so you can re-enter your user name and\n\
  256. try again.\n\
  257. \n\
  258. [Options]\n\
  259. Allows you to change session options:\n\
  260. \n\
  261. With the mouse pointer over the [Options] button, press and\n\
  262. hold mouse button 1. Drag the pointer through the choices.\n\
  263. Releasing the mouse button with the pointer on an item will\n\
  264. select that item. You may choose:\n\
  265. \n\
  266. Language - to change the session language\n\
  267. Session - to select preferred user Desktop\n\
  268. Current - Starts your most recent session\n\
  269. Home - Starts your home session (if you set one)\n\
  270. <display-name> - Current - starts your most recent session for\n\
  271. the given display\n\
  272. <display-name> - Home - starts your home session for\n\
  273. the given display\n\
  274. FailSafe Session - Starts a failsafe session.\n\
  275. Command Line Login - to switch to a command line environment\n\
  276. Reset Login Screen - to restart the X-server\n\
  277. \n\
  278. Click anywhere on the background with any mouse button to\n\
  279. refresh the screen, for example, if system messages make the\n\
  280. screen unreadable.\n\
  281. \n\
  282. For more help information, log in first, then click on the Help\n\
  283. Manager icon that is in the Information Manager slide-up menu\n\
  284. in the Front Panel (Book with an information symbol).\n\
  285. Then find the Login Manager help volume.\n\
  286. "
  287. /*
  288. * system name set to "unknown" message...
  289. */
  290. #define MC_DEF_SYSTEM \
  291. "\n\
  292. Your workstation does not have a unique name. It is currently\n\
  293. set to \"unknown\". It is recommended that you name this\n\
  294. workstation.\n\
  295. "
  296. #define MC_DEF_HELP_CHOOSER \
  297. "\n\
  298. Chooser Help:\n\
  299. \n\
  300. Use the chooser screen to choose which server to log into.\n\
  301. \n\
  302. The chooser screen contains a list that has 2 parts for each\n\
  303. entry. The first part (Server Name) contains the network\n\
  304. name for each available server. The second part (Server\n\
  305. Information) will contain different information depending on\n\
  306. what login manager is being run on each server. If a server\n\
  307. is running the CDE Desktop, it should provide information\n\
  308. about the number of users (or tty devices) currently in use,\n\
  309. and load averages (average CPU usage) for the last 5, 10, and\n\
  310. 15 minutes.\n\
  311. \n\
  312. To choose a server to log into, just select the line in the\n\
  313. list that contains the name of the server you wish.\n\
  314. \n\
  315. Once you have made your selection, press the ok button.\n\
  316. This will bring up a login screen from the server you selected.\n\
  317. \n\
  318. [Update List]\n\
  319. This will clear the list and rebuild it by querying the\n\
  320. servers on the network to see if they will allow logins.\n\
  321. \n\
  322. [Options]\n\
  323. Allows you to change session options:\n\
  324. \n\
  325. With the mouse pointer over the [Options] button, press and\n\
  326. hold mouse button 1. Drag the pointer through the choices.\n\
  327. Releasing the mouse button with the pointer on an item will\n\
  328. select that item. You may choose:\n\
  329. \n\
  330. Language - to change the session language\n\
  331. Reset Login Screen - to restart the X-server\n\
  332. \n\
  333. Click anywhere on the background with any mouse button to\n\
  334. refresh the screen, for example, if system messages make the\n\
  335. screen unreadable.\n\
  336. \n\
  337. "
  338. #define MC_DEF_SUS1_LABEL "* Suspending Desktop Login...\r\n*\r\n"
  339. #define MC_DEF_SUS2_LABEL "* Press [Enter] for a login prompt.\r\n*\r\n"
  340. #define MC_DEF_SUS3_LABEL "* Log in. Desktop Login will resume shortly after you log out.\r\n*\r\n"
  341. #define MC_DEF_RES_LABEL "* Resuming Desktop Login...\r\n*\r\n"
  342. #define MC_DEF_START_LBLDPY "* Starting Desktop Login on display %1$s...\r\n*\r\n"
  343. #define MC_DEF_WAIT_LABEL "* Wait for the Desktop Login screen before logging in.\r\n*\r\n"
  344. #define MC_DEF_X_LABEL "* The X-server can not be started on display %1$s...\r\n*\r\n"
  345. #define MC_DEF_BAD_ROOT "Only root wants to run %1$s\n"
  346. #define MC_DEF_LOG_REBUILD "Rebuilding default language list from %1$s\n"
  347. #define MC_DEF_LOG_RESCAN "Rescanning both config and servers files\n"
  348. #define MC_DEF_LOG_REREADCFG "Rereading configuration file %1$s\n"
  349. #define MC_DEF_LOG_REREADSRV "Rereading servers file %1$s\n"
  350. #define MC_DEF_LOG_REREADACC "Rereading access file %1$s\n"
  351. #define MC_DEF_NO_MEMORY "dtlogin: out of memory in routine\n"
  352. #define MC_DEF_LOG_ACC_FILE "Access file \"%1$s\", host \"%2$s\" not found\n"
  353. #define MC_DEF_LOG_HOST_ENT "ReadHostEntry\n"
  354. #define MC_DEF_LOG_ACC_DPY "Access file %1$2s, display %1$2s unknown\n"
  355. #define MC_DEF_LOG_ACC_CTL "Cannot open access control file %1$s, no XDMCP requests will be granted\n"
  356. #define MC_DEF_LOG_DOMAIN "Domain/OS authentication error: %1$s (%2$s/%3$s)"
  357. #define MC_DEF_LOG_SRV_OPEN "Can not open server authorization file %1$s\n"
  358. #define MC_DEF_LOG_SRV_WRT "Cannot write server authorization file %1$s\n"
  359. #define MC_DEF_LOG_SAVE_ADDR "saveAddr"
  360. #define MC_DEF_LOG_NET_CFG "Trouble getting network interface configuration"
  361. #define MC_DEF_LOG_SET_AUTH "setAuthNumber"
  362. #define MC_DEF_LOG_LCK_AUTH "Can not lock authorization file %1$s or backup %2$s\n"
  363. #define MC_DEF_LOG_NOT_AUTH "Can not move authorization into place\n"
  364. #define MC_DEF_LOG_NO_CREATE "Can not create/lock pid file %1$s\n"
  365. #define MC_DEF_LOG_NO_LOCK "Can not lock pid file %1$s, another Dtlogin is running (pid %2$d)\n"
  366. #define MC_DEF_LOG_NO_SRVACC "Can not access servers file %1$s\n"
  367. #define MC_DEF_LOG_NEW_DPY "NewDisplay"
  368. #define MC_DEF_LOG_NO_ERRLOG "Can not open errorLogFile %1$s\n"
  369. #define MC_DEF_LOG_MAX_LOGFILE "TrimErrorLog(): maximum size of error log file is 200Kb.\n"
  370. #define MC_DEF_LOG_MISS_NAME "Missing display name in servers file\n"
  371. #define MC_DEF_LOG_MISS_TYPE "Missing display type for %1$s\n"
  372. #define MC_DEF_LOG_INV_HOSTNM "Hostname %1$s is invalid. Setting DISPLAY to ':0'\n"
  373. #define MC_DEF_LOG_BAD_DPYTYPE "Unacceptable display type %1$s for display %2$s\n"
  374. #define MC_DEF_LOG_PSEUDO "Pseudo reset timed out.\n"
  375. #define MC_DEF_LOG_GET_RSC "GetResource"
  376. #define MC_DEF_LOG_NO_SPACE "no space for argument realloc\n"
  377. #define MC_DEF_LOG_NO_OPENCFG "Can not open configuration file %1$s\n"
  378. #define MC_DEF_LOG_EXTRA_ARG "Extra arguments on command line:"
  379. #define MC_DEF_LOG_NO_ARGS "StartServer(): no arguments\n"
  380. #define MC_DEF_LOG_NO_EXESRV "Server %1$s cannot be executed\n"
  381. #define MC_DEF_LOG_FAIL_FORK "StartServer() fork failed, sleeping\n"
  382. #define MC_DEF_LOG_SRV_DIED "Server unexpectedly died\n"
  383. #define MC_DEF_LOG_HUNG_DPY "Hung in XOpenDisplay(%1$s) attempt #%2$d, aborting.\n"
  384. #define MC_DEF_LOG_FAIL_SRVOPEN "Server open attempt #%1$d failed for %2$s, giving up\n"
  385. #define MC_DEF_LOG_FATAL_IO "Fatal IO error %d (%1$s)\n"
  386. #define MC_DEF_LOG_X_ERR "X error\n"
  387. #define MC_DEF_LOG_FAIL_START "Session start failed\n"
  388. #define MC_DEF_LOG_NO_SECDPY "WARNING: display %1$s could not be secured\n"
  389. #define MC_DEF_LOG_NO_SECKEY "WARNING: keyboard on display %1$s could not be secured\n"
  390. #define MC_DEF_LOG_NO_BLSACCT "BLS - Could not obtain account information.\n"
  391. #define MC_DEF_LOG_NO_BLSPACCT "BLS - Could not obtain protected account information.\n"
  392. #define MC_DEF_LOG_NO_VFYLVL "BLS - Could not verify sensitivity level.\n"
  393. #define MC_DEF_LOG_NO_BLSUSR "BLS - Could not change to user: %1$s.\n"
  394. #define MC_DEF_LOG_AFS_FAIL "AFS - setgroups() failure when starting session\n"
  395. #define MC_DEF_LOG_FAIL_SETUID "Setuid failed for user %s, errno = %d\n"
  396. #define MC_DEF_LOG_NO_HMDIR "No home directory %1$s for user %2$s, using /\n"
  397. #define MC_DEF_LOG_SES_EXEFAIL "Session execution failed %1$s\n"
  398. #define MC_DEF_LOG_NO_CMDARG "Session has no command/arguments\n"
  399. #define MC_DEF_LOG_NO_SESFORK "Can not start session for %s, fork failed\n"
  400. #define MC_DEF_LOG_NO_KILLCL "Dtlogin can not kill client\n"
  401. #define MC_DEF_LOG_NO_EXE "Can not execute %1$s\n"
  402. #define MC_DEF_LOG_NO_FORK "Can not fork to execute %1$s\n"
  403. #define MC_DEF_LOG_IMPROP_AUTH "Improper authentication name \"%1$s\". Use AFS, Kerberos or the default.\n"
  404. #define MC_DEF_LOG_NO_DTGREET "Can not execute Dtgreet %1$s for %2$s\n"
  405. #define MC_DEF_LOG_NO_FORKCG "Can not fork to execute Dtgreet %1$s\n"
  406. #define MC_DEF_LOG_FAIL_SOCK "Socket creation failed on port %1$d\n"
  407. #define MC_DEF_LOG_ERR_BIND "error binding socket address %1$d, errno = %2$d\n"
  408. #define MC_DEF_LOG_MAKEENV "makeEnv"
  409. #define MC_DEF_LOG_SETENV "setEnv"
  410. #define MC_DEF_LOG_PARSEARGS "parseArgs"
  411. #define MC_DEF_LOG_NO_SCAN "Scan of %1$s directory exceeded %2$d seconds. Terminating scan...\n"
  412. #define MC_DEF_LOG_MORE_GRP "%s belongs to more than %1$d groups, %2$s ignored\n"
  413. #define MC_DEF_LOG_NOT_SUSER "audwrite() error: caller is not superuser\n"
  414. #define MC_DEF_LOG_INV_EVENT "audwrite() error: invalid event number in audit record.\n"
  415. #define MC_DEF_LOG_ERR_ERRNO "audwrite() error: errno = %1$d\n"
  416. #define MC_DEF_LOG_AFS_FAILATH "AFS authentication failure: %1$s\n"
  417. #define MC_DEF_LOG_ACC_EXP "Account for %1$s has expired. Please see your System Administrator.\n"
  418. #define MC_DEF_LOG_DEADSRV "Server dead %1$s\n"
  419. #define MC_DEF_LOG_NO_LOGOBIT "Can't open logo bitmap file: %1$s\n"
  420. #define MC_DEF_LOG_NO_MSGCAT "cannot read \"%1$s\" message catalog. Using default language."
  421. #define MC_DEF_LOG_NO_DPYINIT "display %1$s could not be initialized, server may be grabbed.\n"
  422. #define MC_DEF_LOG_BAD_MATTE "(%1$s): Login matte width exceeds display, using default. Matte units are pixels.\n"
  423. #define MC_DEF_LOG_BAD_HMATTE "(%1$s) Login matte height exceeds display, using default. Matte units are pixels.\n"
  424. #define MC_DEF_CHOOSER_TITLE "Select a server to log into:"
  425. #define MC_DEF_CHOOSER_HEADING "Server Name Server Information"
  426. #define MC_DEF_UPDATE_LABEL " Update List "
  427. #endif /* _VGMSG_H */