1*b39c5158Smillert; // Sys::Syslog Message File 1.0.0 2*b39c5158Smillert 3*b39c5158SmillertMessageIdTypedef = DWORD 4*b39c5158Smillert 5*b39c5158SmillertSeverityNames = ( 6*b39c5158Smillert Success = 0x0:STATUS_SEVERITY_SUCCESS 7*b39c5158Smillert Informational = 0x1:STATUS_SEVERITY_INFORMATIONAL 8*b39c5158Smillert Warning = 0x2:STATUS_SEVERITY_WARNING 9*b39c5158Smillert Error = 0x3:STATUS_SEVERITY_ERROR 10*b39c5158Smillert) 11*b39c5158Smillert 12*b39c5158SmillertLanguageNames = ( English = 0x0409:MSG00409 ) 13*b39c5158SmillertLanguageNames = ( French = 0x040C:MSG0040C ) 14*b39c5158Smillert 15*b39c5158Smillert 16*b39c5158Smillert; // ================================================================= 17*b39c5158Smillert; // The following are facility name definitions 18*b39c5158Smillert 19*b39c5158SmillertMessageId = 0x0001 20*b39c5158SmillertSymbolicName = CAT_KERN 21*b39c5158SmillertLanguage = English 22*b39c5158SmillertKernel 23*b39c5158Smillert. 24*b39c5158SmillertLanguage = French 25*b39c5158SmillertKernel 26*b39c5158Smillert. 27*b39c5158Smillert 28*b39c5158SmillertMessageId = 0x0002 29*b39c5158SmillertSymbolicName = CAT_USER 30*b39c5158SmillertLanguage = English 31*b39c5158SmillertUser 32*b39c5158Smillert. 33*b39c5158SmillertLanguage = French 34*b39c5158SmillertUser 35*b39c5158Smillert. 36*b39c5158Smillert 37*b39c5158SmillertMessageId = 0x0003 38*b39c5158SmillertSymbolicName = CAT_MAIL 39*b39c5158SmillertLanguage = English 40*b39c5158SmillertMail 41*b39c5158Smillert. 42*b39c5158SmillertLanguage = French 43*b39c5158SmillertMail 44*b39c5158Smillert. 45*b39c5158Smillert 46*b39c5158SmillertMessageId = 0x0004 47*b39c5158SmillertSymbolicName = CAT_DAEMON 48*b39c5158SmillertLanguage = English 49*b39c5158SmillertDaemon 50*b39c5158Smillert. 51*b39c5158SmillertLanguage = French 52*b39c5158SmillertDaemon 53*b39c5158Smillert. 54*b39c5158Smillert 55*b39c5158SmillertMessageId = 0x0005 56*b39c5158SmillertSymbolicName = CAT_AUTH 57*b39c5158SmillertLanguage = English 58*b39c5158SmillertAuth 59*b39c5158Smillert. 60*b39c5158SmillertLanguage = French 61*b39c5158SmillertAuth 62*b39c5158Smillert. 63*b39c5158Smillert 64*b39c5158SmillertMessageId = 0x0006 65*b39c5158SmillertSymbolicName = CAT_SYSLOG 66*b39c5158SmillertLanguage = English 67*b39c5158SmillertSyslog 68*b39c5158Smillert. 69*b39c5158SmillertLanguage = French 70*b39c5158SmillertSyslog 71*b39c5158Smillert. 72*b39c5158Smillert 73*b39c5158SmillertMessageId = 0x0007 74*b39c5158SmillertSymbolicName = CAT_LPR 75*b39c5158SmillertLanguage = English 76*b39c5158SmillertLPR 77*b39c5158Smillert. 78*b39c5158SmillertLanguage = French 79*b39c5158SmillertLPR 80*b39c5158Smillert. 81*b39c5158Smillert 82*b39c5158SmillertMessageId = 0x0008 83*b39c5158SmillertSymbolicName = CAT_NEWS 84*b39c5158SmillertLanguage = English 85*b39c5158SmillertNews 86*b39c5158Smillert. 87*b39c5158SmillertLanguage = French 88*b39c5158SmillertNews 89*b39c5158Smillert. 90*b39c5158Smillert 91*b39c5158SmillertMessageId = 0x0009 92*b39c5158SmillertSymbolicName = CAT_UUCP 93*b39c5158SmillertLanguage = English 94*b39c5158SmillertUUCP 95*b39c5158Smillert. 96*b39c5158SmillertLanguage = French 97*b39c5158SmillertUUCP 98*b39c5158Smillert. 99*b39c5158Smillert 100*b39c5158SmillertMessageId = 0x000a 101*b39c5158SmillertSymbolicName = CAT_CRON 102*b39c5158SmillertLanguage = English 103*b39c5158SmillertCron 104*b39c5158Smillert. 105*b39c5158SmillertLanguage = French 106*b39c5158SmillertCron 107*b39c5158Smillert. 108*b39c5158Smillert 109*b39c5158SmillertMessageId = 0x000b 110*b39c5158SmillertSymbolicName = CAT_AUTHPRIV 111*b39c5158SmillertLanguage = English 112*b39c5158SmillertAuthPrivate 113*b39c5158Smillert. 114*b39c5158SmillertLanguage = French 115*b39c5158SmillertAuthPrivate 116*b39c5158Smillert. 117*b39c5158Smillert 118*b39c5158SmillertMessageId = 0x000c 119*b39c5158SmillertSymbolicName = CAT_FTP 120*b39c5158SmillertLanguage = English 121*b39c5158SmillertFTP 122*b39c5158Smillert. 123*b39c5158SmillertLanguage = French 124*b39c5158SmillertFTP 125*b39c5158Smillert. 126*b39c5158Smillert 127*b39c5158SmillertMessageId = 0x000d 128*b39c5158SmillertSymbolicName = CAT_LOCAL0 129*b39c5158SmillertLanguage = English 130*b39c5158SmillertLocal0 131*b39c5158Smillert. 132*b39c5158SmillertLanguage = French 133*b39c5158SmillertLocal0 134*b39c5158Smillert. 135*b39c5158Smillert 136*b39c5158SmillertMessageId = 0x000e 137*b39c5158SmillertSymbolicName = CAT_LOCAL1 138*b39c5158SmillertLanguage = English 139*b39c5158SmillertLocal1 140*b39c5158Smillert. 141*b39c5158SmillertLanguage = French 142*b39c5158SmillertLocal1 143*b39c5158Smillert. 144*b39c5158Smillert 145*b39c5158SmillertMessageId = 0x000f 146*b39c5158SmillertSymbolicName = CAT_LOCAL2 147*b39c5158SmillertLanguage = English 148*b39c5158SmillertLocal2 149*b39c5158Smillert. 150*b39c5158SmillertLanguage = French 151*b39c5158SmillertLocal2 152*b39c5158Smillert. 153*b39c5158Smillert 154*b39c5158SmillertMessageId = 0x0010 155*b39c5158SmillertSymbolicName = CAT_LOCAL3 156*b39c5158SmillertLanguage = English 157*b39c5158SmillertLocal3 158*b39c5158Smillert. 159*b39c5158SmillertLanguage = French 160*b39c5158SmillertLocal3 161*b39c5158Smillert. 162*b39c5158Smillert 163*b39c5158SmillertMessageId = 0x0011 164*b39c5158SmillertSymbolicName = CAT_LOCAL4 165*b39c5158SmillertLanguage = English 166*b39c5158SmillertLocal4 167*b39c5158Smillert. 168*b39c5158SmillertLanguage = French 169*b39c5158SmillertLocal4 170*b39c5158Smillert. 171*b39c5158Smillert 172*b39c5158SmillertMessageId = 0x0012 173*b39c5158SmillertSymbolicName = CAT_LOCAL5 174*b39c5158SmillertLanguage = English 175*b39c5158SmillertLocal5 176*b39c5158Smillert. 177*b39c5158SmillertLanguage = French 178*b39c5158SmillertLocal5 179*b39c5158Smillert. 180*b39c5158Smillert 181*b39c5158SmillertMessageId = 0x0013 182*b39c5158SmillertSymbolicName = CAT_LOCAL6 183*b39c5158SmillertLanguage = English 184*b39c5158SmillertLocal6 185*b39c5158Smillert. 186*b39c5158SmillertLanguage = French 187*b39c5158SmillertLocal6 188*b39c5158Smillert. 189*b39c5158Smillert 190*b39c5158SmillertMessageId = 0x0014 191*b39c5158SmillertSymbolicName = CAT_LOCAL7 192*b39c5158SmillertLanguage = English 193*b39c5158SmillertLocal7 194*b39c5158Smillert. 195*b39c5158SmillertLanguage = French 196*b39c5158SmillertLocal7 197*b39c5158Smillert. 198*b39c5158Smillert 199*b39c5158Smillert; // Mac OS X specific facilities ------------------------------------ 200*b39c5158Smillert 201*b39c5158SmillertMessageId = 0x0015 202*b39c5158SmillertSymbolicName = CAT_NETINFO 203*b39c5158SmillertLanguage = English 204*b39c5158SmillertNetInfo 205*b39c5158Smillert. 206*b39c5158SmillertLanguage = French 207*b39c5158SmillertNetInfo 208*b39c5158Smillert. 209*b39c5158Smillert 210*b39c5158SmillertMessageId = 0x0016 211*b39c5158SmillertSymbolicName = CAT_REMOTEAUTH 212*b39c5158SmillertLanguage = English 213*b39c5158SmillertRemoteAuth 214*b39c5158Smillert. 215*b39c5158SmillertLanguage = French 216*b39c5158SmillertRemoteAuth 217*b39c5158Smillert. 218*b39c5158Smillert 219*b39c5158SmillertMessageId = 0x0017 220*b39c5158SmillertSymbolicName = CAT_RAS 221*b39c5158SmillertLanguage = English 222*b39c5158SmillertRAS 223*b39c5158Smillert. 224*b39c5158SmillertLanguage = French 225*b39c5158SmillertRAS 226*b39c5158Smillert. 227*b39c5158Smillert 228*b39c5158SmillertMessageId = 0x0018 229*b39c5158SmillertSymbolicName = CAT_INSTALL 230*b39c5158SmillertLanguage = English 231*b39c5158SmillertInstall 232*b39c5158Smillert. 233*b39c5158SmillertLanguage = French 234*b39c5158SmillertInstall 235*b39c5158Smillert. 236*b39c5158Smillert 237*b39c5158SmillertMessageId = 0x0019 238*b39c5158SmillertSymbolicName = CAT_LAUNCHD 239*b39c5158SmillertLanguage = English 240*b39c5158SmillertLaunchd 241*b39c5158Smillert. 242*b39c5158SmillertLanguage = French 243*b39c5158SmillertLaunchd 244*b39c5158Smillert. 245*b39c5158Smillert 246*b39c5158Smillert; //modern BSD specific facilities ---------------------------------- 247*b39c5158Smillert 248*b39c5158SmillertMessageId = 0x001a 249*b39c5158SmillertSymbolicName = CAT_CONSOLE 250*b39c5158SmillertLanguage = English 251*b39c5158SmillertConsole 252*b39c5158Smillert. 253*b39c5158SmillertLanguage = French 254*b39c5158SmillertConsole 255*b39c5158Smillert. 256*b39c5158Smillert 257*b39c5158SmillertMessageId = 0x001b 258*b39c5158SmillertSymbolicName = CAT_NTP 259*b39c5158SmillertLanguage = English 260*b39c5158SmillertNTP 261*b39c5158Smillert. 262*b39c5158SmillertLanguage = French 263*b39c5158SmillertNTP 264*b39c5158Smillert. 265*b39c5158Smillert 266*b39c5158SmillertMessageId = 0x001c 267*b39c5158SmillertSymbolicName = CAT_SECURITY 268*b39c5158SmillertLanguage = English 269*b39c5158SmillertSecurity 270*b39c5158Smillert. 271*b39c5158SmillertLanguage = French 272*b39c5158SmillertS�curit� 273*b39c5158Smillert. 274*b39c5158Smillert 275*b39c5158Smillert; // IRIX specific facilities ---------------------------------------- 276*b39c5158Smillert 277*b39c5158SmillertMessageId = 0x001d 278*b39c5158SmillertSymbolicName = CAT_AUDIT 279*b39c5158SmillertLanguage = English 280*b39c5158SmillertAudit 281*b39c5158Smillert. 282*b39c5158SmillertLanguage = French 283*b39c5158SmillertAudit 284*b39c5158Smillert. 285*b39c5158Smillert 286*b39c5158SmillertMessageId = 0x001e 287*b39c5158SmillertSymbolicName = CAT_LFMT 288*b39c5158SmillertLanguage = English 289*b39c5158SmillertLogAlert 290*b39c5158Smillert. 291*b39c5158SmillertLanguage = French 292*b39c5158SmillertLogAlert 293*b39c5158Smillert. 294*b39c5158Smillert 295*b39c5158Smillert 296*b39c5158Smillert; // ================================================================= 297*b39c5158Smillert; // The following are message definitions. 298*b39c5158Smillert 299*b39c5158SmillertMessageId = 0x0080 300*b39c5158SmillertSymbolicName = MSG_KERNEL 301*b39c5158SmillertLanguage = English 302*b39c5158SmillertKernel message: %1 303*b39c5158Smillert. 304*b39c5158SmillertLanguage = French 305*b39c5158SmillertMessage du noyau : %1 306*b39c5158Smillert. 307*b39c5158Smillert 308*b39c5158Smillert 309*b39c5158SmillertMessageId = 0x0081 310*b39c5158SmillertSymbolicName = MSG_USER 311*b39c5158SmillertLanguage = English 312*b39c5158SmillertUser message: %1 313*b39c5158Smillert. 314*b39c5158SmillertLanguage = French 315*b39c5158SmillertMessage utilisateur : %1 316*b39c5158Smillert. 317*b39c5158Smillert 318*b39c5158Smillert 319*b39c5158SmillertMessageId = 0x0082 320*b39c5158SmillertSymbolicName = MSG_MAIL 321*b39c5158SmillertLanguage = English 322*b39c5158SmillertMail subsystem message: %1 323*b39c5158Smillert. 324*b39c5158SmillertLanguage = French 325*b39c5158SmillertMessage du sous-syst�me de courrier : %1 326*b39c5158Smillert. 327*b39c5158Smillert 328*b39c5158Smillert 329*b39c5158SmillertMessageId = 0x0083 330*b39c5158SmillertSymbolicName = MSG_DAEMON 331*b39c5158SmillertLanguage = English 332*b39c5158SmillertMessage from a system daemon without separate facility value: %1 333*b39c5158Smillert. 334*b39c5158SmillertLanguage = French 335*b39c5158SmillertMessage d'un daemon sans cat�gorie sp�cifique : %1 336*b39c5158Smillert. 337*b39c5158Smillert 338*b39c5158Smillert 339*b39c5158SmillertMessageId = 0x0084 340*b39c5158SmillertSymbolicName = MSG_AUTH 341*b39c5158SmillertLanguage = English 342*b39c5158SmillertSecurity/authorization message: %1 343*b39c5158Smillert. 344*b39c5158SmillertLanguage = French 345*b39c5158SmillertMessage de s�curite ou d'authorisation : %1 346*b39c5158Smillert. 347*b39c5158Smillert 348*b39c5158Smillert 349*b39c5158SmillertMessageId = 0x0085 350*b39c5158SmillertSymbolicName = MSG_SYSLOG 351*b39c5158SmillertLanguage = English 352*b39c5158SmillertMessage generated internally by syslogd: %1 353*b39c5158Smillert. 354*b39c5158SmillertLanguage = French 355*b39c5158SmillertMessage interne g�n�r� par le daemon syslogd : %1 356*b39c5158Smillert. 357*b39c5158Smillert 358*b39c5158Smillert 359*b39c5158SmillertMessageId = 0x0086 360*b39c5158SmillertSymbolicName = MSG_LPR 361*b39c5158SmillertLanguage = English 362*b39c5158SmillertLine printer subsystem message: %1 363*b39c5158Smillert. 364*b39c5158SmillertLanguage = French 365*b39c5158SmillertMessage du sous-syst�me d'impression : %1 366*b39c5158Smillert. 367*b39c5158Smillert 368*b39c5158Smillert 369*b39c5158SmillertMessageId = 0x0087 370*b39c5158SmillertSymbolicName = MSG_NEWS 371*b39c5158SmillertLanguage = English 372*b39c5158SmillertUSENET news subsystem message: %1 373*b39c5158Smillert. 374*b39c5158SmillertLanguage = French 375*b39c5158SmillertMessage du sous-syst�me de nouvelles USENET : %1 376*b39c5158Smillert. 377*b39c5158Smillert 378*b39c5158Smillert 379*b39c5158SmillertMessageId = 0x0088 380*b39c5158SmillertSymbolicName = MSG_UUCP 381*b39c5158SmillertLanguage = English 382*b39c5158SmillertUUCP subsystem message: %1 383*b39c5158Smillert. 384*b39c5158SmillertLanguage = French 385*b39c5158SmillertMessage du sous-syst�me UUCP : %1 386*b39c5158Smillert. 387*b39c5158Smillert 388*b39c5158Smillert 389*b39c5158SmillertMessageId = 0x0089 390*b39c5158SmillertSymbolicName = MSG_CRON 391*b39c5158SmillertLanguage = English 392*b39c5158SmillertMessage generated by the clock daemons (cron and at): %1 393*b39c5158Smillert. 394*b39c5158SmillertLanguage = French 395*b39c5158SmillertMessage g�n�r� par les daemons d'ex�cution programm�e (cron et at) : %1 396*b39c5158Smillert. 397*b39c5158Smillert 398*b39c5158Smillert 399*b39c5158SmillertMessageId = 0x008A 400*b39c5158SmillertSymbolicName = MSG_AUTHPRIV 401*b39c5158SmillertLanguage = English 402*b39c5158SmillertSecurity or authorization private message: %1 403*b39c5158Smillert. 404*b39c5158SmillertLanguage = French 405*b39c5158SmillertMessage priv� de s�curit� ou d'authorisation : %1 406*b39c5158Smillert. 407*b39c5158Smillert 408*b39c5158Smillert 409*b39c5158SmillertMessageId = 0x008B 410*b39c5158SmillertSymbolicName = MSG_FTP 411*b39c5158SmillertLanguage = English 412*b39c5158SmillertFTP daemon message: %1 413*b39c5158Smillert. 414*b39c5158SmillertLanguage = French 415*b39c5158SmillertMessage du daemon FTP : %1 416*b39c5158Smillert. 417*b39c5158Smillert 418*b39c5158Smillert 419*b39c5158SmillertMessageId = 0x008C 420*b39c5158SmillertSymbolicName = MSG_LOCAL0 421*b39c5158SmillertLanguage = English 422*b39c5158SmillertLocal message on channel 0: %1 423*b39c5158Smillert. 424*b39c5158SmillertLanguage = French 425*b39c5158SmillertMessage local sur le canal 0 : %1 426*b39c5158Smillert. 427*b39c5158Smillert 428*b39c5158Smillert 429*b39c5158SmillertMessageId = 0x008D 430*b39c5158SmillertSymbolicName = MSG_LOCAL1 431*b39c5158SmillertLanguage = English 432*b39c5158SmillertLocal message on channel 1: %1 433*b39c5158Smillert. 434*b39c5158SmillertLanguage = French 435*b39c5158SmillertMessage local sur le canal 1 : %1 436*b39c5158Smillert. 437*b39c5158Smillert 438*b39c5158Smillert 439*b39c5158SmillertMessageId = 0x008E 440*b39c5158SmillertSymbolicName = MSG_LOCAL2 441*b39c5158SmillertLanguage = English 442*b39c5158SmillertLocal message on channel 2: %1 443*b39c5158Smillert. 444*b39c5158SmillertLanguage = French 445*b39c5158SmillertMessage local sur le canal 2 : %1 446*b39c5158Smillert. 447*b39c5158Smillert 448*b39c5158Smillert 449*b39c5158SmillertMessageId = 0x008F 450*b39c5158SmillertSymbolicName = MSG_LOCAL3 451*b39c5158SmillertLanguage = English 452*b39c5158SmillertLocal message on channel 3: %1 453*b39c5158Smillert. 454*b39c5158SmillertLanguage = French 455*b39c5158SmillertMessage local sur le canal 3 : %1 456*b39c5158Smillert. 457*b39c5158Smillert 458*b39c5158Smillert 459*b39c5158SmillertMessageId = 0x0090 460*b39c5158SmillertSymbolicName = MSG_LOCAL4 461*b39c5158SmillertLanguage = English 462*b39c5158SmillertLocal message on channel 4: %1 463*b39c5158Smillert. 464*b39c5158SmillertLanguage = French 465*b39c5158SmillertMessage local sur le canal 4 : %1 466*b39c5158Smillert. 467*b39c5158Smillert 468*b39c5158Smillert 469*b39c5158SmillertMessageId = 0x0091 470*b39c5158SmillertSymbolicName = MSG_LOCAL5 471*b39c5158SmillertLanguage = English 472*b39c5158SmillertLocal message on channel 5: %1 473*b39c5158Smillert. 474*b39c5158SmillertLanguage = French 475*b39c5158SmillertMessage local sur le canal 5 : %1 476*b39c5158Smillert. 477*b39c5158Smillert 478*b39c5158Smillert 479*b39c5158SmillertMessageId = 0x0092 480*b39c5158SmillertSymbolicName = MSG_LOCAL6 481*b39c5158SmillertLanguage = English 482*b39c5158SmillertLocal message on channel 6: %1 483*b39c5158Smillert. 484*b39c5158SmillertLanguage = French 485*b39c5158SmillertMessage local sur le canal 6 : %1 486*b39c5158Smillert. 487*b39c5158Smillert 488*b39c5158Smillert 489*b39c5158SmillertMessageId = 0x0093 490*b39c5158SmillertSymbolicName = MSG_LOCAL7 491*b39c5158SmillertLanguage = English 492*b39c5158SmillertLocal message on channel 7: %1 493*b39c5158Smillert. 494*b39c5158SmillertLanguage = French 495*b39c5158SmillertMessage local sur le canal 7 : %1 496*b39c5158Smillert. 497*b39c5158Smillert 498*b39c5158Smillert 499*b39c5158Smillert; // Mac OS X specific facilities ------------------------------------ 500*b39c5158Smillert 501*b39c5158SmillertMessageId = 0x0094 502*b39c5158SmillertSymbolicName = MSG_NETINFO 503*b39c5158SmillertLanguage = English 504*b39c5158SmillertNetInfo subsystem message: %1 505*b39c5158Smillert. 506*b39c5158SmillertLanguage = French 507*b39c5158SmillertMessage du sous-syst�me NetInfo : %1 508*b39c5158Smillert. 509*b39c5158Smillert 510*b39c5158Smillert 511*b39c5158SmillertMessageId = 0x0095 512*b39c5158SmillertSymbolicName = MSG_REMOTEAUTH 513*b39c5158SmillertLanguage = English 514*b39c5158SmillertRemote authentication or authorization message: %1 515*b39c5158Smillert. 516*b39c5158SmillertLanguage = French 517*b39c5158SmillertMessage d'authentification ou d'authorisation distante : %1 518*b39c5158Smillert. 519*b39c5158Smillert 520*b39c5158Smillert 521*b39c5158SmillertMessageId = 0x0096 522*b39c5158SmillertSymbolicName = MSG_RAS 523*b39c5158SmillertLanguage = English 524*b39c5158SmillertMessage generated by the Remote Access Service (VPN / PPP): %1 525*b39c5158Smillert. 526*b39c5158SmillertLanguage = French 527*b39c5158SmillertMessage g�n�r� par le Service d'Acc�s Distant (Remote Access Service) (VPN / PPP) : %1 528*b39c5158Smillert. 529*b39c5158Smillert 530*b39c5158Smillert 531*b39c5158SmillertMessageId = 0x0097 532*b39c5158SmillertSymbolicName = MSG_INSTALL 533*b39c5158SmillertLanguage = English 534*b39c5158SmillertInstaller subsystem message: %1 535*b39c5158Smillert. 536*b39c5158SmillertLanguage = French 537*b39c5158SmillertMessage du sous-syst�me d'installation : %1 538*b39c5158Smillert. 539*b39c5158Smillert 540*b39c5158Smillert 541*b39c5158SmillertMessageId = 0x0098 542*b39c5158SmillertSymbolicName = MSG_LAUNCHD 543*b39c5158SmillertLanguage = English 544*b39c5158SmillertMessage generated by launchd, the general bootstrap daemon: %1 545*b39c5158Smillert. 546*b39c5158SmillertLanguage = French 547*b39c5158SmillertMessage g�n�r� par launchd, le daemon g�n�rique de d�marrage : %1 548*b39c5158Smillert. 549*b39c5158Smillert 550*b39c5158Smillert; //modern BSD specific facilities ---------------------------------- 551*b39c5158Smillert 552*b39c5158SmillertMessageId = 0x0099 553*b39c5158SmillertSymbolicName = MSG_CONSOLE 554*b39c5158SmillertLanguage = English 555*b39c5158SmillertMessage for the console: %1 556*b39c5158Smillert. 557*b39c5158SmillertLanguage = French 558*b39c5158SmillertMessage pour la console : %1 559*b39c5158Smillert. 560*b39c5158Smillert 561*b39c5158Smillert 562*b39c5158SmillertMessageId = 0x009a 563*b39c5158SmillertSymbolicName = MSG_NTP 564*b39c5158SmillertLanguage = English 565*b39c5158SmillertNTP subsystem message: %1 566*b39c5158Smillert. 567*b39c5158SmillertLanguage = French 568*b39c5158SmillertMessage du sous-syst�me NTP : %1 569*b39c5158Smillert. 570*b39c5158Smillert 571*b39c5158Smillert 572*b39c5158SmillertMessageId = 0x009b 573*b39c5158SmillertSymbolicName = MSG_SECURITY 574*b39c5158SmillertLanguage = English 575*b39c5158SmillertSecurity subsystem message (firewalling, etc.): %1 576*b39c5158Smillert. 577*b39c5158SmillertLanguage = French 578*b39c5158SmillertMessage du sous-syst�me de s�curit� (pare-feu, etc.) : %1 579*b39c5158Smillert. 580*b39c5158Smillert 581*b39c5158Smillert 582*b39c5158Smillert; // IRIX specific facilities ---------------------------------------- 583*b39c5158Smillert 584*b39c5158SmillertMessageId = 0x009c 585*b39c5158SmillertSymbolicName = MSG_AUDIT 586*b39c5158SmillertLanguage = English 587*b39c5158SmillertAudit daemon message: %1 588*b39c5158Smillert. 589*b39c5158SmillertLanguage = French 590*b39c5158SmillertMessage du daemon d'audit NTP : %1 591*b39c5158Smillert. 592*b39c5158Smillert 593*b39c5158Smillert 594*b39c5158SmillertMessageId = 0x009d 595*b39c5158SmillertSymbolicName = MSG_LFMT 596*b39c5158SmillertLanguage = English 597*b39c5158SmillertLogalert facility: %1 598*b39c5158Smillert. 599*b39c5158SmillertLanguage = French 600*b39c5158SmillertMessage de logalert : %1 601*b39c5158Smillert. 602*b39c5158Smillert 603