~ubuntu-branches/ubuntu/karmic/edbrowse/karmic-updates

« back to all changes in this revision

Viewing changes to messages.h

  • Committer: Bazaar Package Importer
  • Author(s): Kapil Hari Paranjape
  • Date: 2007-12-05 10:39:04 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205103904-zr3kzzu0ym6stg16
Tags: 3.3.1-1
* New upstream version (3.3.1).
  - Messages have been internationalised.
  - Supports LANG environment variable.
  - Includes man page.
* Incorporate upstream man page:
  - debian/rules: Add rule to install upstream man page.
  - debian/edbrowse.1: Not required. Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* messages.h
 
2
 * Copyright (c) Karl Dahlke, 2007
 
3
 * This file is part of the edbrowse project, released under GPL.
 
4
 */
 
5
 
 
6
/*********************************************************************
 
7
Symbolic constants for message numbers.
 
8
These become the indexes for the messages in message.c.
 
9
The array of messages is selected by the language.
 
10
*********************************************************************/
 
11
 
 
12
enum {
 
13
    MSG_EOF,
 
14
    MSG_NoFile,
 
15
    MSG_None,
 
16
    MSG_SubGlobal,
 
17
    MSG_SubLocal,
 
18
    MSG_CaseIns,
 
19
    MSG_CaseSen,
 
20
    MSG_DirReadonly,
 
21
    MSG_DirWritable,
 
22
    MSG_DirX,
 
23
    MSG_RedirectionOff,
 
24
    MSG_RedirectionOn,
 
25
    MSG_RefererOff,
 
26
    MSG_RefererOn,
 
27
    MSG_JavaOff,
 
28
    MSG_JavaOn,
 
29
    MSG_BinaryIgnore,
 
30
    MSG_BinaryDetect,
 
31
    MSG_PassiveMode,
 
32
    MSG_ActiveMode,
 
33
    MSG_PassActMode,
 
34
    MSG_CertifyOff,
 
35
    MSG_CertifyOn,
 
36
    MSG_HiddenOff,
 
37
    MSG_HiddenOn,
 
38
    MSG_AreaUnix,
 
39
    MSG_AreaDos,
 
40
    MSG_MarkOff,
 
41
    MSG_MarkList,
 
42
    MSG_MarkOn,
 
43
    MSG_NJNoAction,
 
44
    MSG_NJGoing,
 
45
    MSG_RedirectionInterrupted,
 
46
    MSG_Empty,
 
47
    MSG_SessionNew,
 
48
    MSG_NoTrailing,
 
49
    MSG_DirMode,
 
50
    MSG_BinaryData,
 
51
    MSG_OK,
 
52
    MSG_BinaryBrackets,
 
53
    MSG_NoTitle,
 
54
    MSG_NoDesc,
 
55
    MSG_NoKeywords,
 
56
    MSG_SessionX,
 
57
    MSG_MailHowto,
 
58
    MSG_LineUpdated,
 
59
    MSG_NoSubject,
 
60
    MSG_NoConfig,
 
61
    MSG_NoSubjFilter,
 
62
    MSG_EnterInterrupt,
 
63
    MSG_Ready,
 
64
    MSG_EnterNull,
 
65
    MSG_WebAuthorize,
 
66
    MSG_RedirectMany,
 
67
    MSG_Success,
 
68
    MSG_Directory,
 
69
    MSG_RedirectDelayed,
 
70
    MSG_UserName,
 
71
    MSG_UserNameLong,
 
72
    MSG_Password,
 
73
    MSG_PasswordLong,
 
74
    MSG_NoJar,
 
75
    MSG_NoDirNoList,
 
76
    MSG_ErrorMessageLong,
 
77
    MSG_LineX,
 
78
    MSG_BrowseError,
 
79
    MSG_NoSideBuffer,
 
80
    MSG_NoOptions,
 
81
    MSG_FormReset,
 
82
    MSG_FormSubmit,
 
83
    MSG_SideBufferX,
 
84
    MSG_Many,
 
85
    MSG_Recommended,
 
86
    MSG_Close,
 
87
    MSG_NoOptionsMatch,
 
88
    MSG_MailSending,
 
89
    MSG_MailSent,
 
90
    MSG_Junk,
 
91
    MSG_Quit,
 
92
    MSG_Next,
 
93
    MSG_Delete,
 
94
    MSG_IPDelete,
 
95
    MSG_POption,
 
96
    MSG_NoBlackList,
 
97
    MSG_EndMessage,
 
98
    MSG_NYI,
 
99
    MSG_FileName,
 
100
    MSG_FileExists,
 
101
    MSG_Abbreviated,
 
102
    MSG_AttEmpty,
 
103
    MSG_Att,
 
104
    MSG_AttNoBuffer,
 
105
    MSG_AttNoCopy,
 
106
    MSG_AttNoSave,
 
107
    MSG_AttNoWrite,
 
108
    MSG_NoMail,
 
109
    MSG_MessagesX,
 
110
    MSG_Spam,
 
111
    MSG_From,
 
112
    MSG_MailHelp,
 
113
    MSG_NoCreate,
 
114
    MSG_NoWrite,
 
115
    MSG_MailSaved,
 
116
    MSG_Appended,
 
117
    MSG_PageDone,
 
118
    MSG_InnerText,
 
119
    MSG_NoErrors,
 
120
    MSG_ProxyAuth,
 
121
    MSG_SessionInactive,
 
122
    MSG_Session0,
 
123
    MSG_SessionHigh,
 
124
    MSG_SessionCurrent,
 
125
    MSG_ExpectW,
 
126
    MSG_ExpectWX,
 
127
    MSG_LineLimit,
 
128
    MSG_PathNameLong,
 
129
    MSG_DirNoWrite,
 
130
    MSG_NoRecycle,
 
131
    MSG_NoRemove,
 
132
    MSG_NoMoveToTrash,
 
133
    MSG_DestInBlock,
 
134
    MSG_NoChange,
 
135
    MSG_Join1,
 
136
    MSG_DBOtherFile,
 
137
    MSG_DBOtherTable,
 
138
    MSG_MissingFileName,
 
139
    MSG_DomainEmpty,
 
140
    MSG_NoWriteURL,
 
141
    MSG_WriteDB,
 
142
    MSG_WriteEmpty,
 
143
    MSG_NoCreate2,
 
144
    MSG_NoWrite2,
 
145
    MSG_SessionBackground,
 
146
    MSG_OutOfRange,
 
147
    MSG_ShellNull,
 
148
    MSG_NoLabel,
 
149
    MSG_BadDelimit,
 
150
    MSG_NoSearchString,
 
151
    MSG_NoReplaceString,
 
152
    MSG_RexpLong,
 
153
    MSG_LineBackslash,
 
154
    MSG_UnexpectedRight,
 
155
    MSG_RexpDollar,
 
156
    MSG_RexpModifier,
 
157
    MSG_NoBracket,
 
158
    MSG_NoParen,
 
159
    MSG_EmptyBuffer,
 
160
    MSG_RexpError,
 
161
    MSG_RexpError2,
 
162
    MSG_NotFound,
 
163
    MSG_LineHigh,
 
164
    MSG_LineLow,
 
165
    MSG_RexpMissing,
 
166
    MSG_NoDelimit,
 
167
    MSG_NoMatchG,
 
168
    MSG_AllMatchV,
 
169
    MSG_NotModifiedG,
 
170
    MSG_Interrupted,
 
171
    MSG_NoMatch,
 
172
    MSG_NoChanges,
 
173
    MSG_NoAgent,
 
174
    MSG_CDGetError,
 
175
    MSG_CDSetError,
 
176
    MSG_CDInvalid,
 
177
    MSG_AudioEmpty,
 
178
    MSG_AudioBrowse,
 
179
    MSG_AudioDir,
 
180
    MSG_AudioDB,
 
181
    MSG_NoSuffix,
 
182
    MSG_SuffixLong,
 
183
    MSG_SuffixBad,
 
184
    MSG_NoRefresh,
 
185
    MSG_NoDB,
 
186
    MSG_NoBrowse,
 
187
    MSG_NoSlash,
 
188
    MSG_YesSlash,
 
189
    MSG_SMBadChar,
 
190
    MSG_BalanceChar,
 
191
    MSG_BalanceNoOpen,
 
192
    MSG_BalanceAmbig,
 
193
    MSG_BalanceNothing,
 
194
    MSG_Unbalanced,
 
195
    MSG_SessionBrowse,
 
196
    MSG_SessionDir,
 
197
    MSG_NoFileName,
 
198
    MSG_EndBuffer,
 
199
    MSG_EndJoin,
 
200
    MSG_BadRange,
 
201
    MSG_BreakDir,
 
202
    MSG_BreakDB,
 
203
    MSG_BreakBrowse,
 
204
    MSG_UnknownCommand,
 
205
    MSG_DirCommand,
 
206
    MSG_DBCommand,
 
207
    MSG_BrowseCommand,
 
208
    MSG_AtLine0,
 
209
    MSG_NoSpaceAfter,
 
210
    MSG_GlobalCommand,
 
211
    MSG_BadDest,
 
212
    MSG_TextAfter,
 
213
    MSG_NoUndo,
 
214
    MSG_EnterKAZ,
 
215
    MSG_RangeLabel,
 
216
    MSG_Backup0,
 
217
    MSG_NoBufferExtraWindow,
 
218
    MSG_QAfter,
 
219
    MSG_DirRename,
 
220
    MSG_TableRename,
 
221
    MSG_BufferAppend,
 
222
    MSG_NoFileSpecified,
 
223
    MSG_NoDirWrite,
 
224
    MSG_NoDBWrite,
 
225
    MSG_ArrowAfter,
 
226
    MSG_NoPrevious,
 
227
    MSG_MAfter,
 
228
    MSG_NoDestSession,
 
229
    MSG_NoBackup,
 
230
    MSG_RangeG,
 
231
    MSG_DBG,
 
232
    MSG_RangeI,
 
233
    MSG_IG,
 
234
    MSG_BufferXEmpty,
 
235
    MSG_BufferXLines,
 
236
    MSG_NoOpen,
 
237
    MSG_NoRead,
 
238
    MSG_InputNull,
 
239
    MSG_InputCR,
 
240
    MSG_FirstLineLong,
 
241
    MSG_AlreadyInBuffer,
 
242
    MSG_BrowseBinary,
 
243
    MSG_BrowseEmpty,
 
244
    MSG_Unbrowsable,
 
245
    MSG_BrowseAlready,
 
246
    MSG_NoLable2,
 
247
    MSG_BrowseI,
 
248
    MSG_InsertFunction,
 
249
    MSG_readText,
 
250
    MSG_CNYI,
 
251
    MSG_XOutOfRange,
 
252
    MSG_OptMatchNone,
 
253
    MSG_OptMatchMany,
 
254
    MSG_IsButton,
 
255
    MSG_SubmitButton,
 
256
    MSG_ResetButton,
 
257
    MSG_Textarea,
 
258
    MSG_Readonly,
 
259
    MSG_InputNewline,
 
260
    MSG_InputLong,
 
261
    MSG_InputRadio,
 
262
    MSG_ClearRadio,
 
263
    MSG_FileAccess,
 
264
    MSG_NumberExpected,
 
265
    MSG_SessionNull,
 
266
    MSG_FilePost,
 
267
    MSG_NoButton,
 
268
    MSG_NotInForm,
 
269
    MSG_ButtonNoJS,
 
270
    MSG_FormNoURL,
 
271
    MSG_FormBadURL,
 
272
    MSG_NJNoForm,
 
273
    MSG_BecameInsecure,
 
274
    MSG_SubmitProtBad,
 
275
    MSG_InputRange,
 
276
    MSG_InputRange2,
 
277
    MSG_ManyEmptyStrings,
 
278
    MSG_SubLong,
 
279
    MSG_RexpMissing2,
 
280
    MSG_SubNumbersMany,
 
281
    MSG_SubSuffixBad,
 
282
    MSG_SubNumberG,
 
283
    MSG_BreakLong,
 
284
    MSG_ReplaceNewline,
 
285
    MSG_ReplaceNull,
 
286
    MSG_DirNameBad,
 
287
    MSG_DestFileExists,
 
288
    MSG_NoRename,
 
289
    MSG_InputNull2,
 
290
    MSG_InputNewline2,
 
291
    MSG_NoInputFields,
 
292
    MSG_NoLinks,
 
293
    MSG_NoButtons,
 
294
    MSG_ManyInputFields,
 
295
    MSG_ManyLinks,
 
296
    MSG_ManyButtons,
 
297
    MSG_WebRead,
 
298
    MSG_BadURL,
 
299
    MSG_SSLProxyNYI,
 
300
    MSG_IdentifyHost,
 
301
    MSG_WebProtBad,
 
302
    MSG_BufferPreload,
 
303
    MSG_UnnamedFields,
 
304
    MSG_WebConnect,
 
305
    MSG_WebConnectSecure,
 
306
    MSG_NoCertify,
 
307
    MSG_WebSend,
 
308
    MSG_BadAuthMethod,
 
309
    MSG_Authorize2,
 
310
    MSG_LoginAbort,
 
311
    MSG_TempNoCreate,
 
312
    MSG_TempNoWrite,
 
313
    MSG_TempNoUncompress,
 
314
    MSG_TempNoAccess,
 
315
    MSG_TempNoRead,
 
316
    MSG_TempNoSystem,
 
317
    MSG_FTPConnect,
 
318
    MSG_FTPConnectTime,
 
319
    MSG_FTPTransfer,
 
320
    MSG_FTPTransferTime,
 
321
    MSG_FTPNoDir,
 
322
    MSG_FTPCDTime,
 
323
    MSG_FTPBadURL,
 
324
    MSG_FTPUsage,
 
325
    MSG_FTPConfig,
 
326
    MSG_FTPLibrary,
 
327
    MSG_FTPSession,
 
328
    MSG_FTPUnexpected,
 
329
    MSG_DBNotCompiled,
 
330
    MSG_ABNoAlias,
 
331
    MSG_ABNoColon,
 
332
    MSG_ABAliasLong,
 
333
    MSG_ABMailLong,
 
334
    MSG_ABNoAt,
 
335
    MSG_ABMailSpaces,
 
336
    MSG_AbMailUnprintable,
 
337
    MSG_ABUnterminated,
 
338
    MSG_MailWrite,
 
339
    MSG_MailRead,
 
340
    MSG_MailResponseLong,
 
341
    MSG_MailLocate,
 
342
    MSG_MailConnect,
 
343
    MSG_SectionIgnored,
 
344
    MSG_FileXEmpty,
 
345
    MSG_SubjectStart,
 
346
    MSG_SubjectEmpty,
 
347
    MSG_SubjectLong,
 
348
    MSG_SubjectChars,
 
349
    MSG_SigRegular,
 
350
    MSG_SigAccess,
 
351
    MSG_MailBinary,
 
352
    MSG_AttAlternate,
 
353
    MSG_RecipMany,
 
354
    MSG_ABMissing,
 
355
    MSG_ABNoAlias2,
 
356
    MSG_RecipNone,
 
357
    MSG_AttSessionEmpty,
 
358
    MSG_AttAccess,
 
359
    MSG_AttRegular,
 
360
    MSG_AttEmpty2,
 
361
    MSG_MailBadPrompt,
 
362
    MSG_MailWhat,
 
363
    MSG_MailReject,
 
364
    MSG_MailNotReady,
 
365
    MSG_MailNotSent,
 
366
    MSG_MailAccountsNone,
 
367
    MSG_MailAccountBad,
 
368
    MSG_MailBrowse,
 
369
    MSG_MailDB,
 
370
    MSG_MailDir,
 
371
    MSG_MailBinary2,
 
372
    MSG_MailEmpty,
 
373
    MSG_RecipNone2,
 
374
    MSG_MailFirstCC,
 
375
    MSG_AttLineX,
 
376
    MSG_MailAccountBadLineX,
 
377
    MSG_SubjectEmpty2,
 
378
    MSG_MailFirstLine,
 
379
    MSG_SubjectMissing,
 
380
    MSG_RecipNone3,
 
381
    MSG_ProtExpected,
 
382
    MSG_BadProt,
 
383
    MSG_BadPort,
 
384
    MSG_DomainLong,
 
385
    MSG_UserNameLong2,
 
386
    MSG_PasswordLong2,
 
387
    MSG_WebFetchMany,
 
388
    MSG_WebFetchSelf,
 
389
    MSG_NoFunction,
 
390
    MSG_BadFunctionName,
 
391
    MSG_NoSuchFunction,
 
392
    MSG_ManyArgs,
 
393
    MSG_NoArgument,
 
394
    MSG_NoSpawn,
 
395
    MSG_TempNoCreate2,
 
396
    MSG_ManyTables,
 
397
    MSG_RegularFile,
 
398
    MSG_LargeFile,
 
399
    MSG_NoRead2,
 
400
    MSG_NoAccess,
 
401
    MSG_NoEnvVar,
 
402
    MSG_EarlyExpand,
 
403
    MSG_NoAccessDir,
 
404
    MSG_ShellPatternLong,
 
405
    MSG_ExpandBackslash,
 
406
    MSG_ShellSyntax,
 
407
    MSG_ShellCompile,
 
408
    MSG_ShellExpand,
 
409
    MSG_ShellNoMatch,
 
410
    MSG_ShellManyMatch,
 
411
    MSG_ShellLineLong,
 
412
    MSG_DBUnspecified,
 
413
    MSG_DBConnect,
 
414
    MSG_DBUnexpected,
 
415
    MSG_DBNoKey,
 
416
    MSG_DBColumnLong,
 
417
    MSG_DBSyntax,
 
418
    MSG_DBColRange,
 
419
    MSG_DBManyColumns,
 
420
    MSG_DBNoColumn,
 
421
    MSG_DBNoTable,
 
422
    MSG_DBBadColumn,
 
423
    MSG_DBManyBlobs,
 
424
    MSG_DBPipes,
 
425
    MSG_DBNewline,
 
426
    MSG_DBAddField,
 
427
    MSG_DBLostField,
 
428
    MSG_DBNoKeyCol,
 
429
    MSG_DBMisc,
 
430
    MSG_DBMassDelete,
 
431
    MSG_DBChangeKey,
 
432
    MSG_DBChangeBlob,
 
433
    MSG_DBChangeText,
 
434
    MSG_DBDeleteCount,
 
435
    MSG_DBInsertCount,
 
436
    MSG_DBUpdateCount,
 
437
    MSG_DBRefInt,
 
438
    MSG_DBLocked,
 
439
    MSG_DBPerms,
 
440
    MSG_DBDeadlock,
 
441
    MSG_DBNotNull,
 
442
    MSG_DBCheck,
 
443
    MSG_DBTimeout,
 
444
    MSG_DBView,
 
445
    MSG_CloseTag,
 
446
    MSG_JSKeystroke,
 
447
    MSG_JSFocus,
 
448
    MSG_StrayOnchange,
 
449
    MSG_NotInForm2,
 
450
    MSG_FieldNoName,
 
451
    MSG_GetPost,
 
452
    MSG_Enctype,
 
453
    MSG_FormProtBad,
 
454
    MSG_InputType,
 
455
    MSG_RadioMany,
 
456
    MSG_TagNest,
 
457
    MSG_TagInTag,
 
458
    MSG_TagClose,
 
459
    MSG_TextareaNest,
 
460
    MSG_InAnchor,
 
461
    MSG_HasTags,
 
462
    MSG_OptionComma,
 
463
    MSG_OptionEmpty,
 
464
    MSG_ManyTitles,
 
465
    MSG_NotInList,
 
466
    MSG_NotInTable,
 
467
    MSG_NotInRow,
 
468
    MSG_NotInSelect,
 
469
    MSG_ManyOptSelected,
 
470
    MSG_BadTag,
 
471
    MSG_TagNotClosed,
 
472
    MSG_JSBlankWindow,
 
473
    MSG_AttAfterChars,
 
474
    MSG_AttBad64,
 
475
    MSG_OnchangeText,
 
476
    MSG_Doubleclick,
 
477
    MSG_OptionSync,
 
478
    MSG_UnloadClick,
 
479
    MSG_ScriptNotClosed,
 
480
    MSG_GetLocalJS,
 
481
    MSG_GetJS,
 
482
    MSG_GetJS2,
 
483
    MSG_NJNoOnclick,
 
484
    MSG_NJNoOnchange,
 
485
    MSG_NJNoReset,
 
486
    MSG_NJNoSubmit,
 
487
    MSG_LostTag,
 
488
    MSG_JSTextarea,
 
489
    MSG_GarbledRefresh,
 
490
    MSG_CompressUnrecognized,
 
491
    MSG_RedirectNoURL,
 
492
    MSG_HTTPError,
 
493
    MSG_HTTPHeader,
 
494
    MSG_ConfigUpdate,
 
495
    MSG_HelpOn,
 
496
    MSG_FTPDownload,
 
497
    MSG_NoCertFile,
 
498
    MSG_ERBC_NoWrite,
 
499
    MSG_ERBC_Nulls,
 
500
    MSG_ERBC_NoFnName,
 
501
    MSG_ERBC_FnDigit,
 
502
    MSG_ERBC_FnTooLong,
 
503
    MSG_ERBC_SyntaxErr,
 
504
    MSG_ERBC_NoCondFile,
 
505
    MSG_ERBC_NoMatchStr,
 
506
    MSG_ERBC_MatchNowh,
 
507
    MSG_ERBC_Filters,
 
508
    MSG_ERBC_BadKeyword,
 
509
    MSG_ERBC_MailAttrOut,
 
510
    MSG_ERBC_MimeAttrOut,
 
511
    MSG_ERBC_TableAttrOut,
 
512
    MSG_ERBC_MailAttrIn,
 
513
    MSG_ERBC_MimeAttrIn,
 
514
    MSG_ERBC_TableAttrIn,
 
515
    MSG_ERBC_NoAttr,
 
516
    MSG_ERBC_ManyCols,
 
517
    MSG_ERBC_KeyNotNb,
 
518
    MSG_ERBC_KeyOutRange,
 
519
    MSG_ERBC_AbNotFile,
 
520
    MSG_ERBC_IPNotFile,
 
521
    MSG_ERBC_NotDir,
 
522
    MSG_ERBC_ManyAgents,
 
523
    MSG_ERBC_JarNotFile,
 
524
    MSG_ERBC_JarNoWrite,
 
525
    MSG_ERBC_NoJS,
 
526
    MSG_ERBC_DomainDot,
 
527
    MSG_ERBC_TrashNotFile,
 
528
    MSG_ERBC_SSLNoFile,
 
529
    MSG_ERBC_SSLNoRead,
 
530
    MSG_ERBC_KeywordNYI,
 
531
    MSG_ERBC_SevDefaults,
 
532
    MSG_ERBC_NoInserver,
 
533
    MSG_ERBC_NoOutserver,
 
534
    MSG_ERBC_NoLogin,
 
535
    MSG_ERBC_NPasswd,
 
536
    MSG_ERBC_NoFrom,
 
537
    MSG_ERBC_NoReply,
 
538
    MSG_ERBC_NoType,
 
539
    MSG_ERBC_NDesc,
 
540
    MSG_ERBC_NoSuffix,
 
541
    MSG_ERBC_NoProgram,
 
542
    MSG_ERBC_NoTblName,
 
543
    MSG_ERBC_NoShortName,
 
544
    MSG_ERBC_NColumns,
 
545
    MSG_ERBC_UnexpBrace,
 
546
    MSG_ERBC_UnexElse,
 
547
    MSG_ERBC_GarblText,
 
548
    MSG_ERBC_FnNotStart,
 
549
    MSG_ERBC_StatNotInFn,
 
550
    MSG_ERBC_ManyAcc,
 
551
    MSG_ERBC_ManyTypes,
 
552
    MSG_ERBC_ManyTables,
 
553
    MSG_ERBC_ManyFn,
 
554
    MSG_ERBC_TooDeeply,
 
555
    MSG_ERBC_FnNotClosed,
 
556
    MSG_ERBC_MNotClosed,
 
557
    MSG_NotHome,
 
558
    MSG_NotDir,
 
559
    MSG_NoMailAcc,
 
560
    MSG_BadAccNb,
 
561
    MSG_Usage,
 
562
    MSG_MinOneRec,
 
563
    MSG_MinOneRecBefAtt,
 
564
    MSG_ManyOpen,
 
565
    MSG_InvalidSession,
 
566
    MSG_InvalidLineNb,
 
567
    MSG_LineNull,
 
568
    MSG_SessionOutRange,
 
569
    MSG_DoubleInit,
 
570
    MSG_QuitNoActive,
 
571
    MSG_EmptyPiece,
 
572
    MSG_NoNlOnDir,
 
573
    MSG_NoClosingLine,
 
574
    MSG_NoTagFound,
 
575
    MSG_NoRebCookie,
 
576
    MSG_ManyIP,
 
577
    MSG_FetchNotBackgnd,
 
578
    MSG_NoMailDir,
 
579
    MSG_NoDirChange,
 
580
    MSG_BadPopIntro,
 
581
    MSG_PopNotComplete,
 
582
    MSG_NoStatusMailBox,
 
583
    MSG_ErrorReadMess,
 
584
    MSG_ErrorFetchMess,
 
585
    MSG_MailTimeOver,
 
586
    MSG_UnableDelMail,
 
587
    MSG_BadTagCode,
 
588
    MSG_ErrCallPreFormat,
 
589
    MSG_HtmlNotreentrant,
 
590
    MSG_UnexSubmitForm,
 
591
    MSG_NullListInform,
 
592
    MSG_EmptyHost,
 
593
    MSG_JavaMemError,
 
594
    MSG_JavaContextError,
 
595
    MSG_JavaWindowError,
 
596
    MSG_JavaClassError,
 
597
    MSG_JavaObjError,
 
598
    MSG_PortTooLong,
 
599
    MSG_ProtTooLong,
 
600
    MSG_MemAllocError,
 
601
    MSG_MemCallocError,
 
602
    MSG_ReallocP,
 
603
    MSG_Realloc0,
 
604
    MSG_ErrorRealloc,
 
605
    MSG_NullStrList,
 
606
    MSG_NullStrListCI,
 
607
    MSG_NullCharInList,
 
608
    MSG_NullPtr,
 
609
    MSG_IoctlError,
 
610
    MSG_OpenFail,
 
611
    MSG_CreateFail,
 
612
    MSG_InvalidFopen,
 
613
    MSG_BadDirSlash,
 
614
    MSG_BadSlash,
 
615
    MSG_DecodePost,
 
616
};