| [66] | 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 |  | 
|---|
|  | 21 | helloworld.title=Ola Mundo! | 
|---|
|  | 22 |  | 
|---|
|  | 23 | requestinfo.title=Exemplo da Informacao do Pedido | 
|---|
|  | 24 | requestinfo.label.method=Metodo: | 
|---|
|  | 25 | requestinfo.label.requesturi=URI do Pedido: | 
|---|
|  | 26 | requestinfo.label.protocol=Protocolo: | 
|---|
|  | 27 | requestinfo.label.pathinfo=Informacao do Caminho: | 
|---|
|  | 28 | requestinfo.label.remoteaddr=Endereco Remoto: | 
|---|
|  | 29 |  | 
|---|
|  | 30 | requestheader.title=Exemplo da Cebeceira do Pedido | 
|---|
|  | 31 |  | 
|---|
|  | 32 | requestparams.title=Examplo de Parametros do Pedido | 
|---|
|  | 33 | requestparams.params-in-req=Parametros neste pedido: | 
|---|
|  | 34 | requestparams.no-params=Sem Parametros, Por favor entre alguns | 
|---|
|  | 35 | requestparams.firstname=Primeiro Nome: | 
|---|
|  | 36 | requestparams.lastname=Apelido: | 
|---|
|  | 37 |  | 
|---|
|  | 38 | cookies.title=CExamplo de Cookies | 
|---|
|  | 39 | cookies.cookies=O se browser esta a enviar os seguintes cookies: | 
|---|
|  | 40 | cookies.no-cookies=O seu browser nao esta a enviar nenhuns cookies | 
|---|
|  | 41 | cookies.make-cookie=Crie um cookie para enviar para o seu browser | 
|---|
|  | 42 | cookies.name=Nome: | 
|---|
|  | 43 | cookies.value=Valor: | 
|---|
|  | 44 | cookies.set=Acabou de enviar o seguinte cookie para o seu browser: | 
|---|
|  | 45 |  | 
|---|
|  | 46 | sessions.title=Examplo de sessoes | 
|---|
|  | 47 | sessions.id=Identificador da Sessao: | 
|---|
|  | 48 | sessions.created=Criada: | 
|---|
|  | 49 | sessions.lastaccessed=Ultima vez acedida: | 
|---|
|  | 50 | sessions.data=Os seguintes dados fazem parte da sua sessao: | 
|---|
|  | 51 | sessions.adddata=Adicione data a sua sessao | 
|---|
|  | 52 | sessions.dataname=Nome do atributo da sessao: | 
|---|
|  | 53 | sessions.datavalue=Valor do atributo da Sessao: | 
|---|