Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
771 blopes 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
# Do not edit this file directly.
17
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations
18
 
19
cookies.cookies=Your browser is sending the following cookies:
20
cookies.make-cookie=Create a cookie to send to your browser
21
cookies.name=Name:
22
cookies.no-cookies=Your browser isn't sending any cookies
23
cookies.set=You just sent the following cookie to your browser:
24
cookies.title=Cookies Example
25
cookies.value=Value:
26
 
27
helloworld.title=Hello World!
28
 
29
requestheader.title=Request Header Example
30
 
31
requestinfo.label.method=Method:
32
requestinfo.label.pathinfo=Path Info:
33
requestinfo.label.protocol=Protocol:
34
requestinfo.label.remoteaddr=Remote Address:
35
requestinfo.label.requesturi=Request URI:
36
requestinfo.title=Request Information Example
37
 
38
requestparams.firstname=First Name:
39
requestparams.lastname=Last Name:
40
requestparams.no-params=No Parameters, Please enter some
41
requestparams.params-in-req=Parameters in this request:
42
requestparams.title=Request Parameters Example
43
 
44
sessions.adddata=Add data to your session
45
sessions.created=Created:
46
sessions.data=The following data is in your session:
47
sessions.dataname=Name of Session Attribute:
48
sessions.datavalue=Value of Session Attribute:
49
sessions.id=Session ID:
50
sessions.lastaccessed=Last Accessed:
51
sessions.title=Sessions Example