File: LocalStrings_es.properties

package info (click to toggle)
tomcat11 11.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,028 kB
  • sloc: java: 366,244; xml: 55,681; jsp: 4,783; sh: 1,304; perl: 324; makefile: 25; ansic: 14
file content (40 lines) | stat: -rw-r--r-- 2,664 bytes parent folder | download | duplicates (6)
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
# 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.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

error.compare=No puedo comparar [{0}] con [{1}]
error.context.null=ELContext era nulo
error.convert=No puedo convertir [{0}] desde tipo [{1}] a [{2}]
error.fnMapper.method=Función [{0}] no hallada
error.fnMapper.null=La expresión usa funciones, pero no se ha suministrado FunctionMapper
error.fnMapper.paramcount=La función [{0}] especifica [{1}] parémetros, pero [{2}] fueron declarados
error.function=Problemas llamando a función [{0}]
error.identifier.notjava=El identificador [{0}] no es un identificado Java válido según se requiere en la sección 1.9 de la especificación EL (Identificador ::= identificador de lenguaje Java). Este chequeo se puede desactivar poniendo la propiedad del sistema  org.apache.el.parser.SKIP_IDENTIFIER_CHECK a verdad (true).
error.method=No es una MethodExpression válida: [{0}]
error.method.ambiguous=No pude hallar método ambiguo: {0}.{1}({2})
error.method.notfound=Método no hallado: {0}.{1}({2})
error.method.nullParms=Los tipos de parámetro no pueden ser nulo
error.mixed=La expresión no puede contenera la vez ''#{..}'' y ''${..}'' : [{0}]
error.noVariableMapperTarget=VariableMapper no puede apuntar a un valor nulo
error.null=La expresión no puede ser nula
error.resolver.unhandled=ELResolver no manejó el tipo: [{0}] con propiedad de [{1}]
error.resolver.unhandled.null=ELResolver no puede manejar un Objeto base nulo  con identificador de [{0}]
error.syntax.set=Sitáxis ilegal para Operación de Poner Valor
error.unreachable.base=Objetivo inalcanzable, identificador [{0}] resuelto a nulo
error.unreachable.property=Objetivo inalcanzable, [{0}] devolvió nulo
error.value.expectedType=El tipo esperado no puede ser nulo
error.value.literal.write=ValueExpression es un literal y no un grabable: [{0}]