You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2011/04/17 17:27:08 UTC

svn commit: r1094157 - in /wicket/trunk/wicket-core/src/main/java/org/apache/wicket: Application_pt.properties Application_pt_BR.properties

Author: jdonnerstag
Date: Sun Apr 17 15:27:08 2011
New Revision: 1094157

URL: http://svn.apache.org/viewvc?rev=1094157&view=rev
Log:
promote Application_pt_BR.properties to _pt.properties.
Issue: WICKET-3619

Added:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application_pt.properties
Removed:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application_pt_BR.properties

Added: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application_pt.properties
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application_pt.properties?rev=1094157&view=auto
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application_pt.properties (added)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Application_pt.properties Sun Apr 17 15:27:08 2011
@@ -0,0 +1,48 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+Required=Campo '${label}' \u00E9 obrigat\u00F3rio.
+IConverter='${input}' n\u00E3o \u00E9 um ${type} v\u00E1lido.
+
+RangeValidator=${input} deve estar entre ${minimum} e ${maximum}.
+MinimumValidator='${input}' deve ser maior que ${minimum}.
+MaximumValidator='${input}' deve ser menor que ${maximum}.
+
+StringValidator.range='${input}' deve ter entre ${minimum} e ${maximum} caracteres.
+StringValidator.minimum='${input}' deve ter no m\u00EDnimo ${minimum} caracteres.
+StringValidator.maximum='${input}' deve ter no m\u00E1ximo ${maximum} caracteres.
+StringValidator.exact='${input}' deve ter exatamente ${exact} caracteres.
+
+DateValidator.range='${input}' deve estar entre ${minimum} e ${maximum}.
+DateValidator.minimum='${input}' deve ser posterior a ${minimum}.
+DateValidator.maximum='${input}' deve ser anterior a ${maximum}.
+
+CreditCardValidator=Cart\u00E3o de cr\u00E9dito n\u00E3o \u00E9 v\u00E1lido.
+
+UrlValidator='${input}' n\u00E3o \u00E9 uma URL v\u00E1lida.
+
+PatternValidator='${input}' n\u00E3o obedece ao padr\u00E3o '${pattern}'
+EmailAddressValidator='${input}' n\u00E3o \u00E9 um endere\u00E7o de email v\u00E1lido.
+
+EqualInputValidator='${input0}' de ${label0} e '${input1}' de ${label1} devem ser iguais.
+EqualPasswordInputValidator=${label0} e ${label1} devem ser iguais.
+
+null=Escolha
+nullValid=
+
+PagingNavigator.first=Voltar \u00E0 primeira p\u00E1gina
+PagingNavigator.previous=Voltar \u00E0 p\u00E1gina anterior
+PagingNavigator.next=Avan\u00E7ar \u00E0 pr\u00F3xima p\u00E1gina
+PagingNavigator.last=Avan\u00E7ar \u00E0 \u00FAltima p\u00E1gina
+PagingNavigation.page=Ir \u00E0 p\u00E1gina ${page}
\ No newline at end of file