home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / LocalStrings_es.properties < prev    next >
Encoding:
Text File  |  2004-08-28  |  2.0 KB  |  53 lines

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