mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

hajma
20.44.2009 fe71aba2d7b10bc745b436304a2f5e4f3d8fbc8a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
# add the following below this CDDL HEADER, with the fields enclosed
# by brackets "[]" replaced with your own identifying information:
#      Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#      Copyright 2006-2009 Sun Microsystems, Inc.
#
# Global directives
#
global.category=JEB
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
#
# where:
#
# SEVERITY is one of:
# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
# ORDINAL is an integer unique among other ordinals in this file
#
MILD_ERR_JEB_INCORRECT_ROUTING_1=El servidor de fondo no contiene ninguna parte del \u00e1rbol de informaci\u00f3n de directorio relacionada con la entrada '%s'
###SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=The database could not be opened: %s
###SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: \
### %s
###SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=The database highest entry identifier could \
### not be determined
###SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not \
### supported by this backend
###SEVERE_ERR_JEB_CREATE_FAIL_7=The backend database directory could not be \
### created: %s
###SEVERE_ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: \
### %s
###SEVERE_ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not \
### a valid directory
###SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a \
### record for '%s'
###SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain \
### a record for ID %s
###SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain \
### a valid record for ID %s
###SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s
###SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot \
### have indexing of type '%s' because it does not have a corresponding matching \
### rule
MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=No se ha activado la excepci\u00f3n durante la transacci\u00f3n de la base de datos: %s
NOTICE_JEB_CLEAN_DATABASE_START_29=Iniciando limpieza de la base de datos en %d archivo(s) de registro de '%s'
NOTICE_JEB_CLEAN_DATABASE_MARKED_30=Se han marcado %d archivo(s) de registro para su limpieza
NOTICE_JEB_CLEAN_DATABASE_FINISH_31=Limpieza de la base de datos finalizada; quedan ahora %d archivo(s) de registro
NOTICE_JEB_DELETED_ENTRY_COUNT_33=El n\u00famero de entradas eliminadas fue %d
MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=Se ignorar\u00e1 la entrada de configuraci\u00f3n '%s'. S\u00f3lo se permite una entrada de configuraci\u00f3n con clase de objeto '%s'
MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=Se ignorar\u00e1 la entrada de configuraci\u00f3n '%s', ya que no se ha reconocido
MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=Se ignorar\u00e1 la entrada de configuraci\u00f3n del \u00edndice '%s', ya que especifica un tipo de atributo desconocido '%s'
MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=Se ignorar\u00e1 la entrada de configuraci\u00f3n del \u00edndice '%s', ya que especifica el tipo de atributo '%s', que ya ha sido definido en otra entrada de configuraci\u00f3n del \u00edndice
###SEVERE_ERR_JEB_IO_ERROR_40=I/O error during backend operation: %s
NOTICE_JEB_BACKEND_STARTED_42=Se ha iniciado el servidor de fondo de la base de datos %s que contiene %d entradas
MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=La entrada principal '%s' no existe
###SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import \
### options do not allow it to be replaced
MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=No se ha configurado ning\u00fan \u00edndice para el tipo de atributo '%s'
MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=La entrada de la base de datos '%s' no existe
MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=La entrada '%s' no se puede agregar porque no existe
MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=La entrada '%s' no se puede eliminar porque no existe
MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=La entrada '%s' no se puede modificar porque no existe
MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=El nombre de la entrada '%s' no se puede cambiar porque no existe
MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=La entrada '%s' no se puede agregar porque ya existe una entrada con ese nombre
MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=La entrada '%s' no se puede eliminar porque tiene entradas subordinadas
MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=El nombre de la entrada no se puede cambiar a '%s' porque ya existe una entrada con ese nombre
MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=La entrada no se puede mover porque la nueva entrada principal '%s' no existe
NOTICE_JEB_CACHE_PRELOAD_STARTED_55=Se ha iniciado la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s
NOTICE_JEB_CACHE_DB_PRELOADED_56=Se ha completado la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=Se ha interrumpido la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s debido al l\u00edmite de tiempo
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=Se ha interrumpido la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s durante la precarga de la base de datos %s debido al l\u00edmite de tama\u00f1o
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=Se ha interrumpido la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s durante la precarga de la base de datos %s
NOTICE_JEB_CACHE_PRELOAD_DONE_60=Se ha completado la precarga de la memoria cach\u00e9 de la base de datos para el servidor de fondo %s
NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=La memoria cach\u00e9 de la base de datos es de %d MB tras la precarga
###SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the \
### database cache for backend %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to \
### obtain the %s MAC provider to create the signed hash for the backup:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting \
### to obtain the %s message digest to create the hash for the backup:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while \
### trying to create the database archive file %s in directory %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting \
### to obtain the cipher to use to encrypt the backup:  %s
###SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while \
### attempting to obtain a list of the files in directory %s to include in the \
### database backup:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while \
### attempting to back up database file %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while \
### trying to close the database archive file %s in directory %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred \
### while attempting to update the backup descriptor file %s with information \
### about the database backup:  %s
###SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s \
### is different to the value computed at time of backup
###SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup \
### %s is different to the value computed at time of backup
###SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken \
### before an incremental backup can be taken
###SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, \
### containing the files restored from backup, could not be renamed to the \
### backend directory %s
###SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base \
### backup IDs must be specified for the incremental backup: %s
###SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could \
### not be created in %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to \
### restore the files from backup %s: %s
###SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could \
### not be found in the backup directory %s
NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=Sin cambios: %s
NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=Incluyendo %s archivo(s) de registro adicional(es) debido a la actividad del depurador
NOTICE_JEB_BACKUP_VERIFY_FILE_84=Verificando: %s
NOTICE_JEB_BACKUP_RESTORED_FILE_85=Restaurado: %s (tama\u00f1o %d)
NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=Archivado: %s
NOTICE_JEB_EXPORT_FINAL_STATUS_87=Se han exportado %d entradas y omitido %d en %d segundos (velocidad media %.1f/s)
NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=Se han exportado %d registros y omitido %d (velocidad reciente %.1f/s)
NOTICE_JEB_IMPORT_THREAD_COUNT_89=Importar total de subprocesos: %d subprocesos
###SEVERE_ERR_IMPORT_LDIF_LACK_MEM_90=Insufficient free memory to perform import. \
###At least %dMB of free memory is required
INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=El procesamiento de LDIF tard\u00f3 %d segundos
INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=El procesamiento de \u00edndices tard\u00f3 %d segundos
NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=Vaciando datos en el disco
NOTICE_JEB_IMPORT_FINAL_STATUS_94=Se han procesado %d entradas, importado %d, omitido %d, rechazado %d y migrado %d en %d segundos (velocidad media %.1f/s)
NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=N\u00famero de valores de \u00edndice que han superado el l\u00edmite de entrada: %d
NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=Se han procesado %d entradas, omitido %d, rechazado %d y migrado %d (velocidad reciente %.1f/s)
NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=Memoria libre: %d MB, tasa de faltas de la cach\u00e9 = %.1f/entrada
NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=Se han comprobado %d registros y encontrado %d error(es) en %d segundos (velocidad media %.1f/s)
INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=N\u00famero de registros que hacen referencia a m\u00e1s de una entrada: %d
INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=N\u00famero de registros que superan el l\u00edmite de entrada: %d
INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=El promedio de entradas al que se hace referencia es %.2f/registro
INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=El n\u00famero m\u00e1ximo de entradas al que hace referencia cualquier registro es %d
NOTICE_JEB_VERIFY_FINAL_STATUS_106=Se han comprobado %d entradas y encontrado %d error(es) en %d segundos (velocidad media %.1f/s)
INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=Estad\u00edstica para los registros que han superado el l\u00edmite de entrada:
INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=El archivo %s tiene %d de dicho(s) registro(s) m\u00edn.=%d m\u00e1x.=%d mediana=%d
NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=Se han procesado %d de %d registros y encontrado %d error(es) (velocidad reciente %.1f/s)
INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=Memoria libre = %d MB, tasa de faltas de la cach\u00e9 = %.1f/registro
MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=No se ha reconocido el siguiente valor de cookie de control de resultados: %s
NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=Una entrada de referencia %s indica que la operaci\u00f3n se debe procesar en un servidor diferente
INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=Propiedades del entorno de la base de datos: %s
###SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record is not \
### compatible with this version of the backend database. Entry version: %x
NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=Esta operaci\u00f3n de b\u00fasqueda ha comprobado el m\u00e1ximo de %d entradas que coinciden
###SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting \
### file permissions for the backend database directory %s: %s
###SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total \
### number of entries in the container: %s
NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=El cambio en el atributo %s no tendr\u00e1 efecto hasta que se reinicie el servidor de fondo
NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% completado(s). Se han procesado %d/%d registros. (velocidad reciente %.1f/s)
NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=Memoria libre = %d MB, tasa de faltas de la cach\u00e9 = %.1f/registro
NOTICE_JEB_REBUILD_FINAL_STATUS_133=Se ha completado la reconstrucci\u00f3n. Se han procesado %d registros en %d segundos (velocidad media %.1f/s)
###SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding \
### index %s: %s
MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=Se ha producido un error al insertar la entrada en la base de datos/\u00edndice de %s: %s
###SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is \
### already in progress
NOTICE_JEB_REBUILD_START_137=La reconstrucci\u00f3n de \u00edndice(s) %s se inici\u00f3 con %d registros totales para procesar
###SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be \
### done with the backend containing the base DN disabled
###SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry \
### with ID %s for sorting purposes:  %s
MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=Los resultados de la b\u00fasqueda no se pueden almacenar porque no se ha indexado la solicitud de b\u00fasqueda proporcionada
MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=No se puede procesar la solicitud de vista de la lista virtual porque la posici\u00f3n de inicio del destino tuvo lugar antes de iniciar el conjunto de resultados
MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=No se puede procesar la solicitud de vista de la lista virtual porque el desplazamiento del destino %d era mayor que el n\u00famero total de resultados en la lista (%d)
MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=No se puede procesar la solicitud de vista de la lista virtual porque no se ha encontrado ninguna entrada en el conjunto de resultados con un valor de orden mayor o igual que el valor de aserci\u00f3n proporcionado
MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=La operaci\u00f3n de b\u00fasqueda solicitada inclu\u00eda el control de resultados paginados sencillos y el control de vista de lista virtual.  Estos controles son mutuamente exclusivos y no se pueden utilizar de forma conjunta
MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=No tiene suficientes privilegios para realizar una b\u00fasqueda sin indexar
###SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support \
### setting file permissions %s to the database directory %s
NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=Algunas claves de \u00edndice ya han superado el l\u00edmite de entrada del \u00edndice anterior en el \u00edndice %s. Este \u00edndice debe reconstruirse antes de que se pueda utilizar el nuevo l\u00edmite
NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=Debido a cambios producidos en la configuraci\u00f3n, el \u00edndice %s est\u00e1 operando actualmente en un estado degradado y debe reconstruirse antes de que se pueda utilizar
###SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while \
### reading from index %s. The index seems to be corrupt and is now operating in \
### a degraded state. The index must be rebuilt before it can return to normal \
### operation
###SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before \
### the import process can start
###SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=An error occurred in import thread \
### %s: %s. The thread can not continue
NOTICE_JEB_IMPORT_LDIF_PHASE_TWO_REPORT_154=\u00cdndice %s: bytes restantes = %d, velocidad de procesamiento principal = %.1f/s
###SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary \
### directory %s
###SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string \
### '%s' provided for configuration entry '%s' is invalid.  The value must be one \
### of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL.  Note \
### that these values are case sensitive
NOTICE_JEB_IMPORT_MIGRATION_START_157=Migrando %s entradas para el ND de base %s
NOTICE_JEB_IMPORT_LDIF_START_158=Procesando LDIF
NOTICE_JEB_IMPORT_LDIF_END_159=Se ha alcanzado el final de LDIF
###SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV \
### index %s is not defined in the server schema
###SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing \
### the search filter %s defined for VLV index %s: %s
MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=No hay ning\u00fan \u00edndice de VLV configurado con el nombre '%s'
MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=Un complemento ha hecho que se anule la operaci\u00f3n de modificaci\u00f3n de ND mientras mueve o cambia el nombre de una entrada de %s a %s
MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=Un complemento ha hecho que se anule la operaci\u00f3n de modificaci\u00f3n de ND mientras mueve o cambia el nombre de una entrada de %s a %s porque el cambio en esa entrada ha violado la configuraci\u00f3n del esquema del servidor:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while \
### attempting to decode an object class set token from the JE compressed \
### schema definitions:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while \
### attempting to decode an attribute description token from the JE compressed \
### schema definitions:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while \
### attempting to store compressed schema information in the database.  The \
### result returned was:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while \
### attempting to store compressed schema information in the database:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was \
### unable to store compressed schema information in the database after multiple \
### attempts
###SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=Unable to decode the provided \
### object class set because it used an undefined token %s
###SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=Unable to decode the \
### provided attribute because it used an undefined attribute description token \
### %s
NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=El cambio al directorio de la base de datos no tendr\u00e1 efecto hasta que se haya reiniciado el servidor de fondo. Los archivos de la base de datos del directorio anterior %s se deben mover al nuevo directorio %s tras cerrar el servidor de fondo para conservar los datos existentes
NOTICE_JEB_IMPORT_STARTING_173=%s iniciando importaci\u00f3n (generaci\u00f3n %s, R%d)
###SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory \
### '%s' does not exist
###SEVERE_ERR_JEB_IMPORT_LDIF_INDEX_FILEWRITER_ERR_175=The following I/O \
###error was received while processing the %s index scratch file: %s
NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=El cierre del entorno LDIF de importaci\u00f3n tard\u00f3 %d segundos
NOTICE_JEB_IMPORT_LDIF_DN_NO_PARENT_177=El DN %s falta en un principal durante la comprobaci\u00f3n de principales de fase dos
NOTICE_JEB_IMPORT_LDIF_DN_CLOSE_178=Procesamiento de fase dos de DN completado. %d DN procesados
NOTICE_JEB_IMPORT_LDIF_INDEX_CLOSE_179=Procesamiento de fase dos de \u00edndice %s completado
###SEVERE_ERR_EXECUTION_ERROR_180=Execution error during backend operation: %s
###SEVERE_ERR_INTERRUPTED_ERROR_181=Interrupted error during backend operation: %s
NOTICE_JEB_IMPORT_LDIF_TRUSTED_FAILED_182=La configuraci\u00f3n de \u00edndices de confianza ha fallado por la siguiente raz\u00f3n: %s
NOTICE_JEB_IMPORT_LDIF_LOG_BYTES_184=Definiendo el tama\u00f1o en bytes del registro de DB en %d bytes
NOTICE_JEB_IMPORT_LDIF_DB_MEM_BUF_INFO_185=Definiendo el tama\u00f1o de memoria cach\u00e9 de DB en %d bytes y el tama\u00f1o del b\u00fafer de fase uno en %d
NOTICE_JEB_IMPORT_LDIF_TOT_MEM_BUF_186=La cantidad de memoria libre disponible para la tarea de importaci\u00f3n es de %d bytes. El n\u00famero de b\u00faferes requeridos de fase uno es %d b\u00faferes
NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Puntos de comprobaci\u00f3n realizados: %d
NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=El depurador se ejecuta: %d archivos eliminados: %d entradas le\u00eddas: %d nodos IN limpiados: %d
NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=Expulsi\u00f3n en curso. Pasadas: %d nodos expulsados: %d nodos BIN descubiertos: %d
NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=Se ha detectado una expulsi\u00f3n tras importar %d entradas
MILD_WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_191=No se puede encontrar ninguna copia de seguridad en '%s'.  Se ejecutar\u00e1 una copia de seguridad completa
###SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_VALID_MATCHING_RULE_192=The attribute '%s' \
###cannot have extensible index type for invalid matching rule name '%s'
###SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_GREATER_THAN_JVM_HEAP_193=Configuration \
###  attribute ds-cfg-db-cache-size has a value of %d but the JVM is only \
###  configured for %d. Consider using ds-cfg-db-cache-percent
###SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_194=Configuration \
###  attribute ds-cfg-db-cache-size has a value of %d which is less than \
###  the minimum: %d
NOTICE_JEB_IMPORT_LDIF_DIRECT_MEM_REPORT_195=El total de b\u00faferes de fase dos de memoria directa es %d y el tama\u00f1o de memoria cach\u00e9 de lectura anticipada es %d
NOTICE_JEB_IMPORT_LDIF_INDIRECT_MEM_REPORT_196=El total de b\u00faferes de fase dos de memoria es %d y el tama\u00f1o de memoria cach\u00e9 de lectura anticipada es %d
NOTICE_JEB_IMPORT_LDIF_BUFF_SIZE_LESS_DEFAULT_197=Definir el tama\u00f1o de b\u00fafer de fase uno en el valor m\u00ednimo de %d bytes y continuar
###SEVERE_ERR_DATABASE_ERROR_198=Database error during backend operation: %s
###SEVERE_ERR_JEB_IMPORT_LDIF_INDEX_WRITE_DB_ERR_199=The following \
###error was received while processing the %s index: %s
###SEVERE_ERR_JEB_IMPORT_LDIF_IMPORT_TASK_ERR_200=The following \
###error was received while processing the import task: %s
###SEVERE_ERR_JEB_IMPORT_LDIF_MIGRATE_EXCLUDED_TASK_ERR_201=The following \
###error was received while processing the migrate excluded task: %s
###SEVERE_ERR_JEB_IMPORT_LDIF_MIGRATE_EXISTING_TASK_ERR_202=The following \
###error was received while processing the migrate existing task: %s
###SEVERE_ERR_JEB_IMPORT_LDIF_APPEND_REPLACE_TASK_ERR_203=The following \
###error was received while processing the append and replace task: %s
NOTICE_JEB_REBUILD_ALL_START_204=La reconstrucci\u00f3n de todos los \u00edndices comenz\u00f3 con %d entradas totales para procesar.
###SEVERE_ERR_JEB_REBUILD_SUFFIX_ERROR_205=Rebuild of base DN %s failed \
###because it not available