source: nutchez-0.1/tomcat/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 2.1 KB
Line 
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_pt.properties 467217 2006-10-24 03:14:34Z markt $
17
18# Default localized resources for example servlets
19# This locale is pt_PT
20
21helloworld.title=Ola Mundo!
22
23requestinfo.title=Exemplo da Informacao do Pedido
24requestinfo.label.method=Metodo:
25requestinfo.label.requesturi=URI do Pedido:
26requestinfo.label.protocol=Protocolo:
27requestinfo.label.pathinfo=Informacao do Caminho:
28requestinfo.label.remoteaddr=Endereco Remoto:
29
30requestheader.title=Exemplo da Cebeceira do Pedido
31
32requestparams.title=Examplo de Parametros do Pedido
33requestparams.params-in-req=Parametros neste pedido:
34requestparams.no-params=Sem Parametros, Por favor entre alguns
35requestparams.firstname=Primeiro Nome:
36requestparams.lastname=Apelido:
37
38cookies.title=CExamplo de Cookies
39cookies.cookies=O se browser esta a enviar os seguintes cookies:
40cookies.no-cookies=O seu browser nao esta a enviar nenhuns cookies
41cookies.make-cookie=Crie um cookie para enviar para o seu browser
42cookies.name=Nome:
43cookies.value=Valor:
44cookies.set=Acabou de enviar o seguinte cookie para o seu browser:
45
46sessions.title=Examplo de sessoes
47sessions.id=Identificador da Sessao:
48sessions.created=Criada:
49sessions.lastaccessed=Ultima vez acedida:
50sessions.data=Os seguintes dados fazem parte da sua sessao:
51sessions.adddata=Adicione data a sua sessao
52sessions.dataname=Nome do atributo da sessao:
53sessions.datavalue=Valor do atributo da Sessao:
Note: See TracBrowser for help on using the repository browser.