You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2017/11/13 22:34:19 UTC

wicket git commit: Added Czech localization for Wizard

Repository: wicket
Updated Branches:
  refs/heads/master 81260044c -> c1a145db2


Added Czech localization for Wizard


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

Branch: refs/heads/master
Commit: c1a145db252be0ea037ea040e1a04564eb42bebd
Parents: 8126004
Author: Vit Rozkovec <vi...@gmail.com>
Authored: Wed Nov 8 13:00:02 2017 +0100
Committer: Sven Meier <sv...@apache.org>
Committed: Mon Nov 13 23:31:34 2017 +0100

----------------------------------------------------------------------
 .../extensions/wizard/Wizard_cs.utf8.properties | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c1a145db/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
new file mode 100644
index 0000000..c3ce047
--- /dev/null
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
@@ -0,0 +1,24 @@
+#  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=		Další >
+org.apache.wicket.extensions.wizard.previous=		< Předchozí
+org.apache.wicket.extensions.wizard.last=		Poslední
+org.apache.wicket.extensions.wizard.cancel=		Zrušit
+org.apache.wicket.extensions.wizard.finish=		Dokončit
+
+org.apache.wicket.extensions.wizard.NextButton.step.did.not.complete=Nelze přejít na následující krok, \
+	protože tento krok nebyl splněn z neznámého důvodu.
+org.apache.wicket.extensions.wizard.FinishButton.step.did.not.complete=Akci nelze dokončit, \
+	protože tento krok nebyl splněn z neznámého důvodu.