You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Bert Radke (JIRA)" <ji...@apache.org> on 2015/11/30 11:40:10 UTC

[jira] [Created] (WICKET-6048) German Translation for EqualInputValidator wrong

Bert Radke created WICKET-6048:
----------------------------------

             Summary: German Translation for EqualInputValidator wrong
                 Key: WICKET-6048
                 URL: https://issues.apache.org/jira/browse/WICKET-6048
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.0.0
            Reporter: Bert Radke
            Priority: Trivial


The german translation for EqualInputValidator contains to many 'Label' words:

english: EqualInputValidator='${input0}' from ${label0} and '${input1}' from ${label1} must be equal.

german: 
 EqualInputValidator='${input0}' vom Label ${label0} und '${input1}' vom Label ${label1} m\u00fcssen gleich sein.

it should be 
 EqualInputValidator='${input0}' vom ${label0} und '${input1}' vom  ${label1} m\u00fcssen gleich sein.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)