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