Bug 1005102

Summary: Wrong French translation in DomainManagmentMessages
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Emmanuel Hugonnet (ehsavoie) <ehugonne>
Component: LocalizationAssignee: croe <croe>
Status: CLOSED EOL QA Contact: Nikoleta Hlavickova <nziakova>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.1.1CC: croe, dandread, myarboro, yshao
Target Milestone: Pending   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:48:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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