Hide Forgot
Created attachment 809105 [details] [Reports Portal] Manage-Roles - Variable issue with accompanying word in plural Description of problem:[Reports Portal] Manage-Roles - Variable issue with accompanying word in plural Version-Release number of selected component (if applicable):3.3.0 How reproducible: Steps to Reproduce: 1. Login Reports Portal 2. Hover over the Manage button on the top menu bar, click on Roles in the drop-down menu. 3. Check the three panes: Organizations, on the left of the screen. Roles, on the center of screen, click Add Role... button, check the Add Role dialog, input name and click Add Role button, check the role on the list; Perform Roles search; Select the added role from the list, click Delete button Actual results: When you click Delete button, the message is grammatically incorrect. It shows: Confirmez que vous voulez supprimer 1 rôles instead of Confirmez que vous voulez supprimer 1 rôle Expected results: You need to change the string in English in Zanata so that it can be translated appropriately (see explanation below) If you go into Zanata ovirt-engine-jrs-branding JRS-5.5-branded Documents (fr) jasperserver_messages https://translate.zanata.org/zanata/webtrans/translate?project=ovirt-engine-jrs-branding&iteration=JRS-5.5-branded&localeId=fr&locale=en#view:search;projectsearch:Confirmez%20que%20vous%20voulez;projectsearchin:both You will find that the Source String in EN had the word "role" with a 's' (plural) Confirm that you want to delete #{count} roles.¶ This cannot be undone. which has been translated in fr with a 's' as well (plural) following the same logic. Confirmez que vous voulez supprimer #{count} rôles.¶ Cette opération ne peut pas être annulée. In this case, when the number is '1' (see screenshot), plural does not apply anymore.
*** This bug has been marked as a duplicate of bug 952045 ***