Repository: wicket Updated Branches: refs/heads/wicket-7.x a2f440ed2 -> 5b1dd696a
WICKET-6048 german translation for EqualInputValidator fix Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5b1dd696 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5b1dd696 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5b1dd696 Branch: refs/heads/wicket-7.x Commit: 5b1dd696a19dd868efb980a7f0889db97b472f18 Parents: a2f440e Author: Sven Meier <[email protected]> Authored: Mon Nov 30 14:09:28 2015 +0100 Committer: Sven Meier <[email protected]> Committed: Mon Nov 30 14:12:24 2015 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/wicket/Application_de.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/5b1dd696/wicket-core/src/main/java/org/apache/wicket/Application_de.properties ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/Application_de.properties b/wicket-core/src/main/java/org/apache/wicket/Application_de.properties index 7014ff2..014d991 100644 --- a/wicket-core/src/main/java/org/apache/wicket/Application_de.properties +++ b/wicket-core/src/main/java/org/apache/wicket/Application_de.properties @@ -33,7 +33,7 @@ EmailAddressValidator=Der Wert von '${label}' ist keine g\u00fcltige Email-Adres CreditCardValidator=Die Kreditkartennummer ist ung\u00fcltig. UrlValidator='${label}' ist keine g\u00fcltige URL. -EqualInputValidator='${input0}' vom Label ${label0} und '${input1}' vom Label ${label1} m\u00fcssen gleich sein. +EqualInputValidator='${input0}' f\u00fcr ${label0} und '${input1}' f\u00fcr ${label1} m\u00fcssen gleich sein. EqualPasswordInputValidator=${label0} und ${label1} m\u00fcssen gleich sein. null=Bitte w\u00e4hlen
