You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sebastiaan van Erk (JIRA)" <ji...@apache.org> on 2008/02/23 23:00:20 UTC

[jira] Created: (WICKET-1367) Not all of SignInPanel is properly localized

Not all of SignInPanel is properly localized
--------------------------------------------

                 Key: WICKET-1367
                 URL: https://issues.apache.org/jira/browse/WICKET-1367
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-auth-roles
    Affects Versions: 1.3.1
            Reporter: Sebastiaan van Erk
            Priority: Minor


When logging in without typing a password on the SignInPanel I get the message:

    * veld 'password' is verplicht.

instead of veld 'wachtwoord' is verplicht.

Furthermore, when logging in fails, I get the message:

    * Sign in failed

instead of 'Inloggen mislukt' or something like that. Maybe there should be properties files included?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-1367) Not all of SignInPanel is properly localized

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660454#action_12660454 ] 

Juergen Donnerstag commented on WICKET-1367:
--------------------------------------------

But only for "sign in failed". All other error message are correct since we introduced ${label} some time ago and Application_<locale>.properties is using them

> Not all of SignInPanel is properly localized
> --------------------------------------------
>
>                 Key: WICKET-1367
>                 URL: https://issues.apache.org/jira/browse/WICKET-1367
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-auth-roles
>    Affects Versions: 1.3.1
>            Reporter: Sebastiaan van Erk
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4-RC2
>
>
> When logging in without typing a password on the SignInPanel I get the message:
>     * veld 'password' is verplicht.
> instead of veld 'wachtwoord' is verplicht.
> Furthermore, when logging in fails, I get the message:
>     * Sign in failed
> instead of 'Inloggen mislukt' or something like that. Maybe there should be properties files included?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1367) Not all of SignInPanel is properly localized

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-1367.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC2
         Assignee: Juergen Donnerstag

Added locale for NL and DE

> Not all of SignInPanel is properly localized
> --------------------------------------------
>
>                 Key: WICKET-1367
>                 URL: https://issues.apache.org/jira/browse/WICKET-1367
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-auth-roles
>    Affects Versions: 1.3.1
>            Reporter: Sebastiaan van Erk
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4-RC2
>
>
> When logging in without typing a password on the SignInPanel I get the message:
>     * veld 'password' is verplicht.
> instead of veld 'wachtwoord' is verplicht.
> Furthermore, when logging in fails, I get the message:
>     * Sign in failed
> instead of 'Inloggen mislukt' or something like that. Maybe there should be properties files included?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.