You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/09/04 11:54:14 UTC

git commit: WICKET-4746 Wizard component translation for pt_BR

Updated Branches:
  refs/heads/master 1ac9427fd -> 2d52dd825


WICKET-4746 Wizard component translation for pt_BR


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2d52dd82
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2d52dd82
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2d52dd82

Branch: refs/heads/master
Commit: 2d52dd825c101aea8425bdd3e631ed809d55b28d
Parents: 1ac9427
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Sep 4 11:53:47 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Sep 4 11:53:47 2012 +0200

----------------------------------------------------------------------
 .../extensions/wizard/Wizard_pt_BR.properties      |   22 +++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2d52dd82/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_pt_BR.properties
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_pt_BR.properties b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_pt_BR.properties
new file mode 100644
index 0000000..ae98a6f
--- /dev/null
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_pt_BR.properties
@@ -0,0 +1,22 @@
+#  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.
+org.apache.wicket.extensions.wizard.next=Pr\u00F3ximo >
+org.apache.wicket.extensions.wizard.previous=< Anterior
+org.apache.wicket.extensions.wizard.last=\u00DAltimo
+org.apache.wicket.extensions.wizard.cancel=Cancelar
+org.apache.wicket.extensions.wizard.finish=Finalizar
+
+org.apache.wicket.extensions.wizard.NextButton.step.did.not.complete=N\u00E3o foi poss\u00EDvel ir para o pr\u00F3ximo passo. O passo corrente n\u00E3o foi completado por uma raz\u00E3o desconhecida.
+org.apache.wicket.extensions.wizard.FinishButton.step.did.not.complete=N\u00E3o foi poss\u00EDvel finalizar, o passo corrente n\u00E3o foi completado por uma raz\u00E3o desconhecida.