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