init
This commit is contained in:
72
java/org/apache/tomcat/util/http/res/LocalStrings.properties
Normal file
72
java/org/apache/tomcat/util/http/res/LocalStrings.properties
Normal file
@@ -0,0 +1,72 @@
|
||||
# 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.
|
||||
|
||||
sc.100=Continue
|
||||
sc.101=Switching Protocols
|
||||
sc.102=Processing
|
||||
sc.200=OK
|
||||
sc.201=Created
|
||||
sc.202=Accepted
|
||||
sc.203=Non-Authoritative Information
|
||||
sc.204=No Content
|
||||
sc.205=Reset Content
|
||||
sc.206=Partial Content
|
||||
sc.207=Multi-Status
|
||||
sc.208=Already Reported
|
||||
sc.226=IM Used
|
||||
sc.300=Multiple Choices
|
||||
sc.301=Moved Permanently
|
||||
sc.302=Found
|
||||
sc.303=See Other
|
||||
sc.304=Not Modified
|
||||
sc.305=Use Proxy
|
||||
sc.307=Temporary Redirect
|
||||
sc.308=Permanent Redirect
|
||||
sc.400=Bad Request
|
||||
sc.401=Unauthorized
|
||||
sc.402=Payment Required
|
||||
sc.403=Forbidden
|
||||
sc.404=Not Found
|
||||
sc.405=Method Not Allowed
|
||||
sc.406=Not Acceptable
|
||||
sc.407=Proxy Authentication Required
|
||||
sc.408=Request Timeout
|
||||
sc.409=Conflict
|
||||
sc.410=Gone
|
||||
sc.411=Length Required
|
||||
sc.412=Precondition Failed
|
||||
sc.413=Request Entity Too Large
|
||||
sc.414=Request-URI Too Long
|
||||
sc.415=Unsupported Media Type
|
||||
sc.416=Requested Range Not Satisfiable
|
||||
sc.417=Expectation Failed
|
||||
sc.422=Unprocessable Entity
|
||||
sc.423=Locked
|
||||
sc.424=Failed Dependency
|
||||
sc.426=Upgrade Required
|
||||
sc.428=Precondition Required
|
||||
sc.429=Too Many Requests
|
||||
sc.431=Request Header Fields Too Large
|
||||
sc.500=Internal Server Error
|
||||
sc.501=Not Implemented
|
||||
sc.502=Bad Gateway
|
||||
sc.503=Service Unavailable
|
||||
sc.504=Gateway Timeout
|
||||
sc.505=HTTP Version Not Supported
|
||||
sc.506=Variant Also Negotiates (Experimental)
|
||||
sc.507=Insufficient Storage
|
||||
sc.508=Loop Detected
|
||||
sc.510=Not Extended
|
||||
sc.511=Network Authentication Required
|
||||
@@ -0,0 +1,60 @@
|
||||
# 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.
|
||||
|
||||
sc.100=Continuar
|
||||
sc.101=Cambiando Protocolos
|
||||
sc.200=OK
|
||||
sc.201=Creado
|
||||
sc.202=Aceptado
|
||||
sc.203=Información No-Autorizativa
|
||||
sc.204=Sin Contenido
|
||||
sc.205=Reponer Contenido
|
||||
sc.206=Contenido Parcial
|
||||
sc.207=Multi-Estado
|
||||
sc.300=Múltiples Elecciones
|
||||
sc.301=Movido permanentemente
|
||||
sc.302=Movido temporalmente
|
||||
sc.303=Mirar Otro
|
||||
sc.304=No Modificado
|
||||
sc.305=Usar Proxy
|
||||
sc.307=Redirección Temporal
|
||||
sc.400=Petición incorrecta
|
||||
sc.401=No Autorizado
|
||||
sc.402=Pago requerido
|
||||
sc.403=Prohibido
|
||||
sc.404=No Encontrado
|
||||
sc.405=Método No Permitido
|
||||
sc.406=No Aceptable
|
||||
sc.407=Autentificación Proxy Requerida
|
||||
sc.408=Request Caducada
|
||||
sc.409=Conflicto
|
||||
sc.410=Ido
|
||||
sc.411=Longitud Requerida
|
||||
sc.412=Precondición Fallada
|
||||
sc.413=Entidad de Request Demasiado Grande
|
||||
sc.414=Request-URI Demasiado Larga
|
||||
sc.415=Tipo de Medio No Soportado
|
||||
sc.416=El Rango Pedido No Ser Satisfecho
|
||||
sc.417=Expectativa Fallada
|
||||
sc.422=Entidad Improcesable
|
||||
sc.423=Bloqueado
|
||||
sc.424=Dependencia Fallida
|
||||
sc.500=Error Interno del Servidor
|
||||
sc.501=No Implementado
|
||||
sc.502=Pasarela Incorrecta
|
||||
sc.503=Servicio no Disponible
|
||||
sc.504=Pasarela Caducada
|
||||
sc.505=Versión de HTTP No Soportada
|
||||
sc.507=Almacenaje Insuficiente
|
||||
@@ -0,0 +1,59 @@
|
||||
# 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.
|
||||
|
||||
sc.100=Continuer
|
||||
sc.101=Changement de Protocols
|
||||
sc.200=OK
|
||||
sc.201=Crée
|
||||
sc.202=Accepté
|
||||
sc.203=Information Sans-Autorité
|
||||
sc.204=Pas de Contenu
|
||||
sc.205=Remise à Zéro de Contenu
|
||||
sc.206=Contenu Partiel
|
||||
sc.207=Etat Multiple
|
||||
sc.300=Choix Multiples
|
||||
sc.301=Déplacé de façon Permanente
|
||||
sc.302=Déplacé Temporairement
|
||||
sc.303=Voir Autre
|
||||
sc.304=Non Modifié
|
||||
sc.305=Utilisation de Relais
|
||||
sc.307=Redirection Temporaire
|
||||
sc.400=Mauvaise Requête
|
||||
sc.401=Non-Autorisé
|
||||
sc.402=Paiement Nécessaire
|
||||
sc.403=Interdit
|
||||
sc.404=Introuvable
|
||||
sc.405=Méthode Non Autorisée
|
||||
sc.406=Inacceptable
|
||||
sc.407=Authentification de Relais Nécessaire
|
||||
sc.408=Dépassement de Délais pour la Requête
|
||||
sc.409=Conflit
|
||||
sc.410=Parti
|
||||
sc.411=Taille Demandée
|
||||
sc.412=Echec de Pré-condition
|
||||
sc.413=Entité de Requête Trop Grande
|
||||
sc.414=URI de Requête Trop Grande
|
||||
sc.415=Type de Support Non Supporté
|
||||
sc.416=Etendue de Requête Irréalisable
|
||||
sc.417=Echec d'Attente
|
||||
sc.422=Entité Ingérable
|
||||
sc.424=Echec de Dépendance
|
||||
sc.500=Erreur Interne de Servlet
|
||||
sc.501=Non Implémenté
|
||||
sc.502=Mauvaise Passerelle
|
||||
sc.503=Service Indisponible
|
||||
sc.504=Dépassement de Délais pour la Passerelle
|
||||
sc.505=Version HTTP Non Supportée
|
||||
sc.507=Stockage Insuffisant
|
||||
Reference in New Issue
Block a user