LINUX: afs_create infinite fetchStatus loop
[pkg-k5-afs_openafs.git] / src / WINNT / eventlog / lang / pt_BR / event.mc
blob801dd6d9ffceaff3be43929e977a9d352c2dcbf1
1 ;/* Copyright 2000, International Business Machines Corporation and others.
2 ; * All Rights Reserved.
3 ; *
4 ; * This software has been released under the terms of the IBM Public
5 ; * License.  For details, see the LICENSE file in the top-level source
6 ; * directory or online at http://www.openafs.org/dl/license10.html
7 ; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h
8 ; */
10 ;#ifndef OPENAFS_AFSEVENT_H
11 ;#define OPENAFS_AFSEVENT_H
14 ;/* AFS event.mc format.
15 ; *
16 ; * AFS event messages are grouped by category.  The MessageId of the
17 ; * first message in a given category specifies the starting identifier
18 ; * range for that category; the second and later messages in a category
19 ; * do NOT specify a MessageId value and thus receive the value of the
20 ; * previous message plus one.
21 ; *
22 ; * To add a new message to an existing category, append it to the end of
23 ; * that category.  To create a new category, provide an appropriate
24 ; * comment line and specify a non-conflicting MessageId for the first
25 ; * message in the new category.
26 ; */
30 MessageIdTypedef=unsigned
33 ;/* Test message text */
36 MessageId=0x0001
37 Severity=Informational
38 SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS
39 Language=English
40 Mensagem de teste do log de eventos para o servidor de AFS.
43 MessageId=
44 Severity=Warning
45 SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS
46 Language=English
47 Mensagem de teste do log de eventos para o servidor do AFS (str1: %1, str2: %2).
53 ;/* General messages for all AFS server processes */
56 MessageId=0x0101
57 Severity=Error
58 SymbolicName=AFSEVT_SVR_FAILED_ASSERT
59 Language=English
60 Um processo para o servidor do AFS falhou uma assertiva: linha %1 no arquivo %2.
63 MessageId=
64 Severity=Error
65 SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR
66 Language=English
67 %1 não conseguiu localizar o diretório de instalação para o software de AFS.
70 MessageId=
71 Severity=Error
72 SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
73 Language=English
74 %1 não conseguiu inicializar a biblioteca de Sockets Windows.
80 ;/* AFS BOS control (startup/shutdown) service messages */
83 MessageId=0x0201
84 Severity=Informational
85 SymbolicName=AFSEVT_SVR_BCS_STARTED
86 Language=English
87 O serviço de controle BOS do AFS foi iniciado.
90 MessageId=
91 Severity=Informational
92 SymbolicName=AFSEVT_SVR_BCS_STOPPED
93 Language=English
94 O serviço de controle BOS do AFS foi interrompido.
97 MessageId=
98 Severity=Error
99 SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED
100 Language=English
101 O serviço de controle BOS do AFS não consegue se comunicar com o SCM do sistema.
104 MessageId=
105 Severity=Error
106 SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
107 Language=English
108 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.
111 MessageId=
112 Severity=Error
113 SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES
114 Language=English
115 O serviço de controle BOS do AFS não consegue obter recursos necessários do sistema.
118 MessageId=
119 Severity=Error
120 SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR
121 Language=English
122 O serviço de controle BOS do AFS sofreu um erro interno.
125 MessageId=
126 Severity=Error
127 SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR
128 Language=English
129 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.
132 MessageId=
133 Severity=Error
134 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED
135 Language=English
136 O serviço de controle BOS do AFS não conseguiu iniciar ou reiniciar o AFS bosserver.
139 MessageId=
140 Severity=Error
141 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
142 Language=English
143 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).
146 MessageId=
147 Severity=Warning
148 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
149 Language=English
150 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.
153 MessageId=
154 Severity=Informational
155 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
156 Language=English
157 O serviço de controle BOS do AFS está reiniciando o AFS bosserver.
160 MessageId=
161 Severity=Informational
162 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
163 Language=English
164 O serviço de controle BOS do AFS detectou que o AFS bosserver saiu sem pedir um reinício.
170 ;#endif /* OPENAFS_AFSEVENT_H */