source: nutchez-0.1/tomcat/webapps/examples/WEB-INF/classes/LocalStrings_es.properties @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 2.1 KB
Line 
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
21helloworld.title=Hola Mundo!
22
23requestinfo.title=Ejemplo de Informacion de Request
24requestinfo.label.method=Metodo:
25requestinfo.label.requesturi=Request URI:
26requestinfo.label.protocol=Protocolo:
27requestinfo.label.pathinfo=Path Info:
28requestinfo.label.remoteaddr=Direccion Remota:
29
30requestheader.title=Ejemplo de Cabecera de Request
31
32requestparams.title=Ejemplo de parametros de Request
33requestparams.params-in-req=Parametros en este Request:
34requestparams.no-params=No hay parametro. por favor usa alguno
35requestparams.firstname=Nombre:
36requestparams.lastname=Apellidos:
37
38cookies.title=Ejemplo de Cookies
39cookies.cookies=Tu navegador esta enviando los siguientes cookies:
40cookies.no-cookies=Tu navegador no esta enviando cookies
41cookies.make-cookie=Crea un cookie para enviarlo a tu navegador
42cookies.name=Nombre:
43cookies.value=Valor:
44cookies.set=Acabas de enviar a tu navegador estos cookies:
45
46sessions.title=ejemplo de Sesiones
47sessions.id=ID de Sesion:
48sessions.created=Creado:
49sessions.lastaccessed=Ultimo Acceso:
50sessions.data=Lo siguientes datos estan en tu sesion:
51sessions.adddata=Añade datos a tu sesion:
52sessions.dataname=Nombre del atributo de sesion:
53sessions.datavalue=Valor del atributo de sesion:
Note: See TracBrowser for help on using the repository browser.