| [66] | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | 
|---|
|  | 2 | # contributor license agreements.  See the NOTICE file distributed with | 
|---|
|  | 3 | # this work for additional information regarding copyright ownership. | 
|---|
|  | 4 | # The ASF licenses this file to You under the Apache License, Version 2.0 | 
|---|
|  | 5 | # (the "License"); you may not use this file except in compliance with | 
|---|
|  | 6 | # the License.  You may obtain a copy of the License at | 
|---|
|  | 7 | # | 
|---|
|  | 8 | #     http://www.apache.org/licenses/LICENSE-2.0 | 
|---|
|  | 9 | # | 
|---|
|  | 10 | # Unless required by applicable law or agreed to in writing, software | 
|---|
|  | 11 | # distributed under the License is distributed on an "AS IS" BASIS, | 
|---|
|  | 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
|---|
|  | 13 | # See the License for the specific language governing permissions and | 
|---|
|  | 14 | # limitations under the License. | 
|---|
|  | 15 |  | 
|---|
|  | 16 | # $Id: LocalStrings_es.properties 467217 2006-10-24 03:14:34Z markt $ | 
|---|
|  | 17 | # | 
|---|
|  | 18 | # Default localized string information | 
|---|
|  | 19 | # Localized para Locale es_ES | 
|---|
|  | 20 |  | 
|---|
|  | 21 | helloworld.title=Hola Mundo! | 
|---|
|  | 22 |  | 
|---|
|  | 23 | requestinfo.title=Ejemplo de Informacion de Request | 
|---|
|  | 24 | requestinfo.label.method=Metodo: | 
|---|
|  | 25 | requestinfo.label.requesturi=Request URI: | 
|---|
|  | 26 | requestinfo.label.protocol=Protocolo: | 
|---|
|  | 27 | requestinfo.label.pathinfo=Path Info: | 
|---|
|  | 28 | requestinfo.label.remoteaddr=Direccion Remota: | 
|---|
|  | 29 |  | 
|---|
|  | 30 | requestheader.title=Ejemplo de Cabecera de Request | 
|---|
|  | 31 |  | 
|---|
|  | 32 | requestparams.title=Ejemplo de parametros de Request | 
|---|
|  | 33 | requestparams.params-in-req=Parametros en este Request: | 
|---|
|  | 34 | requestparams.no-params=No hay parametro. por favor usa alguno | 
|---|
|  | 35 | requestparams.firstname=Nombre: | 
|---|
|  | 36 | requestparams.lastname=Apellidos: | 
|---|
|  | 37 |  | 
|---|
|  | 38 | cookies.title=Ejemplo de Cookies | 
|---|
|  | 39 | cookies.cookies=Tu navegador esta enviando los siguientes cookies: | 
|---|
|  | 40 | cookies.no-cookies=Tu navegador no esta enviando cookies | 
|---|
|  | 41 | cookies.make-cookie=Crea un cookie para enviarlo a tu navegador | 
|---|
|  | 42 | cookies.name=Nombre: | 
|---|
|  | 43 | cookies.value=Valor: | 
|---|
|  | 44 | cookies.set=Acabas de enviar a tu navegador estos cookies: | 
|---|
|  | 45 |  | 
|---|
|  | 46 | sessions.title=ejemplo de Sesiones | 
|---|
|  | 47 | sessions.id=ID de Sesion: | 
|---|
|  | 48 | sessions.created=Creado: | 
|---|
|  | 49 | sessions.lastaccessed=Ultimo Acceso: | 
|---|
|  | 50 | sessions.data=Lo siguientes datos estan en tu sesion: | 
|---|
|  | 51 | sessions.adddata=Añade datos a tu sesion: | 
|---|
|  | 52 | sessions.dataname=Nombre del atributo de sesion: | 
|---|
|  | 53 | sessions.datavalue=Valor del atributo de sesion: | 
|---|