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.properties < prev    next >
Encoding:
Text File  |  2004-08-28  |  1.9 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.properties,v 1.2 2004/03/18 16:40:33 jfarcand Exp $
  16.  
  17. # Default localized resources for example servlets
  18. # This locale is en_US
  19.  
  20. helloworld.title=Hello World!
  21.  
  22. requestinfo.title=Request Information Example
  23. requestinfo.label.method=Method:
  24. requestinfo.label.requesturi=Request URI:
  25. requestinfo.label.protocol=Protocol:
  26. requestinfo.label.pathinfo=Path Info:
  27. requestinfo.label.remoteaddr=Remote Address:
  28.  
  29. requestheader.title=Request Header Example
  30.  
  31. requestparams.title=Request Parameters Example
  32. requestparams.params-in-req=Parameters in this request:
  33. requestparams.no-params=No Parameters, Please enter some
  34. requestparams.firstname=First Name:
  35. requestparams.lastname=Last Name:
  36.  
  37. cookies.title=Cookies Example
  38. cookies.cookies=Your browser is sending the following cookies:
  39. cookies.no-cookies=Your browser isn't sending any cookies
  40. cookies.make-cookie=Create a cookie to send to your browser
  41. cookies.name=Name:
  42. cookies.value=Value:
  43. cookies.set=You just sent the following cookie to your browser:
  44.  
  45. sessions.title=Sessions Example
  46. sessions.id=Session ID:
  47. sessions.created=Created:
  48. sessions.lastaccessed=Last Accessed:
  49. sessions.data=The following data is in your session:
  50. sessions.adddata=Add data to your session
  51. sessions.dataname=Name of Session Attribute:
  52. sessions.datavalue=Value of Session Attribute:
  53.