LocalStrings_en.properties
上传用户:bj_pst
上传日期:2019-07-07
资源大小:7353k
文件大小:2k
源码类别:

Java编程

开发平台:

Java

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