From ab088215909fb60067adbdaab168556ea99f97fe Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Mon, 5 May 2003 20:58:36 +0000 Subject: [PATCH] winnt-eventlog-newline-fixes-20030505 Clean up newline conventions in src/WINNT/eventlog/lang/*/event.mc. Existing files were in CVS with CRLF newlines, and so some Windows tools would check them out with CRCRLF. Unfortunately, the mc-compiler can't handle CRCRLF newlines. Fixing the files in CVS to have LF newlines (like all proper text files) makes the problem go away -- they end up with CRLF if checked out using tools that do newline conversion, and LF-only if not, and the compiler accepts either. --- src/WINNT/eventlog/lang/de_DE/event.mc | 340 +++++++++++------------ src/WINNT/eventlog/lang/es_ES/event.mc | 356 ++++++++++++------------- src/WINNT/eventlog/lang/ja_JP/event.mc | 342 ++++++++++++------------ src/WINNT/eventlog/lang/ko_KR/event.mc | 350 ++++++++++++------------ src/WINNT/eventlog/lang/pt_BR/event.mc | 340 +++++++++++------------ src/WINNT/eventlog/lang/zh_CN/event.mc | 344 ++++++++++++------------ src/WINNT/eventlog/lang/zh_TW/event.mc | 344 ++++++++++++------------ 7 files changed, 1208 insertions(+), 1208 deletions(-) diff --git a/src/WINNT/eventlog/lang/de_DE/event.mc b/src/WINNT/eventlog/lang/de_DE/event.mc index 84a1c9ee4..6cad92c2a 100644 --- a/src/WINNT/eventlog/lang/de_DE/event.mc +++ b/src/WINNT/eventlog/lang/de_DE/event.mc @@ -1,170 +1,170 @@ -;/* Copyright 2000, International Business Machines Corporation and others. -; * All Rights Reserved. -; * -; * This software has been released under the terms of the IBM Public -; * License. For details, see the LICENSE file in the top-level source -; * directory or online at http://www.openafs.org/dl/license10.html -; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h -; */ -; -;#ifndef OPENAFS_AFSEVENT_H -;#define OPENAFS_AFSEVENT_H -; -; -;/* AFS event.mc format. -; * -; * AFS event messages are grouped by category. The MessageId of the -; * first message in a given category specifies the starting identifier -; * range for that category; the second and later messages in a category -; * do NOT specify a MessageId value and thus receive the value of the -; * previous message plus one. -; * -; * To add a new message to an existing category, append it to the end of -; * that category. To create a new category, provide an appropriate -; * comment line and specify a non-conflicting MessageId for the first -; * message in the new category. -; */ -; - - -MessageIdTypedef=unsigned -LanguageNames=(German=1:MSG000001) -; -;/* Test message text */ -; - -MessageId=0x0001 -Severity=Informational -SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS -Language=German -Testnachricht für das AFS-Server-Ereignisprotokoll. -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS -Language=German -Testnachricht für das AFS-Server-Ereignisprotokoll (Zeichenfolge1: %1, Zeichenfolge2: %2). -. - - - -; -;/* General messages for all AFS server processes */ -; - -MessageId=0x0101 -Severity=Error -SymbolicName=AFSEVT_SVR_FAILED_ASSERT -Language=German -Ein AFS-Server-Prozeß konnte kein Assert durchführen: Zeile %1 in Datei %2. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR -Language=German -%1 konnte das Installationsverzeichnis der AFS-Software nicht finden. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED -Language=German -%1 konnte die Windows Sockets-Bibliothek nicht initialisieren. -. - - - -; -;/* AFS BOS control (startup/shutdown) service messages */ -; - -MessageId=0x0201 -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STARTED -Language=German -Der AFS BOS-Steuerungsservice wurde gestartet. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STOPPED -Language=German -Der AFS BOS-Steuerungsservice wurde beendet. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED -Language=German -Der AFS BOS-Steuerungsservice kann keine Daten zum System-SCM übertragen. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED -Language=German -Der AFS BOS-Steuerungsservice kann keine Ereignissteuerroutine registrieren. Die AFS-Server-Software ist möglicherweise nicht einwandfrei konfiguriert. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES -Language=German -Der AFS BOS-Steuerungsservice kann die erforderlichen Systemressourcen nicht erhalten. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR -Language=German -Im AFS BOS-Steuerungsservice ist ein interner Fehler aufgetreten. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR -Language=German -Der AFS BOS-Steuerungsservice konnte das Installationsverzeichnis der AFS-Software nicht finden. Die AFS-Server-Software ist möglicherweise nicht einwandfrei konfiguriert. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED -Language=German -Der AFS BOS-Steuerungsservice konnte den AFS BOS-Server nicht oder nicht erneut starten. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED -Language=German -Der AFS BOS-Steuerungsservice konnte den AFS BOS-Server nicht beenden. Alle AFS-Server-Prozesse müssen manuell beendet werden (versuchen Sie, über den Befehl afskill dem AFS BOS-Server ein SIGQUIT-Signal zu senden). -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT -Language=German -Der AFS BOS-Steuerungsservice wartet nicht mehr länger auf das Beenden des AFS BOS-Servers. Überprüfen Sie vor dem Neustart des Service, ob alle AFS-Server-Prozesse beendet wurden. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART -Language=German -Der AFS BOS-Steuerungsservice startet den AFS BOS-Server neu. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT -Language=German -Der AFS BOS-Steuerungsservice hat festgestellt, daß der AFS BOS-Server ohne Anforderung eines Neustarts beendet wurde. -. - - - -; -;#endif /* OPENAFS_AFSEVENT_H */ +;/* Copyright 2000, International Business Machines Corporation and others. +; * All Rights Reserved. +; * +; * This software has been released under the terms of the IBM Public +; * License. For details, see the LICENSE file in the top-level source +; * directory or online at http://www.openafs.org/dl/license10.html +; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h +; */ +; +;#ifndef OPENAFS_AFSEVENT_H +;#define OPENAFS_AFSEVENT_H +; +; +;/* AFS event.mc format. +; * +; * AFS event messages are grouped by category. The MessageId of the +; * first message in a given category specifies the starting identifier +; * range for that category; the second and later messages in a category +; * do NOT specify a MessageId value and thus receive the value of the +; * previous message plus one. +; * +; * To add a new message to an existing category, append it to the end of +; * that category. To create a new category, provide an appropriate +; * comment line and specify a non-conflicting MessageId for the first +; * message in the new category. +; */ +; + + +MessageIdTypedef=unsigned +LanguageNames=(German=1:MSG000001) +; +;/* Test message text */ +; + +MessageId=0x0001 +Severity=Informational +SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS +Language=German +Testnachricht für das AFS-Server-Ereignisprotokoll. +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS +Language=German +Testnachricht für das AFS-Server-Ereignisprotokoll (Zeichenfolge1: %1, Zeichenfolge2: %2). +. + + + +; +;/* General messages for all AFS server processes */ +; + +MessageId=0x0101 +Severity=Error +SymbolicName=AFSEVT_SVR_FAILED_ASSERT +Language=German +Ein AFS-Server-Prozeß konnte kein Assert durchführen: Zeile %1 in Datei %2. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR +Language=German +%1 konnte das Installationsverzeichnis der AFS-Software nicht finden. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED +Language=German +%1 konnte die Windows Sockets-Bibliothek nicht initialisieren. +. + + + +; +;/* AFS BOS control (startup/shutdown) service messages */ +; + +MessageId=0x0201 +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STARTED +Language=German +Der AFS BOS-Steuerungsservice wurde gestartet. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STOPPED +Language=German +Der AFS BOS-Steuerungsservice wurde beendet. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED +Language=German +Der AFS BOS-Steuerungsservice kann keine Daten zum System-SCM übertragen. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED +Language=German +Der AFS BOS-Steuerungsservice kann keine Ereignissteuerroutine registrieren. Die AFS-Server-Software ist möglicherweise nicht einwandfrei konfiguriert. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES +Language=German +Der AFS BOS-Steuerungsservice kann die erforderlichen Systemressourcen nicht erhalten. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR +Language=German +Im AFS BOS-Steuerungsservice ist ein interner Fehler aufgetreten. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR +Language=German +Der AFS BOS-Steuerungsservice konnte das Installationsverzeichnis der AFS-Software nicht finden. Die AFS-Server-Software ist möglicherweise nicht einwandfrei konfiguriert. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED +Language=German +Der AFS BOS-Steuerungsservice konnte den AFS BOS-Server nicht oder nicht erneut starten. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED +Language=German +Der AFS BOS-Steuerungsservice konnte den AFS BOS-Server nicht beenden. Alle AFS-Server-Prozesse müssen manuell beendet werden (versuchen Sie, über den Befehl afskill dem AFS BOS-Server ein SIGQUIT-Signal zu senden). +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT +Language=German +Der AFS BOS-Steuerungsservice wartet nicht mehr länger auf das Beenden des AFS BOS-Servers. Überprüfen Sie vor dem Neustart des Service, ob alle AFS-Server-Prozesse beendet wurden. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART +Language=German +Der AFS BOS-Steuerungsservice startet den AFS BOS-Server neu. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT +Language=German +Der AFS BOS-Steuerungsservice hat festgestellt, daß der AFS BOS-Server ohne Anforderung eines Neustarts beendet wurde. +. + + + +; +;#endif /* OPENAFS_AFSEVENT_H */ diff --git a/src/WINNT/eventlog/lang/es_ES/event.mc b/src/WINNT/eventlog/lang/es_ES/event.mc index e3e695b4f..42b9298f0 100644 --- a/src/WINNT/eventlog/lang/es_ES/event.mc +++ b/src/WINNT/eventlog/lang/es_ES/event.mc @@ -1,178 +1,178 @@ -;/* Copyright 2000, International Business Machines Corporation and others. -; * All Rights Reserved. -; * -; * This software has been released under the terms of the IBM Public -; * License. For details, see the LICENSE file in the top-level source -; * directory or online at http://www.openafs.org/dl/license10.html -; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h -; */ -; -;#ifndef OPENAFS_AFSEVENT_H -;#define OPENAFS_AFSEVENT_H -; -; -;/* AFS event.mc format. -; * -; * AFS event messages are grouped by category. The MessageId of the -; * first message in a given category specifies the starting identifier -; * range for that category; the second and later messages in a category -; * do NOT specify a MessageId value and thus receive the value of the -; * previous message plus one. -; * -; * To add a new message to an existing category, append it to the end of -; * that category. To create a new category, provide an appropriate -; * comment line and specify a non-conflicting MessageId for the first -; * message in the new category. -; */ -; - - -MessageIdTypedef=unsigned - -; -;/* Test message text */ -; - -MessageId=0x0001 -Severity=Informational -SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS -Language=English -Mensaje de prueba de registro cronol=gico de eventos de servidor de AFS. -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS -Language=English -Mensaje de prueba de registro cronol=gico de eventos de servidor de AFS (str1: %1, str2: %2). -. - - - -; -;/* General messages for all AFS server processes */ -; - -MessageId=0x0101 -Severity=Error -SymbolicName=AFSEVT_SVR_FAILED_ASSERT -Language=English -Ha resultado an=mala una afirmaci=n en un proceso de servidor de AFS: lfnea %1 en el archivo %2. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR -Language=English -%1 no ha podido localizar el directorio de instalaci=n de software de AFS. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED -Language=English -%1 no ha podido inicializar la biblioteca de Windows Sockets. -. - - - -; -;/* AFS BOS control (startup/shutdown) service messages */ -; - -MessageId=0x0201 -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STARTED -Language=English -Se ha iniciado el servicio de control de BOS de AFS. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STOPPED -Language=English -Se ha detenido el servicio de control de BOS de AFS. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED -Language=English -El servicio de control de BOS de AFS no ha podido comunicarse con el SCM de sistema. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED -Language=English -El servicio de control de BOS de AFS no ha podido registrar un manejador de eventos. Es posible que el software de servidor de AFS se haya configurado indebidamente. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES -Language=English -El servicio de control de BOS de AFS no ha podido obtener los recursos de sistema necesarios. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR -Language=English -El servicio de control de BOS de AFS ha sufrido un error interno. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR -Language=English -El servicio de control de BOS de AFS no ha podido localizar el -directorio de instalaci=n de software de AFS. Es posible que el -software de servidor de AFS se haya configurado indebidamente. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED -Language=English -El servicio de control de BOS de AFS no ha podido iniciar o reiniciar el bosserver de AFS. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED -Language=English -El servicio de control de BOS de AFS no ha podido -detener el bosserver de AFS. Todos los procesos de servidor de AFS -deben detenerse manualmente (pruebe a enviar al bosserver -de AFS una se±al de SIGQUIT por medio del mandato afskill). -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT -Language=English -El servicio de control de BOS de AFS ha dejado de esperar -la detenci=n del bosserver de AFS. Compruebe que se han detenido -todos los procesos de servidor de AFS antes de reiniciar el servicio. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART -Language=English -El servicio de control de BOS de AFS estß reiniciando el bosserver de AFS. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT -Language=English -El servicio de control de BOS de AFS ha detectado que el -bosserver de AFS ha salido sin solicitar un reinicio. -. - - - -; -;#endif /* OPENAFS_AFSEVENT_H */ +;/* Copyright 2000, International Business Machines Corporation and others. +; * All Rights Reserved. +; * +; * This software has been released under the terms of the IBM Public +; * License. For details, see the LICENSE file in the top-level source +; * directory or online at http://www.openafs.org/dl/license10.html +; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h +; */ +; +;#ifndef OPENAFS_AFSEVENT_H +;#define OPENAFS_AFSEVENT_H +; +; +;/* AFS event.mc format. +; * +; * AFS event messages are grouped by category. The MessageId of the +; * first message in a given category specifies the starting identifier +; * range for that category; the second and later messages in a category +; * do NOT specify a MessageId value and thus receive the value of the +; * previous message plus one. +; * +; * To add a new message to an existing category, append it to the end of +; * that category. To create a new category, provide an appropriate +; * comment line and specify a non-conflicting MessageId for the first +; * message in the new category. +; */ +; + + +MessageIdTypedef=unsigned + +; +;/* Test message text */ +; + +MessageId=0x0001 +Severity=Informational +SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS +Language=English +Mensaje de prueba de registro cronol=gico de eventos de servidor de AFS. +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS +Language=English +Mensaje de prueba de registro cronol=gico de eventos de servidor de AFS (str1: %1, str2: %2). +. + + + +; +;/* General messages for all AFS server processes */ +; + +MessageId=0x0101 +Severity=Error +SymbolicName=AFSEVT_SVR_FAILED_ASSERT +Language=English +Ha resultado an=mala una afirmaci=n en un proceso de servidor de AFS: lfnea %1 en el archivo %2. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR +Language=English +%1 no ha podido localizar el directorio de instalaci=n de software de AFS. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED +Language=English +%1 no ha podido inicializar la biblioteca de Windows Sockets. +. + + + +; +;/* AFS BOS control (startup/shutdown) service messages */ +; + +MessageId=0x0201 +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STARTED +Language=English +Se ha iniciado el servicio de control de BOS de AFS. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STOPPED +Language=English +Se ha detenido el servicio de control de BOS de AFS. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED +Language=English +El servicio de control de BOS de AFS no ha podido comunicarse con el SCM de sistema. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED +Language=English +El servicio de control de BOS de AFS no ha podido registrar un manejador de eventos. Es posible que el software de servidor de AFS se haya configurado indebidamente. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES +Language=English +El servicio de control de BOS de AFS no ha podido obtener los recursos de sistema necesarios. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR +Language=English +El servicio de control de BOS de AFS ha sufrido un error interno. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR +Language=English +El servicio de control de BOS de AFS no ha podido localizar el +directorio de instalaci=n de software de AFS. Es posible que el +software de servidor de AFS se haya configurado indebidamente. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED +Language=English +El servicio de control de BOS de AFS no ha podido iniciar o reiniciar el bosserver de AFS. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED +Language=English +El servicio de control de BOS de AFS no ha podido +detener el bosserver de AFS. Todos los procesos de servidor de AFS +deben detenerse manualmente (pruebe a enviar al bosserver +de AFS una se±al de SIGQUIT por medio del mandato afskill). +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT +Language=English +El servicio de control de BOS de AFS ha dejado de esperar +la detenci=n del bosserver de AFS. Compruebe que se han detenido +todos los procesos de servidor de AFS antes de reiniciar el servicio. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART +Language=English +El servicio de control de BOS de AFS estß reiniciando el bosserver de AFS. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT +Language=English +El servicio de control de BOS de AFS ha detectado que el +bosserver de AFS ha salido sin solicitar un reinicio. +. + + + +; +;#endif /* OPENAFS_AFSEVENT_H */ diff --git a/src/WINNT/eventlog/lang/ja_JP/event.mc b/src/WINNT/eventlog/lang/ja_JP/event.mc index 9bb4d2ed7..935c76cb0 100644 --- a/src/WINNT/eventlog/lang/ja_JP/event.mc +++ b/src/WINNT/eventlog/lang/ja_JP/event.mc @@ -1,171 +1,171 @@ -;/* Copyright 2000, International Business Machines Corporation and others. -; * All Rights Reserved. -; * -; * This software has been released under the terms of the IBM Public -; * License. For details, see the LICENSE file in the top-level source -; * directory or online at http://www.openafs.org/dl/license10.html -; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h -; */ -; -;#ifndef OPENAFS_AFSEVENT_H -;#define OPENAFS_AFSEVENT_H -; -; -;/* AFS event.mc format. -; * -; * AFS event messages are grouped by category. The MessageId of the -; * first message in a given category specifies the starting identifier -; * range for that category; the second and later messages in a category -; * do NOT specify a MessageId value and thus receive the value of the -; * previous message plus one. -; * -; * To add a new message to an existing category, append it to the end of -; * that category. To create a new category, provide an appropriate -; * comment line and specify a non-conflicting MessageId for the first -; * message in the new category. -; */ -; - - -LanguageNames=(Japanese=1:MSG000001) -MessageIdTypedef=unsigned - -; -;/* Test message text */ -; - -MessageId=0x0001 -Severity=Informational -SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS -Language=Japanese -AFS ƒT[ƒo[EƒCƒxƒ“ƒgEƒƒOEƒeƒXƒgEƒƒbƒZ[ƒWB -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS -Language=Japanese -AFS ƒT[ƒo[EƒCƒxƒ“ƒgEƒƒOEƒeƒXƒgEƒƒbƒZ[ƒW (str1: %1, str2: %2)B -. - - - -; -;/* General messages for all AFS server processes */ -; - -MessageId=0x0101 -Severity=Error -SymbolicName=AFSEVT_SVR_FAILED_ASSERT -Language=Japanese -AFS ƒT[ƒo[EƒvƒƒZƒX‚ª‘ã“ü‚ÉŽ¸”s‚µ‚Ü‚µ‚½: s %1 ƒtƒ@ƒCƒ‹ %2B -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR -Language=Japanese -%1 ‚ª AFS ƒ\ƒtƒgƒEƒFƒA‚̃Cƒ“ƒXƒg[ƒ‹EƒfƒBƒŒƒNƒgƒŠ[‚ðŒ©‚Â‚¯‚ç‚ê‚Ü‚¹‚ñ‚Å‚µ‚½B -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED -Language=Japanese -%1 ‚ª Windows Socket ƒ‰ƒCƒuƒ‰ƒŠ[‚ð‰Šú‰»‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½B -. - - - -; -;/* AFS BOS control (startup/shutdown) service messages */ -; - -MessageId=0x0201 -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STARTED -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ªŽn“®‚µ‚Ü‚µ‚½B -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STOPPED -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª’âŽ~‚µ‚Ü‚µ‚½B -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ªƒVƒXƒeƒ€ SCM ‚ƒʐM‚Å‚«‚Ü‚¹‚ñB -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ªƒCƒxƒ“ƒgEƒnƒ“ƒhƒ‰[‚ð“o˜^‚Å‚«‚Ü‚¹‚ñBAFS ƒT[ƒo[Eƒ\ƒtƒgƒEƒFƒA‚ª³‚µ‚­\¬‚³‚ê‚Ä‚¢‚È‚¢‰Â”\«‚ª‚ ‚è‚Ü‚·B -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª•K—v‚ȃVƒXƒeƒ€EƒŠƒ\[ƒX‚ðŽæ“¾‚Å‚«‚Ü‚¹‚ñB -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª“à•”ƒGƒ‰[‚ðŒŸo‚µ‚Ü‚µ‚½B -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª AFS ƒ\ƒtƒgƒEƒFƒA‚̃Cƒ“ƒXƒg[ƒ‹EƒfƒBƒŒƒNƒgƒŠ[‚ðŒ©‚Â‚¯‚ç‚ê‚Ü‚¹‚ñ‚Å‚µ‚½BAFS ƒT[ƒo[Eƒ\ƒtƒgƒEƒFƒA‚ª³‚µ‚­\¬‚³‚ê‚Ä‚¢‚È‚¢‰Â”\«‚ª‚ ‚è‚Ü‚·B -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚ðŽn“®‚Ü‚½‚͍Ďn“®‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½B -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚ð’âŽ~‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½BAFS ƒT[ƒo[EƒvƒƒZƒX‚ð‚·‚×‚ÄŽè“®‚Å’âŽ~‚·‚é•K—v‚ª‚ ‚è‚Ü‚· (AFS bosserver ‚É afskill ƒRƒ}ƒ“ƒh‚Å SIGQUIT ƒVƒOƒiƒ‹‚𑗐M‚µ‚Ă݂Ă­‚¾‚³‚¢)B -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚Ì’âŽ~‘Ò‚¿‚𒆎~‚µ‚Ü‚µ‚½BƒT[ƒrƒX‚ðÄŽn“®‚·‚é‘O‚ɁA‚·‚×‚Ä‚Ì AFS ƒT[ƒo[EƒvƒƒZƒX‚ª’âŽ~‚µ‚Ä‚¢‚邱‚Æ‚ðŠm‚©‚߂Ă­‚¾‚³‚¢B -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚ðÄŽn“®‚µ‚Ä‚¢‚Ü‚·B -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT -Language=Japanese -AFS BOS §ŒäƒT[ƒrƒX‚ªAAFS bosserver ‚ªÄŽn“®—v‹‚È‚µ‚ŏI—¹‚µ‚½‚±‚Æ‚ðŒŸo‚µ‚Ü‚µ‚½B -. - - - -; -;#endif /* OPENAFS_AFSEVENT_H */ +;/* Copyright 2000, International Business Machines Corporation and others. +; * All Rights Reserved. +; * +; * This software has been released under the terms of the IBM Public +; * License. For details, see the LICENSE file in the top-level source +; * directory or online at http://www.openafs.org/dl/license10.html +; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h +; */ +; +;#ifndef OPENAFS_AFSEVENT_H +;#define OPENAFS_AFSEVENT_H +; +; +;/* AFS event.mc format. +; * +; * AFS event messages are grouped by category. The MessageId of the +; * first message in a given category specifies the starting identifier +; * range for that category; the second and later messages in a category +; * do NOT specify a MessageId value and thus receive the value of the +; * previous message plus one. +; * +; * To add a new message to an existing category, append it to the end of +; * that category. To create a new category, provide an appropriate +; * comment line and specify a non-conflicting MessageId for the first +; * message in the new category. +; */ +; + + +LanguageNames=(Japanese=1:MSG000001) +MessageIdTypedef=unsigned + +; +;/* Test message text */ +; + +MessageId=0x0001 +Severity=Informational +SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS +Language=Japanese +AFS ƒT[ƒo[EƒCƒxƒ“ƒgEƒƒOEƒeƒXƒgEƒƒbƒZ[ƒWB +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS +Language=Japanese +AFS ƒT[ƒo[EƒCƒxƒ“ƒgEƒƒOEƒeƒXƒgEƒƒbƒZ[ƒW (str1: %1, str2: %2)B +. + + + +; +;/* General messages for all AFS server processes */ +; + +MessageId=0x0101 +Severity=Error +SymbolicName=AFSEVT_SVR_FAILED_ASSERT +Language=Japanese +AFS ƒT[ƒo[EƒvƒƒZƒX‚ª‘ã“ü‚ÉŽ¸”s‚µ‚Ü‚µ‚½: s %1 ƒtƒ@ƒCƒ‹ %2B +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR +Language=Japanese +%1 ‚ª AFS ƒ\ƒtƒgƒEƒFƒA‚̃Cƒ“ƒXƒg[ƒ‹EƒfƒBƒŒƒNƒgƒŠ[‚ðŒ©‚Â‚¯‚ç‚ê‚Ü‚¹‚ñ‚Å‚µ‚½B +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED +Language=Japanese +%1 ‚ª Windows Socket ƒ‰ƒCƒuƒ‰ƒŠ[‚ð‰Šú‰»‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½B +. + + + +; +;/* AFS BOS control (startup/shutdown) service messages */ +; + +MessageId=0x0201 +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STARTED +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ªŽn“®‚µ‚Ü‚µ‚½B +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STOPPED +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª’âŽ~‚µ‚Ü‚µ‚½B +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ªƒVƒXƒeƒ€ SCM ‚ƒʐM‚Å‚«‚Ü‚¹‚ñB +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ªƒCƒxƒ“ƒgEƒnƒ“ƒhƒ‰[‚ð“o˜^‚Å‚«‚Ü‚¹‚ñBAFS ƒT[ƒo[Eƒ\ƒtƒgƒEƒFƒA‚ª³‚µ‚­\¬‚³‚ê‚Ä‚¢‚È‚¢‰Â”\«‚ª‚ ‚è‚Ü‚·B +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª•K—v‚ȃVƒXƒeƒ€EƒŠƒ\[ƒX‚ðŽæ“¾‚Å‚«‚Ü‚¹‚ñB +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª“à•”ƒGƒ‰[‚ðŒŸo‚µ‚Ü‚µ‚½B +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª AFS ƒ\ƒtƒgƒEƒFƒA‚̃Cƒ“ƒXƒg[ƒ‹EƒfƒBƒŒƒNƒgƒŠ[‚ðŒ©‚Â‚¯‚ç‚ê‚Ü‚¹‚ñ‚Å‚µ‚½BAFS ƒT[ƒo[Eƒ\ƒtƒgƒEƒFƒA‚ª³‚µ‚­\¬‚³‚ê‚Ä‚¢‚È‚¢‰Â”\«‚ª‚ ‚è‚Ü‚·B +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚ðŽn“®‚Ü‚½‚͍Ďn“®‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½B +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚ð’âŽ~‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½BAFS ƒT[ƒo[EƒvƒƒZƒX‚ð‚·‚×‚ÄŽè“®‚Å’âŽ~‚·‚é•K—v‚ª‚ ‚è‚Ü‚· (AFS bosserver ‚É afskill ƒRƒ}ƒ“ƒh‚Å SIGQUIT ƒVƒOƒiƒ‹‚𑗐M‚µ‚Ă݂Ă­‚¾‚³‚¢)B +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚Ì’âŽ~‘Ò‚¿‚𒆎~‚µ‚Ü‚µ‚½BƒT[ƒrƒX‚ðÄŽn“®‚·‚é‘O‚ɁA‚·‚×‚Ä‚Ì AFS ƒT[ƒo[EƒvƒƒZƒX‚ª’âŽ~‚µ‚Ä‚¢‚邱‚Æ‚ðŠm‚©‚߂Ă­‚¾‚³‚¢B +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ª AFS bosserver ‚ðÄŽn“®‚µ‚Ä‚¢‚Ü‚·B +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT +Language=Japanese +AFS BOS §ŒäƒT[ƒrƒX‚ªAAFS bosserver ‚ªÄŽn“®—v‹‚È‚µ‚ŏI—¹‚µ‚½‚±‚Æ‚ðŒŸo‚µ‚Ü‚µ‚½B +. + + + +; +;#endif /* OPENAFS_AFSEVENT_H */ diff --git a/src/WINNT/eventlog/lang/ko_KR/event.mc b/src/WINNT/eventlog/lang/ko_KR/event.mc index 441fd9584..6856f354c 100644 --- a/src/WINNT/eventlog/lang/ko_KR/event.mc +++ b/src/WINNT/eventlog/lang/ko_KR/event.mc @@ -1,175 +1,175 @@ -;/* Copyright 2000, International Business Machines Corporation and others. -; * All Rights Reserved. -; * -; * This software has been released under the terms of the IBM Public -; * License. For details, see the LICENSE file in the top-level source -; * directory or online at http://www.openafs.org/dl/license10.html -; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h -; */ -; -;#ifndef OPENAFS_AFSEVENT_H -;#define OPENAFS_AFSEVENT_H -; -; -;/* AFS event.mc format. -; * -; * AFS event messages are grouped by category. The MessageId of the -; * first message in a given category specifies the starting identifier -; * range for that category; the second and later messages in a category -; * do NOT specify a MessageId value and thus receive the value of the -; * previous message plus one. -; * -; * To add a new message to an existing category, append it to the end of -; * that category. To create a new category, provide an appropriate -; * comment line and specify a non-conflicting MessageId for the first -; * message in the new category. -; */ -; - - -MessageIdTypedef=unsigned -LanguageNames=(Korean=1:MSG000001) - -; -;/* Test message text */ -; - -MessageId=0x0001 -Severity=Informational -SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS -Language=Korean -AFS ¼­¹ö À̺¥Æ® ·Î±× °Ë»ç ¸Þ½ÃÁö. -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS -Language=Korean -AFS ¼­¹ö À̺¥Æ® ·Î±× °Ë»ç ¸Þ½ÃÁö(str1: %1, str2: %2). -. - - - -; -;/* General messages for all AFS server processes */ -; - -MessageId=0x0101 -Severity=Error -SymbolicName=AFSEVT_SVR_FAILED_ASSERT -Language=Korean -AFS ¼­¹ö ÇÁ·Î¼¼½º°¡ ½ÂÀο¡ ½ÇÆÐÇß½À´Ï´Ù: %2 ÆÄÀÏÀÇ %1 Çà. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR -Language=Korean -%1ÀÌ(°¡) AFS ¼ÒÇÁÆ®¿þ¾î ¼³Ä¡ µð·ºÅ丮¸¦ ãÁö ¸øÇß½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED -Language=Korean -%1ÀÌ(°¡) Windows ¼ÒÄÏ ¶óÀ̺귯¸®¸¦ ÃʱâÈ­ÇÏÁö ¸øÇß½À´Ï´Ù. -. - - - -; -;/* AFS BOS control (startup/shutdown) service messages */ -; - -MessageId=0x0201 -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STARTED -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ ½ÃÀ۵Ǿú½À´Ï´Ù. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STOPPED -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ Á¤ÁöµÇ¾ú½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ SCM ½Ã½ºÅÛ°ú Åë½ÅÇÒ ¼ö ¾ø½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ À̺¥Æ® 󸮱⸦ µî·ÏÇÒ ¼ö ¾ø½À´Ï´Ù. -AFS ¼­¹ö ¼ÒÇÁÆ®¿þ¾î°¡ Á¦´ë·Î ±¸¼ºµÇÁö ¾ÊÀº °ÍÀÏ ¼öµµ ÀÖ½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ ÇÊ¿äÇÑ ½Ã½ºÅÛ ÀÚ¿øÀ» ¾òÀ» ¼ö ¾ø½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º¿¡ ³»ºÎ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS ¼ÒÇÁÆ®¿þ¾î ¼³Ä¡ µð·ºÅ丮¸¦ ãÁö ¸øÇß½À´Ï´Ù. -AFS ¼­¹ö ¼ÒÇÁÆ®¿þ¾î°¡ Á¦´ë·Î ±¸¼ºµÇÁö ¾ÊÀº °ÍÀÏ ¼öµµ ÀÖ½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver¸¦ ½ÃÀÛ ¶Ç´Â Àç½ÃÀÛÇÏÁö ¸øÇß½À´Ï´Ù. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver¸¦ Á¤ÁöÇÏÁö ¸øÇß½À´Ï´Ù. -¸ðµç AFS ¼­¹ö ÇÁ·Î¼¼½º¸¦ ¼öµ¿À¸·Î Á¤Áö½ÃÄÑ¾ß ÇÕ´Ï´Ù(afskill ¸í·ÉÀ» ÅëÇØ SIGQUIT ½ÅÈ£¸¦ AFS bosserver·Î º¸³» º¸½Ê½Ã¿À). -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver°¡ ÁßÁöµÉ ¶§±îÁö ±â´Ù¸®´Â °ÍÀ» Æ÷±âÇß½À´Ï´Ù. -¸ðµç AFS ¼­¹ö ÇÁ·Î¼¼½º°¡ ¼­ºñ½º¸¦ Àç½ÃÀÛÇϱâ Àü¿¡ Á¤ÁöµÇ¾ú´ÂÁö È®ÀÎÇϽʽÿÀ. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver¸¦ Àç½ÃÀÛÇϰí ÀÖ½À´Ï´Ù. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT -Language=Korean -AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver°¡ Àç½ÃÀÛÀ» ¿äûÇÏÁö ¾Ê°í Á¾·áµÇ¾úÀ½À» °¨ÁöÇß½À´Ï´Ù. -. - - - -; -;#endif /* OPENAFS_AFSEVENT_H */ +;/* Copyright 2000, International Business Machines Corporation and others. +; * All Rights Reserved. +; * +; * This software has been released under the terms of the IBM Public +; * License. For details, see the LICENSE file in the top-level source +; * directory or online at http://www.openafs.org/dl/license10.html +; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h +; */ +; +;#ifndef OPENAFS_AFSEVENT_H +;#define OPENAFS_AFSEVENT_H +; +; +;/* AFS event.mc format. +; * +; * AFS event messages are grouped by category. The MessageId of the +; * first message in a given category specifies the starting identifier +; * range for that category; the second and later messages in a category +; * do NOT specify a MessageId value and thus receive the value of the +; * previous message plus one. +; * +; * To add a new message to an existing category, append it to the end of +; * that category. To create a new category, provide an appropriate +; * comment line and specify a non-conflicting MessageId for the first +; * message in the new category. +; */ +; + + +MessageIdTypedef=unsigned +LanguageNames=(Korean=1:MSG000001) + +; +;/* Test message text */ +; + +MessageId=0x0001 +Severity=Informational +SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS +Language=Korean +AFS ¼­¹ö À̺¥Æ® ·Î±× °Ë»ç ¸Þ½ÃÁö. +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS +Language=Korean +AFS ¼­¹ö À̺¥Æ® ·Î±× °Ë»ç ¸Þ½ÃÁö(str1: %1, str2: %2). +. + + + +; +;/* General messages for all AFS server processes */ +; + +MessageId=0x0101 +Severity=Error +SymbolicName=AFSEVT_SVR_FAILED_ASSERT +Language=Korean +AFS ¼­¹ö ÇÁ·Î¼¼½º°¡ ½ÂÀο¡ ½ÇÆÐÇß½À´Ï´Ù: %2 ÆÄÀÏÀÇ %1 Çà. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR +Language=Korean +%1ÀÌ(°¡) AFS ¼ÒÇÁÆ®¿þ¾î ¼³Ä¡ µð·ºÅ丮¸¦ ãÁö ¸øÇß½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED +Language=Korean +%1ÀÌ(°¡) Windows ¼ÒÄÏ ¶óÀ̺귯¸®¸¦ ÃʱâÈ­ÇÏÁö ¸øÇß½À´Ï´Ù. +. + + + +; +;/* AFS BOS control (startup/shutdown) service messages */ +; + +MessageId=0x0201 +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STARTED +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ ½ÃÀ۵Ǿú½À´Ï´Ù. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STOPPED +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ Á¤ÁöµÇ¾ú½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ SCM ½Ã½ºÅÛ°ú Åë½ÅÇÒ ¼ö ¾ø½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ À̺¥Æ® 󸮱⸦ µî·ÏÇÒ ¼ö ¾ø½À´Ï´Ù. +AFS ¼­¹ö ¼ÒÇÁÆ®¿þ¾î°¡ Á¦´ë·Î ±¸¼ºµÇÁö ¾ÊÀº °ÍÀÏ ¼öµµ ÀÖ½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ ÇÊ¿äÇÑ ½Ã½ºÅÛ ÀÚ¿øÀ» ¾òÀ» ¼ö ¾ø½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º¿¡ ³»ºÎ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS ¼ÒÇÁÆ®¿þ¾î ¼³Ä¡ µð·ºÅ丮¸¦ ãÁö ¸øÇß½À´Ï´Ù. +AFS ¼­¹ö ¼ÒÇÁÆ®¿þ¾î°¡ Á¦´ë·Î ±¸¼ºµÇÁö ¾ÊÀº °ÍÀÏ ¼öµµ ÀÖ½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver¸¦ ½ÃÀÛ ¶Ç´Â Àç½ÃÀÛÇÏÁö ¸øÇß½À´Ï´Ù. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver¸¦ Á¤ÁöÇÏÁö ¸øÇß½À´Ï´Ù. +¸ðµç AFS ¼­¹ö ÇÁ·Î¼¼½º¸¦ ¼öµ¿À¸·Î Á¤Áö½ÃÄÑ¾ß ÇÕ´Ï´Ù(afskill ¸í·ÉÀ» ÅëÇØ SIGQUIT ½ÅÈ£¸¦ AFS bosserver·Î º¸³» º¸½Ê½Ã¿À). +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver°¡ ÁßÁöµÉ ¶§±îÁö ±â´Ù¸®´Â °ÍÀ» Æ÷±âÇß½À´Ï´Ù. +¸ðµç AFS ¼­¹ö ÇÁ·Î¼¼½º°¡ ¼­ºñ½º¸¦ Àç½ÃÀÛÇϱâ Àü¿¡ Á¤ÁöµÇ¾ú´ÂÁö È®ÀÎÇϽʽÿÀ. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver¸¦ Àç½ÃÀÛÇϰí ÀÖ½À´Ï´Ù. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT +Language=Korean +AFS BOS Á¦¾î ¼­ºñ½º°¡ AFS bosserver°¡ Àç½ÃÀÛÀ» ¿äûÇÏÁö ¾Ê°í Á¾·áµÇ¾úÀ½À» °¨ÁöÇß½À´Ï´Ù. +. + + + +; +;#endif /* OPENAFS_AFSEVENT_H */ diff --git a/src/WINNT/eventlog/lang/pt_BR/event.mc b/src/WINNT/eventlog/lang/pt_BR/event.mc index 7cb268426..801dd6d9f 100644 --- a/src/WINNT/eventlog/lang/pt_BR/event.mc +++ b/src/WINNT/eventlog/lang/pt_BR/event.mc @@ -1,170 +1,170 @@ -;/* Copyright 2000, International Business Machines Corporation and others. -; * All Rights Reserved. -; * -; * This software has been released under the terms of the IBM Public -; * License. For details, see the LICENSE file in the top-level source -; * directory or online at http://www.openafs.org/dl/license10.html -; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h -; */ -; -;#ifndef OPENAFS_AFSEVENT_H -;#define OPENAFS_AFSEVENT_H -; -; -;/* AFS event.mc format. -; * -; * AFS event messages are grouped by category. The MessageId of the -; * first message in a given category specifies the starting identifier -; * range for that category; the second and later messages in a category -; * do NOT specify a MessageId value and thus receive the value of the -; * previous message plus one. -; * -; * To add a new message to an existing category, append it to the end of -; * that category. To create a new category, provide an appropriate -; * comment line and specify a non-conflicting MessageId for the first -; * message in the new category. -; */ -; - - -MessageIdTypedef=unsigned - -; -;/* Test message text */ -; - -MessageId=0x0001 -Severity=Informational -SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS -Language=English -Mensagem de teste do log de eventos para o servidor de AFS. -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS -Language=English -Mensagem de teste do log de eventos para o servidor do AFS (str1: %1, str2: %2). -. - - - -; -;/* General messages for all AFS server processes */ -; - -MessageId=0x0101 -Severity=Error -SymbolicName=AFSEVT_SVR_FAILED_ASSERT -Language=English -Um processo para o servidor do AFS falhou uma assertiva: linha %1 no arquivo %2. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR -Language=English -%1 não conseguiu localizar o diretório de instalação para o software de AFS. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED -Language=English -%1 não conseguiu inicializar a biblioteca de Sockets Windows. -. - - - -; -;/* AFS BOS control (startup/shutdown) service messages */ -; - -MessageId=0x0201 -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STARTED -Language=English -O serviço de controle BOS do AFS foi iniciado. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STOPPED -Language=English -O serviço de controle BOS do AFS foi interrompido. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED -Language=English -O serviço de controle BOS do AFS não consegue se comunicar com o SCM do sistema. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED -Language=English -O serviço de controle BOS do AFS não consegue registrar um manipulador de eventos. O software do servidor do AFS pode estar configurado incorretamente. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES -Language=English -O serviço de controle BOS do AFS não consegue obter recursos necessários do sistema. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR -Language=English -O serviço de controle BOS do AFS sofreu um erro interno. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR -Language=English -O serviço de controle BOS do AFS não conseguiu localizar o diretório de instalação para o software do AFS. O software do servidor do AFS pode estar configurado incorretamente. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED -Language=English -O serviço de controle BOS do AFS não conseguiu iniciar ou reiniciar o AFS bosserver. -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED -Language=English -O serviço de controle BOS do AFS não conseguiu interromper o AFS bosserver. Todos os processos para o servidor do AFS precisam ser interrompidos manualmente (tente enviar um sinal SIGQUIT ao AFS bosserver através do comando afskill). -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT -Language=English -O serviço de controle BOS do AFS desistiu de aguardar pela parada do AFS bosserver. Verifique que todos os processos para o servidor do AFS tenham parado antes de reiniciar o serviço. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART -Language=English -O serviço de controle BOS do AFS está reiniciando o AFS bosserver. -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT -Language=English -O serviço de controle BOS do AFS detectou que o AFS bosserver saiu sem pedir um reinício. -. - - - -; -;#endif /* OPENAFS_AFSEVENT_H */ +;/* Copyright 2000, International Business Machines Corporation and others. +; * All Rights Reserved. +; * +; * This software has been released under the terms of the IBM Public +; * License. For details, see the LICENSE file in the top-level source +; * directory or online at http://www.openafs.org/dl/license10.html +; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h +; */ +; +;#ifndef OPENAFS_AFSEVENT_H +;#define OPENAFS_AFSEVENT_H +; +; +;/* AFS event.mc format. +; * +; * AFS event messages are grouped by category. The MessageId of the +; * first message in a given category specifies the starting identifier +; * range for that category; the second and later messages in a category +; * do NOT specify a MessageId value and thus receive the value of the +; * previous message plus one. +; * +; * To add a new message to an existing category, append it to the end of +; * that category. To create a new category, provide an appropriate +; * comment line and specify a non-conflicting MessageId for the first +; * message in the new category. +; */ +; + + +MessageIdTypedef=unsigned + +; +;/* Test message text */ +; + +MessageId=0x0001 +Severity=Informational +SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS +Language=English +Mensagem de teste do log de eventos para o servidor de AFS. +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS +Language=English +Mensagem de teste do log de eventos para o servidor do AFS (str1: %1, str2: %2). +. + + + +; +;/* General messages for all AFS server processes */ +; + +MessageId=0x0101 +Severity=Error +SymbolicName=AFSEVT_SVR_FAILED_ASSERT +Language=English +Um processo para o servidor do AFS falhou uma assertiva: linha %1 no arquivo %2. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR +Language=English +%1 não conseguiu localizar o diretório de instalação para o software de AFS. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED +Language=English +%1 não conseguiu inicializar a biblioteca de Sockets Windows. +. + + + +; +;/* AFS BOS control (startup/shutdown) service messages */ +; + +MessageId=0x0201 +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STARTED +Language=English +O serviço de controle BOS do AFS foi iniciado. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STOPPED +Language=English +O serviço de controle BOS do AFS foi interrompido. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED +Language=English +O serviço de controle BOS do AFS não consegue se comunicar com o SCM do sistema. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED +Language=English +O serviço de controle BOS do AFS não consegue registrar um manipulador de eventos. O software do servidor do AFS pode estar configurado incorretamente. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES +Language=English +O serviço de controle BOS do AFS não consegue obter recursos necessários do sistema. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR +Language=English +O serviço de controle BOS do AFS sofreu um erro interno. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR +Language=English +O serviço de controle BOS do AFS não conseguiu localizar o diretório de instalação para o software do AFS. O software do servidor do AFS pode estar configurado incorretamente. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED +Language=English +O serviço de controle BOS do AFS não conseguiu iniciar ou reiniciar o AFS bosserver. +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED +Language=English +O serviço de controle BOS do AFS não conseguiu interromper o AFS bosserver. Todos os processos para o servidor do AFS precisam ser interrompidos manualmente (tente enviar um sinal SIGQUIT ao AFS bosserver através do comando afskill). +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT +Language=English +O serviço de controle BOS do AFS desistiu de aguardar pela parada do AFS bosserver. Verifique que todos os processos para o servidor do AFS tenham parado antes de reiniciar o serviço. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART +Language=English +O serviço de controle BOS do AFS está reiniciando o AFS bosserver. +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT +Language=English +O serviço de controle BOS do AFS detectou que o AFS bosserver saiu sem pedir um reinício. +. + + + +; +;#endif /* OPENAFS_AFSEVENT_H */ diff --git a/src/WINNT/eventlog/lang/zh_CN/event.mc b/src/WINNT/eventlog/lang/zh_CN/event.mc index 9e736e513..c7e331c1d 100644 --- a/src/WINNT/eventlog/lang/zh_CN/event.mc +++ b/src/WINNT/eventlog/lang/zh_CN/event.mc @@ -1,172 +1,172 @@ -;/* Copyright 2000, International Business Machines Corporation and others. -; * All Rights Reserved. -; * -; * This software has been released under the terms of the IBM Public -; * License. For details, see the LICENSE file in the top-level source -; * directory or online at http://www.openafs.org/dl/license10.html -; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h -; */ -; -;#ifndef OPENAFS_AFSEVENT_H -;#define OPENAFS_AFSEVENT_H -; -; -;/* AFS event.mc format. -; * -; * AFS event messages are grouped by category. The MessageId of the -; * first message in a given category specifies the starting identifier -; * range for that category; the second and later messages in a category -; * do NOT specify a MessageId value and thus receive the value of the -; * previous message plus one. -; * -; * To add a new message to an existing category, append it to the end of -; * that category. To create a new category, provide an appropriate -; * comment line and specify a non-conflicting MessageId for the first -; * message in the new category. -; */ -; - - -MessageIdTypedef=unsigned - -; -;/* Test message text */ -; - -MessageId=0x0001 -Severity=Informational -SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS -Language=English -AFS ·þÎñÆ÷ʼþÈÕÖ¾²âÊÔÏûÏ¢¡£ -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS -Language=English -AFS ·þÎñÆ÷ʼþÈÕÖ¾²âÊÔÏûÏ¢(str1: %1£¬ str2: %2)¡£ -. - - - -; -;/* General messages for all AFS server processes */ -; - -MessageId=0x0101 -Severity=Error -SymbolicName=AFSEVT_SVR_FAILED_ASSERT -Language=English -AFS ·þÎñÆ÷½ø³Ìʧ°Ü£ºÎļþ %2 µÄÐÐ %1¡£ -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR -Language=English -%1 ¶¨Î» AFS Èí¼þ°²×°Ä¿Â¼Ê§°Ü¡£ -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED -Language=English -%1 ³õʼ»¯ Windows Ì×½Ó×Ö¿âʧ°Ü¡£ -. - - - -; -;/* AFS BOS control (startup/shutdown) service messages */ -; - -MessageId=0x0201 -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STARTED -Language=English -AFS BOS ¿ØÖÆ·þÎñÒÑÆô¶¯¡£ -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STOPPED -Language=English -AFS BOS ¿ØÖÆ·þÎñÒÑÍ£Ö¹¡£ -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED -Language=English -AFS BOS ¿ØÖÆ·þÎñÎÞ·¨Óëϵͳ SCM ͨÐÅ¡£ -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED -Language=English -AFS BOS ¿ØÖÆ·þÎñÎÞ·¨×¢²áʼþ´¦ÀíÆ÷¡£ -AFS ·þÎñÆ÷Èí¼þ¿ÉÄÜδÕýÈ·ÅäÖᣠ-. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES -Language=English -AFS BOS ¿ØÖÆ·þÎñÎÞ·¨»ñµÃ±ØÐëµÄϵͳ×ÊÔ´¡£ -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR -Language=English -AFS BOS ¿ØÖÆ·þÎñ·¢ÏÖÒ»¸öÄÚ²¿´íÎó¡£ -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR -Language=English -AFS BOS ¿ØÖÆ·þÎñ¶¨Î» AFS Èí¼þ°²×°Ä¿Â¼Ê§°Ü¡£AFS ·þÎñÆ÷Èí¼þ¿ÉÄÜδÕýÈ·ÅäÖᣠ-. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED -Language=English -AFS BOS ¿ØÖÆ·þÎñÆô¶¯»òÖØÐÂÆô¶¯ AFS bosserver ʧ°Ü¡£ -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED -Language=English -AFS BOS ¿ØÖÆ·þÎñÍ£Ö¹ AFS bosserver ʧ°Ü¡£ËùÓÐ AFS ·þÎñÆ÷½ø³Ì±ØÐë -ÊÖ¹¤Í£Ö¹(ͨ¹ý afskill ÃüÁîÏò AFS bosserver ·¢ËÍ SIGQUIT ÐźÅ)¡£ -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT -Language=English -AFS BOS ¿ØÖÆ·þÎñ·ÅÆúµÈ´ý AFS bosserver µÄÍ£Ö¹¡£ÔÚÖØÐÂÆô¶¯·þÎñǰ¼ì²éËùÓÐ AFS ·þÎñÆ÷½ø³ÌÊÇ·ñÒÑÍ£Ö¹¡£ -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART -Language=English -AFS BOS ¿ØÖÆ·þÎñÕýÔÚÖØÐÂÆô¶¯ AFS bosserver¡£ -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT -Language=English -AFS BOS ¿ØÖÆ·þÎñÕì²âµ½ AFS bosserver ûÓÐÇëÇóÖØÐÂÆô¶¯¶øÒÑÍ˳ö¡£ -. - - - -; -;#endif /* OPENAFS_AFSEVENT_H */ +;/* Copyright 2000, International Business Machines Corporation and others. +; * All Rights Reserved. +; * +; * This software has been released under the terms of the IBM Public +; * License. For details, see the LICENSE file in the top-level source +; * directory or online at http://www.openafs.org/dl/license10.html +; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h +; */ +; +;#ifndef OPENAFS_AFSEVENT_H +;#define OPENAFS_AFSEVENT_H +; +; +;/* AFS event.mc format. +; * +; * AFS event messages are grouped by category. The MessageId of the +; * first message in a given category specifies the starting identifier +; * range for that category; the second and later messages in a category +; * do NOT specify a MessageId value and thus receive the value of the +; * previous message plus one. +; * +; * To add a new message to an existing category, append it to the end of +; * that category. To create a new category, provide an appropriate +; * comment line and specify a non-conflicting MessageId for the first +; * message in the new category. +; */ +; + + +MessageIdTypedef=unsigned + +; +;/* Test message text */ +; + +MessageId=0x0001 +Severity=Informational +SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS +Language=English +AFS ·þÎñÆ÷ʼþÈÕÖ¾²âÊÔÏûÏ¢¡£ +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS +Language=English +AFS ·þÎñÆ÷ʼþÈÕÖ¾²âÊÔÏûÏ¢(str1: %1£¬ str2: %2)¡£ +. + + + +; +;/* General messages for all AFS server processes */ +; + +MessageId=0x0101 +Severity=Error +SymbolicName=AFSEVT_SVR_FAILED_ASSERT +Language=English +AFS ·þÎñÆ÷½ø³Ìʧ°Ü£ºÎļþ %2 µÄÐÐ %1¡£ +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR +Language=English +%1 ¶¨Î» AFS Èí¼þ°²×°Ä¿Â¼Ê§°Ü¡£ +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED +Language=English +%1 ³õʼ»¯ Windows Ì×½Ó×Ö¿âʧ°Ü¡£ +. + + + +; +;/* AFS BOS control (startup/shutdown) service messages */ +; + +MessageId=0x0201 +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STARTED +Language=English +AFS BOS ¿ØÖÆ·þÎñÒÑÆô¶¯¡£ +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STOPPED +Language=English +AFS BOS ¿ØÖÆ·þÎñÒÑÍ£Ö¹¡£ +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED +Language=English +AFS BOS ¿ØÖÆ·þÎñÎÞ·¨Óëϵͳ SCM ͨÐÅ¡£ +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED +Language=English +AFS BOS ¿ØÖÆ·þÎñÎÞ·¨×¢²áʼþ´¦ÀíÆ÷¡£ +AFS ·þÎñÆ÷Èí¼þ¿ÉÄÜδÕýÈ·ÅäÖᣠ+. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES +Language=English +AFS BOS ¿ØÖÆ·þÎñÎÞ·¨»ñµÃ±ØÐëµÄϵͳ×ÊÔ´¡£ +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR +Language=English +AFS BOS ¿ØÖÆ·þÎñ·¢ÏÖÒ»¸öÄÚ²¿´íÎó¡£ +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR +Language=English +AFS BOS ¿ØÖÆ·þÎñ¶¨Î» AFS Èí¼þ°²×°Ä¿Â¼Ê§°Ü¡£AFS ·þÎñÆ÷Èí¼þ¿ÉÄÜδÕýÈ·ÅäÖᣠ+. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED +Language=English +AFS BOS ¿ØÖÆ·þÎñÆô¶¯»òÖØÐÂÆô¶¯ AFS bosserver ʧ°Ü¡£ +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED +Language=English +AFS BOS ¿ØÖÆ·þÎñÍ£Ö¹ AFS bosserver ʧ°Ü¡£ËùÓÐ AFS ·þÎñÆ÷½ø³Ì±ØÐë +ÊÖ¹¤Í£Ö¹(ͨ¹ý afskill ÃüÁîÏò AFS bosserver ·¢ËÍ SIGQUIT ÐźÅ)¡£ +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT +Language=English +AFS BOS ¿ØÖÆ·þÎñ·ÅÆúµÈ´ý AFS bosserver µÄÍ£Ö¹¡£ÔÚÖØÐÂÆô¶¯·þÎñǰ¼ì²éËùÓÐ AFS ·þÎñÆ÷½ø³ÌÊÇ·ñÒÑÍ£Ö¹¡£ +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART +Language=English +AFS BOS ¿ØÖÆ·þÎñÕýÔÚÖØÐÂÆô¶¯ AFS bosserver¡£ +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT +Language=English +AFS BOS ¿ØÖÆ·þÎñÕì²âµ½ AFS bosserver ûÓÐÇëÇóÖØÐÂÆô¶¯¶øÒÑÍ˳ö¡£ +. + + + +; +;#endif /* OPENAFS_AFSEVENT_H */ diff --git a/src/WINNT/eventlog/lang/zh_TW/event.mc b/src/WINNT/eventlog/lang/zh_TW/event.mc index 2492a8754..6412c8ca0 100644 --- a/src/WINNT/eventlog/lang/zh_TW/event.mc +++ b/src/WINNT/eventlog/lang/zh_TW/event.mc @@ -1,172 +1,172 @@ -;/* Copyright 2000, International Business Machines Corporation and others. -; * All Rights Reserved. -; * -; * This software has been released under the terms of the IBM Public -; * License. For details, see the LICENSE file in the top-level source -; * directory or online at http://www.openafs.org/dl/license10.html -; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h -; */ -; -;#ifndef OPENAFS_AFSEVENT_H -;#define OPENAFS_AFSEVENT_H -; -; -;/* AFS event.mc format. -; * -; * AFS event messages are grouped by category. The MessageId of the -; * first message in a given category specifies the starting identifier -; * range for that category; the second and later messages in a category -; * do NOT specify a MessageId value and thus receive the value of the -; * previous message plus one. -; * -; * To add a new message to an existing category, append it to the end of -; * that category. To create a new category, provide an appropriate -; * comment line and specify a non-conflicting MessageId for the first -; * message in the new category. -; */ -; - - -MessageIdTypedef=unsigned -LanguageNames=(Chinese_Traditional=1:MSG000001) - -; -;/* Test message text */ -; - -MessageId=0x0001 -Severity=Informational -SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS -Language=Chinese_Traditional -AFS ¦øªA¾¹¨Æ¥ó¤é»x´ú¸Õ°T®§¡C -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS -Language=Chinese_Traditional -AFS ¦øªA¾¹¨Æ¥ó¤é»x´ú¸Õ°T®§ (str1: %1, str2: %2)¡C -. - - - -; -;/* General messages for all AFS server processes */ -; - -MessageId=0x0101 -Severity=Error -SymbolicName=AFSEVT_SVR_FAILED_ASSERT -Language=Chinese_Traditional -AFS ¦øªA¾¹³B²z¥¢®Ä½T»{¡G¦bÀÉ®× %2 ªº²Ä %1 ¦æ¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR -Language=Chinese_Traditional -%1 µLªk§ä¨ì AFS ³nÅé¦w¸Ë¥Ø¿ý¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED -Language=Chinese_Traditional -%1 µLªk°_©l³]©w Windows Sockets µ{¦¡®w¡C -. - - - -; -;/* AFS BOS control (startup/shutdown) service messages */ -; - -MessageId=0x0201 -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STARTED -Language=Chinese_Traditional -¤w±Ò°Ê AFS BOS ±±¨îªA°È¡C -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_STOPPED -Language=Chinese_Traditional -¤w°±¤î AFS BOS ±±¨îªA°È¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED -Language=Chinese_Traditional -AFS BOS ±±¨îªA°ÈµLªk»P¨t²Î SCM ³q«H¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED -Language=Chinese_Traditional -AFS BOS ±±¨îªA°ÈµLªkµn¿ý¨Æ¥ó³B²z±`¦¡¡CAFS ¦øªA¾¹³nÅ骺¬[ºc¥i¯à¤£¥¿½T¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES -Language=Chinese_Traditional -AFS BOS ±±¨îªA°ÈµLªk¨ú±o¥²­nªº¨t²Î¸ê·½¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR -Language=Chinese_Traditional -AFS BOS ±±¨îªA°Èµo¥Í¤º³¡¿ù»~¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR -Language=Chinese_Traditional -AFS BOS ±±¨îªA°ÈµLªk§ä¨ì AFS ³nÅé¦w¸Ë¥Ø¿ý¡CAFS ¦øªA¾¹³nÅ骺¬[ºc¥i¯à¤£¥¿½T¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED -Language=Chinese_Traditional -AFS BOS ±±¨îªA°ÈµLªk±Ò°Ê©Î­«·s±Ò°Ê AFS ¥D¦øªA¾¹¡C -. - -MessageId= -Severity=Error -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED -Language=Chinese_Traditional -AFS BOS ±±¨îªA°ÈµLªk°±¤î AFS ¥D¦øªA¾¹¡C©Ò¦³ªº AFS ¦øªA¾¹³B²z³£¥²¶·¥H¤â°Ê¤è¦¡°±¤î -¡]¸ÕµÛ³z¹L fskill «ü¥O¶Ç°e SIGQUIT °T¸¹¨ì AFS ¥D¦øªA¾¹¡^¡C -. - -MessageId= -Severity=Warning -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT -Language=Chinese_Traditional -AFS BOS ±±¨îªA°È©ñ±óµ¥­Ô AFS ¥D¦øªA¾¹°±¤î¡C½ÐÀˬd©Ò¦³ AFS ¦øªA¾¹³B²z³£¤w¦b­«·s±Ò°ÊªA°È¤§«e°±¤î¡C -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART -Language=Chinese_Traditional -AFS BOS ±±¨îªA°È¥¿¦b­«·s±Ò°Ê AFS ¥D¦øªA¾¹¡C -. - -MessageId= -Severity=Informational -SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT -Language=Chinese_Traditional -AFS BOS ±±¨îªA°È°»´ú¨ì AFS ¥D¦øªA¾¹µ²§ô¡A¨Ã¥B¥¼­n¨D­«·s±Ò°Ê¡C -. - - - -; -;#endif /* OPENAFS_AFSEVENT_H */ +;/* Copyright 2000, International Business Machines Corporation and others. +; * All Rights Reserved. +; * +; * This software has been released under the terms of the IBM Public +; * License. For details, see the LICENSE file in the top-level source +; * directory or online at http://www.openafs.org/dl/license10.html +; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h +; */ +; +;#ifndef OPENAFS_AFSEVENT_H +;#define OPENAFS_AFSEVENT_H +; +; +;/* AFS event.mc format. +; * +; * AFS event messages are grouped by category. The MessageId of the +; * first message in a given category specifies the starting identifier +; * range for that category; the second and later messages in a category +; * do NOT specify a MessageId value and thus receive the value of the +; * previous message plus one. +; * +; * To add a new message to an existing category, append it to the end of +; * that category. To create a new category, provide an appropriate +; * comment line and specify a non-conflicting MessageId for the first +; * message in the new category. +; */ +; + + +MessageIdTypedef=unsigned +LanguageNames=(Chinese_Traditional=1:MSG000001) + +; +;/* Test message text */ +; + +MessageId=0x0001 +Severity=Informational +SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS +Language=Chinese_Traditional +AFS ¦øªA¾¹¨Æ¥ó¤é»x´ú¸Õ°T®§¡C +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS +Language=Chinese_Traditional +AFS ¦øªA¾¹¨Æ¥ó¤é»x´ú¸Õ°T®§ (str1: %1, str2: %2)¡C +. + + + +; +;/* General messages for all AFS server processes */ +; + +MessageId=0x0101 +Severity=Error +SymbolicName=AFSEVT_SVR_FAILED_ASSERT +Language=Chinese_Traditional +AFS ¦øªA¾¹³B²z¥¢®Ä½T»{¡G¦bÀÉ®× %2 ªº²Ä %1 ¦æ¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR +Language=Chinese_Traditional +%1 µLªk§ä¨ì AFS ³nÅé¦w¸Ë¥Ø¿ý¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED +Language=Chinese_Traditional +%1 µLªk°_©l³]©w Windows Sockets µ{¦¡®w¡C +. + + + +; +;/* AFS BOS control (startup/shutdown) service messages */ +; + +MessageId=0x0201 +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STARTED +Language=Chinese_Traditional +¤w±Ò°Ê AFS BOS ±±¨îªA°È¡C +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_STOPPED +Language=Chinese_Traditional +¤w°±¤î AFS BOS ±±¨îªA°È¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED +Language=Chinese_Traditional +AFS BOS ±±¨îªA°ÈµLªk»P¨t²Î SCM ³q«H¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED +Language=Chinese_Traditional +AFS BOS ±±¨îªA°ÈµLªkµn¿ý¨Æ¥ó³B²z±`¦¡¡CAFS ¦øªA¾¹³nÅ骺¬[ºc¥i¯à¤£¥¿½T¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES +Language=Chinese_Traditional +AFS BOS ±±¨îªA°ÈµLªk¨ú±o¥²­nªº¨t²Î¸ê·½¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR +Language=Chinese_Traditional +AFS BOS ±±¨îªA°Èµo¥Í¤º³¡¿ù»~¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR +Language=Chinese_Traditional +AFS BOS ±±¨îªA°ÈµLªk§ä¨ì AFS ³nÅé¦w¸Ë¥Ø¿ý¡CAFS ¦øªA¾¹³nÅ骺¬[ºc¥i¯à¤£¥¿½T¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED +Language=Chinese_Traditional +AFS BOS ±±¨îªA°ÈµLªk±Ò°Ê©Î­«·s±Ò°Ê AFS ¥D¦øªA¾¹¡C +. + +MessageId= +Severity=Error +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED +Language=Chinese_Traditional +AFS BOS ±±¨îªA°ÈµLªk°±¤î AFS ¥D¦øªA¾¹¡C©Ò¦³ªº AFS ¦øªA¾¹³B²z³£¥²¶·¥H¤â°Ê¤è¦¡°±¤î +¡]¸ÕµÛ³z¹L fskill «ü¥O¶Ç°e SIGQUIT °T¸¹¨ì AFS ¥D¦øªA¾¹¡^¡C +. + +MessageId= +Severity=Warning +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT +Language=Chinese_Traditional +AFS BOS ±±¨îªA°È©ñ±óµ¥­Ô AFS ¥D¦øªA¾¹°±¤î¡C½ÐÀˬd©Ò¦³ AFS ¦øªA¾¹³B²z³£¤w¦b­«·s±Ò°ÊªA°È¤§«e°±¤î¡C +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART +Language=Chinese_Traditional +AFS BOS ±±¨îªA°È¥¿¦b­«·s±Ò°Ê AFS ¥D¦øªA¾¹¡C +. + +MessageId= +Severity=Informational +SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT +Language=Chinese_Traditional +AFS BOS ±±¨îªA°È°»´ú¨ì AFS ¥D¦øªA¾¹µ²§ô¡A¨Ã¥B¥¼­n¨D­«·s±Ò°Ê¡C +. + + + +; +;#endif /* OPENAFS_AFSEVENT_H */ -- 2.39.5