N°6219 Fix issues in dictionary entries

This commit is contained in:
Stephen Abello
2023-05-10 10:08:18 +02:00
parent 5219541b74
commit 2f20cf52f3
2 changed files with 3 additions and 3 deletions

View File

@@ -46,12 +46,12 @@ Dict::Add('EN US', 'English', 'English', array(
// Modify object
'UI:Links:ModifyObject:Button' => 'Modify',
'UI:Links:ModifyObject:Button+' => 'Modify this object',
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
'UI:Links:ModifyObject:Modal:Title' => 'Modify %5$s',
// Remove
'UI:Links:Remove:Button' => 'Remove',
'UI:Links:Remove:Button+' => 'Remove this %4$s',
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s',
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s',
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?',
// Delete

View File

@@ -47,7 +47,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
// Modify object
'UI:Links:ModifyObject:Button' => 'Modifier',
'UI:Links:ModifyObject:Button+' => 'Modifier cet objet',
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
'UI:Links:ModifyObject:Modal:Title' => 'Modifier %5$s',
// Remove
'UI:Links:Remove:Button' => 'Retirer',