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
|
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
applicationSession.session.ise=estado invlido de sesin
applicationSession.value.iae=valor nulo
fileStore.alreadyStarted=Ya ha sido arrancado el Almacn de Archivos
fileStore.notStarted=An no se ha arrancado el Almacn de Archivos
fileStore.saving=Salvando Sesin {0} en archivo {1}
fileStore.loading=Cargando Sesin {0} desde archivo {1}
fileStore.removing=Quitando Sesin {0} en archivo {1}
JDBCStore.alreadyStarted=Ya ha sido arrancado el Almacn JDBC
JDBCStore.close=Excepcin cerrando conexin a base de datos {0}
JDBCStore.notStarted=An no se ha arrancado el Almacn JDBC
JDBCStore.saving=Salvando Sesin {0} en base de datos {1}
JDBCStore.loading=Cargando Sesin {0} desde base de datos {1}
JDBCStore.removing=Quitando Sesin {0} en base de datos {1}
JDBCStore.SQLException=Error SQL {0}
JDBCStore.checkConnectionDBClosed=La conexina a base de datos es nula o est cerrada. Intentando reabrirla.
JDBCStore.checkConnectionDBReOpenFail=Fall la reapertura de la base de datos. Puede que la base de datos est cada.
JDBCStore.checkConnectionSQLException=Ha tenido lugar una excepcin SQL {0}
JDBCStore.checkConnectionClassNotFoundException=No se ha hallado la clase del manejador (driver) JDBC {0}
managerBase.complete=Se ha completado la siembra del generador de nmeros aleatorios
managerBase.getting=Obteniendo mensaje de componente de resumen (digest) para algoritmo {0}
managerBase.gotten=Completada la obtencin de mensaje de componente de resumen (digest)
managerBase.random=Excepcin inicializando generador de nmeros aleatorios de clase {0}
managerBase.seeding=Sembrando clase de generador de nmeros aleatorios {0}
serverSession.value.iae=valor nulo
standardManager.alreadyStarted=Ya ha sido arrancado el Gestor
standardManager.createSession.ise=createSession: Demasiadas sesiones activas
standardManager.expireException=processsExpire: Excepcin durante la expiracin de sesin
standardManager.loading=Cargando sesiones persistidas desde {0}
standardManager.loading.cnfe=ClassNotFoundException al cargar sesiones persistidas: {0}
standardManager.loading.ioe=IOException al cargar sesiones persistidas: {0}
standardManager.notStarted=An no se ha arrancado el Gestor
standardManager.sessionTimeout=Valor invlido de Tiempo Agotado de sesin {0}
standardManager.unloading=Salvando sesiones persistidas a {0}
standardManager.unloading.ioe=IOException al salvar sesiones persistidas: {0}
standardManager.managerLoad=Excepcin cargando sesiones desde almacenamiento persistente
standardManager.managerUnload=Excepcin descargando sesiones a almacenamiento persistente
standardSession.attributeEvent=El escuchador de eventos de atributo de Sesin lanz una excepcin
standardSession.invalidate.ise=invalidate: La Sesin ya ha sido invalidada
standardSession.isNew.ise=isNew: La Sesin ya ha sido invalidada
standardSession.getAttribute.ise=getAttribute: La Sesin ya ha sido invalidada
standardSession.getAttributeNames.ise=getAttributeNames: La Sesin ya ha sido invalidada
standardSession.getCreationTime.ise=getCreationTime: La Sesin ya ha sido invalidada
standardSession.getLastAccessedTime.ise=getLastAccessedTime: La Sesin ya ha sido invalidada
standardSession.getId.ise=getId: La Sesin ya ha sido invalidada
standardSession.getMaxInactiveInterval.ise=getMaxInactiveInterval: La Sesin ya ha sido invalidada
standardSession.getValueNames.ise=getValueNames: La Sesin ya ha sido invalidada
standardSession.notSerializable=No puedo serializar atributo de sesin {0} para sesin {1}
standardSession.removeAttribute.ise=removeAttribute: La Sesin ya ha sido invalidada
standardSession.sessionEvent=El escuchador de evento de Sesin lanz una execpcin
standardSession.setAttribute.iae=setAttribute: Atributo no serializable
standardSession.setAttribute.ise=setAttribute: La Sesin ya ha sido invalidada
standardSession.setAttribute.namenull=setAttribute: el nuevo parmetro no puede ser nulo
standardSession.sessionCreated=Creada Sesin id = {0}
persistentManager.loading=Cargando {0} sesiones persistidas
persistentManager.unloading=Salvando {0} sesiones persistidas
persistentManager.expiring=Expirando {0} sesiones antes de salvarlas
persistentManager.deserializeError=Error des-serializando Sesin {0}: {1}
persistentManager.serializeError=Error serializando Sesin {0}: {1}
persistentManager.swapMaxIdle=Intercambiando sesin {0} a fuera a Almacn, ociosa durante {1} segundos
persistentManager.backupMaxIdle=Respaldando sesin {0} a Almacn, ociosa durante {1} segundos
persistentManager.backupException=Ha tenido lugar una excepcin al respaldar la Sesin {0}: {1}
persistentManager.tooManyActive=Demasiadas sesiones activas, {0}, buscando sesiones ociosas para intercambiar
persistentManager.swapTooManyActive=Intercambiando sesin {0} a fuera, ociosa durante {1} segundos: Demasiadas sesiones activas
persistentManager.processSwaps=Mirando qu sesiones intercambiar a fuera, {0} sesiones activas en memoria
persistentManager.activeSession=La sesin {0} ha estado ociosa durante {1} segundos
persistentManager.swapIn=Intercambiando sesin {0} a dentro desde Almacn
|