Bug 1005102 - Wrong French translation in DomainManagmentMessages
Summary: Wrong French translation in DomainManagmentMessages
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Localization
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: Pending
: EAP 6.2.0
Assignee: croe@redhat.com
QA Contact: Nikoleta Hlavickova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-06 08:43 UTC by Emmanuel Hugonnet (ehsavoie)
Modified: 2019-08-19 12:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:48:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Emmanuel Hugonnet (ehsavoie) 2013-09-06 08:43:43 UTC
usernameEasyToGuess is incorrect telling the user that his username is NOT easy to guess, it should be :

Le nom d'utilisateur '%s' est trop facile à deviner

Comment 1 croe@redhat.com 2013-09-24 06:22:55 UTC
Hi Emmanuel,

1- Could you please let us know which Zanata project you are refering to? I cannot yet find it in Zanata.

2- Please clarify: are you saying that Source Text'usernameEasyToGuess' has been mistranslated into Target text 'username Not easy to guess' and that it should have been translated instead as:

Le nom d'utilisateur '%s' est trop facile à deviner
Username '%s' is too easy to guess

Or are you raising another issue?

Comment 2 Emmanuel Hugonnet (ehsavoie) 2013-09-24 07:57:37 UTC
1/ The message file containing this key is : 
src/main/java/org/jboss/as/domain/management/DomainManagementMessages.java

   /**
     * Warning that the username is easy to guess.
     *
     * @param username - The new username.
     *
     * @return a {@link String} for the message.
     */
    @Message(id = Message.NONE, value = "The username '%s' is easy to guess")
    String usernameEasyToGuess(String username);

I don't know how it is related to Zanata.

2/ "The username '%s' is easy to guess" was wrongly translated in French as :

usernameEasyToGuess = "Le nom d'utilisateur '%s' n'est pas facile \u00e0 deviner";
 which is wrong

Comment 3 croe@redhat.com 2013-09-26 23:36:26 UTC
Hi Emmanuel,

Thank you for you prompt and precise reply.

We should be able to look into the issue further once all the EAP 6.2 software strings have been put to Zanata. Unfortunately,for now, we don't have access to this string in Zanata.

Kind regards

Comment 4 Mike McCune 2016-03-28 22:26:18 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions


Note You need to log in before you can comment on or make changes to this bug.