Index: openafs/src/WINNT/afsd/afsd_service.c
diff -c openafs/src/WINNT/afsd/afsd_service.c:1.3.4.2 openafs/src/WINNT/afsd/afsd_service.c:1.3.4.2.2.1
*** openafs/src/WINNT/afsd/afsd_service.c:1.3.4.2	Sun Jan 20 04:09:11 2002
--- openafs/src/WINNT/afsd/afsd_service.c	Thu May 15 10:33:10 2003
***************
*** 281,287 ****
--- 281,292 ----
  	return ;
  }
  #else
+ 
+ #ifdef _CRTAPI1
  void _CRTAPI1 main()
+ #else
+ void  main()
+ #endif
  {
  	LONG status = ERROR_SUCCESS;
  	SERVICE_TABLE_ENTRY dispatchTable[] = {
Index: openafs/src/WINNT/eventlog/lang/de_DE/event.mc
diff -c openafs/src/WINNT/eventlog/lang/de_DE/event.mc:1.3 openafs/src/WINNT/eventlog/lang/de_DE/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/de_DE/event.mc:1.3	Thu Jan 11 01:28:27 2001
--- openafs/src/WINNT/eventlog/lang/de_DE/event.mc	Thu May 15 10:45:49 2003
***************
*** 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 TRANSARC_AFSEVENT_H
! ;#define TRANSARC_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 fr das AFS-Server-Ereignisprotokoll.
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS
! Language=German
! Testnachricht fr 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 durchfhren: 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 mglicherweise 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 mglicherweise 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 mssen 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 lnger auf das Beenden des AFS BOS-Servers. berprfen 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 /* TRANSARC_AFSEVENT_H */
--- 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 fr das AFS-Server-Ereignisprotokoll.
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS
! Language=German
! Testnachricht fr 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 durchfhren: 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 mglicherweise 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 mglicherweise 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 mssen 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 lnger auf das Beenden des AFS BOS-Servers. berprfen 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 */
Index: openafs/src/WINNT/eventlog/lang/en_US/event.mc
diff -c openafs/src/WINNT/eventlog/lang/en_US/event.mc:1.3 openafs/src/WINNT/eventlog/lang/en_US/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/en_US/event.mc:1.3	Thu Jan 11 01:28:33 2001
--- openafs/src/WINNT/eventlog/lang/en_US/event.mc	Thu May 15 10:45:51 2003
***************
*** 7,14 ****
  ; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h
  ; */
  ;
! ;#ifndef TRANSARC_AFSEVENT_H
! ;#define TRANSARC_AFSEVENT_H
  ;
  ;
  ;/* AFS event.mc format.
--- 7,14 ----
  ; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h
  ; */
  ;
! ;#ifndef OPENAFS_AFSEVENT_H
! ;#define OPENAFS_AFSEVENT_H
  ;
  ;
  ;/* AFS event.mc format.
***************
*** 167,170 ****
  
  
  ;
! ;#endif /* TRANSARC_AFSEVENT_H */
--- 167,170 ----
  
  
  ;
! ;#endif /* OPENAFS_AFSEVENT_H */
Index: openafs/src/WINNT/eventlog/lang/es_ES/event.mc
diff -c openafs/src/WINNT/eventlog/lang/es_ES/event.mc:1.3 openafs/src/WINNT/eventlog/lang/es_ES/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/es_ES/event.mc:1.3	Thu Jan 11 01:28:36 2001
--- openafs/src/WINNT/eventlog/lang/es_ES/event.mc	Thu May 15 10:45:54 2003
***************
*** 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 TRANSARC_AFSEVENT_H
! ;#define TRANSARC_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 seal 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 /* TRANSARC_AFSEVENT_H */
--- 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 seal 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 */
Index: openafs/src/WINNT/eventlog/lang/ja_JP/event.mc
diff -c openafs/src/WINNT/eventlog/lang/ja_JP/event.mc:1.3 openafs/src/WINNT/eventlog/lang/ja_JP/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/ja_JP/event.mc:1.3	Thu Jan 11 01:28:38 2001
--- openafs/src/WINNT/eventlog/lang/ja_JP/event.mc	Thu May 15 10:45:54 2003
***************
*** 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 TRANSARC_AFSEVENT_H
! ;#define TRANSARC_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[ECxgEOEeXgEbZ[WB
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS
! Language=Japanese
! AFS T[o[ECxgEOEeXgEbZ[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[EvZXɎs܂: s %1 t@C %2B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR
! Language=Japanese
! %1  AFS \tgEFÃCXg[EfBNg[܂łB
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
! Language=Japanese
! %1  Windows Socket Cu[ł܂łB
! .
! 
! 
! 
! ;
! ;/* AFS BOS control (startup/shutdown) service messages */
! ;
! 
! MessageId=0x0201
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_STARTED
! Language=Japanese
! AFS BOS T[rXn܂B
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_STOPPED
! Language=Japanese
! AFS BOS T[rX~܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED
! Language=Japanese
! AFS BOS T[rXVXe SCM ƒʐMł܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
! Language=Japanese
! AFS BOS T[rXCxgEnh[o^ł܂BAFS T[o[E\tgEFA\ĂȂ\܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES
! Language=Japanese
! AFS BOS T[rXKvȃVXeE\[X擾ł܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR
! Language=Japanese
! AFS BOS T[rXG[o܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR
! Language=Japanese
! AFS BOS T[rX AFS \tgEFÃCXg[EfBNg[܂łBAFS T[o[E\tgEFA\ĂȂ\܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED
! Language=Japanese
! AFS BOS T[rX AFS bosserver n܂͍Ďnł܂łB
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
! Language=Japanese
! AFS BOS T[rX AFS bosserver ~ł܂łBAFS T[o[EvZXׂĎ蓮Œ~Kv܂ (AFS bosserver  afskill R}h SIGQUIT VOi𑗐MĂ݂Ă)B
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
! Language=Japanese
! AFS BOS T[rX AFS bosserver ̒~҂𒆎~܂BT[rXĎnOɁAׂĂ AFS T[o[EvZX~Ă邱Ƃm߂ĂB
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
! Language=Japanese
! AFS BOS T[rX AFS bosserver ĎnĂ܂B
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
! Language=Japanese
! AFS BOS T[rXAAFS bosserver ĎnvȂŏIƂo܂B
! .
! 
! 
! 
! ;
! ;#endif /* TRANSARC_AFSEVENT_H */
--- 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[ECxgEOEeXgEbZ[WB
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS
! Language=Japanese
! AFS T[o[ECxgEOEeXgEbZ[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[EvZXɎs܂: s %1 t@C %2B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR
! Language=Japanese
! %1  AFS \tgEFÃCXg[EfBNg[܂łB
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
! Language=Japanese
! %1  Windows Socket Cu[ł܂łB
! .
! 
! 
! 
! ;
! ;/* AFS BOS control (startup/shutdown) service messages */
! ;
! 
! MessageId=0x0201
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_STARTED
! Language=Japanese
! AFS BOS T[rXn܂B
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_STOPPED
! Language=Japanese
! AFS BOS T[rX~܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED
! Language=Japanese
! AFS BOS T[rXVXe SCM ƒʐMł܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
! Language=Japanese
! AFS BOS T[rXCxgEnh[o^ł܂BAFS T[o[E\tgEFA\ĂȂ\܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES
! Language=Japanese
! AFS BOS T[rXKvȃVXeE\[X擾ł܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR
! Language=Japanese
! AFS BOS T[rXG[o܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR
! Language=Japanese
! AFS BOS T[rX AFS \tgEFÃCXg[EfBNg[܂łBAFS T[o[E\tgEFA\ĂȂ\܂B
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED
! Language=Japanese
! AFS BOS T[rX AFS bosserver n܂͍Ďnł܂łB
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
! Language=Japanese
! AFS BOS T[rX AFS bosserver ~ł܂łBAFS T[o[EvZXׂĎ蓮Œ~Kv܂ (AFS bosserver  afskill R}h SIGQUIT VOi𑗐MĂ݂Ă)B
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
! Language=Japanese
! AFS BOS T[rX AFS bosserver ̒~҂𒆎~܂BT[rXĎnOɁAׂĂ AFS T[o[EvZX~Ă邱Ƃm߂ĂB
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
! Language=Japanese
! AFS BOS T[rX AFS bosserver ĎnĂ܂B
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
! Language=Japanese
! AFS BOS T[rXAAFS bosserver ĎnvȂŏIƂo܂B
! .
! 
! 
! 
! ;
! ;#endif /* OPENAFS_AFSEVENT_H */
Index: openafs/src/WINNT/eventlog/lang/ko_KR/event.mc
diff -c openafs/src/WINNT/eventlog/lang/ko_KR/event.mc:1.3 openafs/src/WINNT/eventlog/lang/ko_KR/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/ko_KR/event.mc:1.3	Thu Jan 11 01:28:41 2001
--- openafs/src/WINNT/eventlog/lang/ko_KR/event.mc	Thu May 15 10:45:55 2003
***************
*** 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 TRANSARC_AFSEVENT_H
! ;#define TRANSARC_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 /* TRANSARC_AFSEVENT_H */
--- 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 */
Index: openafs/src/WINNT/eventlog/lang/pt_BR/event.mc
diff -c openafs/src/WINNT/eventlog/lang/pt_BR/event.mc:1.3 openafs/src/WINNT/eventlog/lang/pt_BR/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/pt_BR/event.mc:1.3	Thu Jan 11 01:28:43 2001
--- openafs/src/WINNT/eventlog/lang/pt_BR/event.mc	Thu May 15 10:45:55 2003
***************
*** 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 TRANSARC_AFSEVENT_H
! ;#define TRANSARC_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 no conseguiu localizar o diretrio de instalao para o software de AFS.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
! Language=English
! %1 no 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 servio de controle BOS do AFS foi iniciado.
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_STOPPED
! Language=English
! O servio de controle BOS do AFS foi interrompido.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED
! Language=English
! O servio de controle BOS do AFS no consegue se comunicar com o SCM do sistema.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
! Language=English
! O servio de controle BOS do AFS no 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 servio de controle BOS do AFS no consegue obter recursos necessrios do sistema.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR
! Language=English
! O servio de controle BOS do AFS sofreu um erro interno.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR
! Language=English
! O servio de controle BOS do AFS no conseguiu localizar o diretrio de instalao 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 servio de controle BOS do AFS no conseguiu iniciar ou reiniciar o AFS bosserver.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
! Language=English
! O servio de controle BOS do AFS no 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 atravs do comando afskill).
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
! Language=English
! O servio 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 servio.
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
! Language=English
! O servio de controle BOS do AFS est reiniciando o AFS bosserver.
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
! Language=English
! O servio de controle BOS do AFS detectou que o AFS bosserver saiu sem pedir um reincio.
! .
! 
! 
! 
! ;
! ;#endif /* TRANSARC_AFSEVENT_H */
--- 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 no conseguiu localizar o diretrio de instalao para o software de AFS.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
! Language=English
! %1 no 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 servio de controle BOS do AFS foi iniciado.
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_STOPPED
! Language=English
! O servio de controle BOS do AFS foi interrompido.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED
! Language=English
! O servio de controle BOS do AFS no consegue se comunicar com o SCM do sistema.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
! Language=English
! O servio de controle BOS do AFS no 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 servio de controle BOS do AFS no consegue obter recursos necessrios do sistema.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR
! Language=English
! O servio de controle BOS do AFS sofreu um erro interno.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR
! Language=English
! O servio de controle BOS do AFS no conseguiu localizar o diretrio de instalao 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 servio de controle BOS do AFS no conseguiu iniciar ou reiniciar o AFS bosserver.
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
! Language=English
! O servio de controle BOS do AFS no 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 atravs do comando afskill).
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
! Language=English
! O servio 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 servio.
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
! Language=English
! O servio de controle BOS do AFS est reiniciando o AFS bosserver.
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
! Language=English
! O servio de controle BOS do AFS detectou que o AFS bosserver saiu sem pedir um reincio.
! .
! 
! 
! 
! ;
! ;#endif /* OPENAFS_AFSEVENT_H */
Index: openafs/src/WINNT/eventlog/lang/zh_CN/event.mc
diff -c openafs/src/WINNT/eventlog/lang/zh_CN/event.mc:1.3 openafs/src/WINNT/eventlog/lang/zh_CN/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/zh_CN/event.mc:1.3	Thu Jan 11 01:28:46 2001
--- openafs/src/WINNT/eventlog/lang/zh_CN/event.mc	Thu May 15 10:45:56 2003
***************
*** 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 TRANSARC_AFSEVENT_H
! ;#define TRANSARC_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 /* TRANSARC_AFSEVENT_H */
--- 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 */
Index: openafs/src/WINNT/eventlog/lang/zh_TW/event.mc
diff -c openafs/src/WINNT/eventlog/lang/zh_TW/event.mc:1.3 openafs/src/WINNT/eventlog/lang/zh_TW/event.mc:1.3.16.1
*** openafs/src/WINNT/eventlog/lang/zh_TW/event.mc:1.3	Thu Jan 11 01:28:48 2001
--- openafs/src/WINNT/eventlog/lang/zh_TW/event.mc	Thu May 15 10:45:56 2003
***************
*** 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 TRANSARC_AFSEVENT_H
! ;#define TRANSARC_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հTC
! .
! 
! 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 ABzĽT{Gbɮ %2  %1 C
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR
! Language=Chinese_Traditional
! %1 Lk AFS nw˥ؿC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
! Language=Chinese_Traditional
! %1 Lk_l]w Windows Sockets {wC
! .
! 
! 
! 
! ;
! ;/* 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ȵLkPt SCM qHC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
! Language=Chinese_Traditional
! AFS BOS AȵLknƥBz`CAFS An骺[ciणTC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES
! Language=Chinese_Traditional
! AFS BOS AȵLkontθ귽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ȵLk AFS nw˥ؿCAFS An骺[ciणTC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED
! Language=Chinese_Traditional
! AFS BOS AȵLkҰʩέsҰ AFS DAC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
! Language=Chinese_Traditional
! AFS BOS AȵLk AFS DACҦ AFS ABzHʤ覡
! ]յ۳zL fskill Oǰe SIGQUIT T AFS DA^C
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
! Language=Chinese_Traditional
! AFS BOS Aȩ󵥭 AFS DACˬdҦ AFS ABzwbsҰʪAȤeC
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
! Language=Chinese_Traditional
! AFS BOS AȥbsҰ AFS DAC
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
! Language=Chinese_Traditional
! AFS BOS AȰ AFS DAAåBnDsҰʡC
! .
! 
! 
! 
! ;
! ;#endif /* TRANSARC_AFSEVENT_H */
--- 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հTC
! .
! 
! 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 ABzĽT{Gbɮ %2  %1 C
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR
! Language=Chinese_Traditional
! %1 Lk AFS nw˥ؿC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
! Language=Chinese_Traditional
! %1 Lk_l]w Windows Sockets {wC
! .
! 
! 
! 
! ;
! ;/* 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ȵLkPt SCM qHC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
! Language=Chinese_Traditional
! AFS BOS AȵLknƥBz`CAFS An骺[ciणTC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES
! Language=Chinese_Traditional
! AFS BOS AȵLkontθ귽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ȵLk AFS nw˥ؿCAFS An骺[ciणTC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED
! Language=Chinese_Traditional
! AFS BOS AȵLkҰʩέsҰ AFS DAC
! .
! 
! MessageId=
! Severity=Error
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
! Language=Chinese_Traditional
! AFS BOS AȵLk AFS DACҦ AFS ABzHʤ覡
! ]յ۳zL fskill Oǰe SIGQUIT T AFS DA^C
! .
! 
! MessageId=
! Severity=Warning
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
! Language=Chinese_Traditional
! AFS BOS Aȩ󵥭 AFS DACˬdҦ AFS ABzwbsҰʪAȤeC
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
! Language=Chinese_Traditional
! AFS BOS AȥbsҰ AFS DAC
! .
! 
! MessageId=
! Severity=Informational
! SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
! Language=Chinese_Traditional
! AFS BOS AȰ AFS DAAåBnDsҰʡC
! .
! 
! 
! 
! ;
! ;#endif /* OPENAFS_AFSEVENT_H */
Index: openafs/src/WINNT/install/InstallShield5/NTMakefile
diff -c openafs/src/WINNT/install/InstallShield5/NTMakefile:1.6.2.3 openafs/src/WINNT/install/InstallShield5/NTMakefile:1.6.2.3.2.1
*** openafs/src/WINNT/install/InstallShield5/NTMakefile:1.6.2.3	Thu Dec  5 00:59:54 2002
--- openafs/src/WINNT/install/InstallShield5/NTMakefile	Thu May 15 10:33:17 2003
***************
*** 30,35 ****
--- 30,44 ----
  #check which version of the complier we are using
  
  prep: AFS_component_version_number.txt
+ !	IF (!EXIST($(DESTDIR)\WinInstall\Config\wininet.dll))
+ !	ERROR File Not found:$(DESTDIR)\WinInstall\Config\wininet.dll 
+ !	ENDIF
+ !	IF (!EXIST($(DESTDIR)\WinInstall\Config\shlwapi.dll))
+ !	ERROR File Not found:$(DESTDIR)\WinInstall\Config\shlwapi.dll 
+ !	ENDIF
+ !	IF (!EXIST($(DESTDIR)\WinInstall\Config\$(CELLSERVDB_INSTALL)))
+ !	ERROR File Not found:$(DESTDIR)\WinInstall\Config\$(CELLSERVDB_INSTALL) 
+ !	ENDIF
  	$(DESTDIR)\bin\util_cr.exe } "$(AFSPRODUCT_VERSION)" ".\lang\en_US\value.txt" ".\lang\en_US\value.shl"
  	$(DESTDIR)\bin\util_cr.exe } "$(AFSPRODUCT_VERSION)" "default.txt" "default.rge"
  	$(DESTDIR)\bin\util_cr.exe @ "$(AFSROOT)\src\WINNT\install\InstallShield5\lang\en_US\value.shl" "[DATA] CELLSERVDB_CONFIGNAME=$(CELLSERVDB_CONFIGNAME)"
***************
*** 50,56 ****
      CreateISDirTree.bat
      ScatterFiles.bat
      CreateGeneratedFiles.bat
!     CompileScript.bat
  	$(COPY) $(DESTDIR)\WinInstall\Config\wininet.dll ".\Setup Files\Compressed Files\0009-English\Intel 32\."
  	$(COPY) $(DESTDIR)\WinInstall\Config\shlwapi.dll ".\Setup Files\Compressed Files\0009-English\Intel 32\."
  	$(COPY) ..\..\afs_setup_utils\_isuser\_isuser.dll ".\Setup Files\Compressed Files\0009-English\Intel 32\."
--- 59,66 ----
      CreateISDirTree.bat
      ScatterFiles.bat
      CreateGeneratedFiles.bat
! 	pause
! #    CompileScript.bat
  	$(COPY) $(DESTDIR)\WinInstall\Config\wininet.dll ".\Setup Files\Compressed Files\0009-English\Intel 32\."
  	$(COPY) $(DESTDIR)\WinInstall\Config\shlwapi.dll ".\Setup Files\Compressed Files\0009-English\Intel 32\."
  	$(COPY) ..\..\afs_setup_utils\_isuser\_isuser.dll ".\Setup Files\Compressed Files\0009-English\Intel 32\."
Index: openafs/src/config/NTMakefile.i386_nt40
diff -c openafs/src/config/NTMakefile.i386_nt40:1.6.2.5 openafs/src/config/NTMakefile.i386_nt40:1.6.2.5.2.1
*** openafs/src/config/NTMakefile.i386_nt40:1.6.2.5	Thu Dec  5 00:59:56 2002
--- openafs/src/config/NTMakefile.i386_nt40	Thu May 15 10:33:19 2003
***************
*** 37,43 ****
  !ENDIF
  
  #define used in WinNT/2000 installation and program version display
! AFSPRODUCT_VERSION=1.2.8
  CELLNAME_DEFAULT=openafs.org
  CELLSERVDB_INSTALL=CellServDB.GrandCentral
  CELLSERVDB_WEB=http://grand.central.org/dl/cellservdb/CellServDB
--- 37,43 ----
  !ENDIF
  
  #define used in WinNT/2000 installation and program version display
! AFSPRODUCT_VERSION=1.2.9a
  CELLNAME_DEFAULT=openafs.org
  CELLSERVDB_INSTALL=CellServDB.GrandCentral
  CELLSERVDB_WEB=http://grand.central.org/dl/cellservdb/CellServDB
Index: openafs/src/rx/xdr_mem.c
diff -c openafs/src/rx/xdr_mem.c:1.4.2.1 openafs/src/rx/xdr_mem.c:1.4.2.1.2.1
*** openafs/src/rx/xdr_mem.c:1.4.2.1	Fri Mar 21 13:36:42 2003
--- openafs/src/rx/xdr_mem.c	Thu May 15 10:33:23 2003
***************
*** 29,35 ****
  #include <afsconfig.h>
  #include <afs/param.h>
  
! RCSID("$Header: /data/cvs/openafs/src/rx/xdr_mem.c,v 1.4.2.1 2003/03/21 18:36:42 shadow Exp $");
  
  #ifndef	NeXT
  
--- 29,35 ----
  #include <afsconfig.h>
  #include <afs/param.h>
  
! RCSID("$Header: /data/cvs/openafs/src/rx/xdr_mem.c,v 1.4.2.1.2.1 2003/05/15 14:33:23 shadow Exp $");
  
  #ifndef	NeXT
  
***************
*** 45,51 ****
   */
  
  #include "xdr.h"
! #ifndef AFS_NT40_ENV
  #include <netinet/in.h>
  #endif
  
--- 45,53 ----
   */
  
  #include "xdr.h"
! #ifdef AFS_NT40_ENV
! #include <limits.h>
! #else
  #include <netinet/in.h>
  #endif
  
***************
*** 114,120 ****
  	afs_int32 *lp;
  {
      if (xdrs->x_handy -= sizeof(afs_int32))
! 	eturn (FALSE);
      else
  	xdrs->x_handy -= sizeof(afs_int32);
      
--- 116,122 ----
  	afs_int32 *lp;
  {
      if (xdrs->x_handy -= sizeof(afs_int32))
! 	return (FALSE);
      else
  	xdrs->x_handy -= sizeof(afs_int32);
      
