diff --git a/dictionaries/ui/components/input/en.dictionary.itop.input.php b/dictionaries/ui/components/input/en.dictionary.itop.input.php index eda06a0eb3..9374a13cad 100644 --- a/dictionaries/ui/components/input/en.dictionary.itop.input.php +++ b/dictionaries/ui/components/input/en.dictionary.itop.input.php @@ -20,9 +20,10 @@ // Input Dict::Add('EN US', 'English', 'English', [ - 'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed', - 'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match', - 'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required', + 'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed', + 'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match', + 'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required', - 'UI:Component:Input:Select:Select_item' => 'Select an item...' -)); \ No newline at end of file + 'UI:Component:Input:Select:Select_item' => 'Select an item...', + ] +); \ No newline at end of file diff --git a/dictionaries/ui/components/input/fr.dictionary.itop.input.php b/dictionaries/ui/components/input/fr.dictionary.itop.input.php index abb68f237f..49b75ad6cd 100644 --- a/dictionaries/ui/components/input/fr.dictionary.itop.input.php +++ b/dictionaries/ui/components/input/fr.dictionary.itop.input.php @@ -11,9 +11,10 @@ * */ Dict::Add('FR FR', 'French', 'Français', [ - 'UI:Component:Input:ChangeNotAllowed' => 'Cette modification n\'est pas autorisée', - 'UI:Component:Input:Password:DoesNotMatch' => 'Les mots de passe ne correspondent pas', - 'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s élément(s) requis', + 'UI:Component:Input:ChangeNotAllowed' => 'Cette modification n\'est pas autorisée', + 'UI:Component:Input:Password:DoesNotMatch' => 'Les mots de passe ne correspondent pas', + 'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s élément(s) requis', - 'UI:Component:Input:Select:Select_item' => 'Sélectionnez un élément...' -)); \ No newline at end of file + 'UI:Component:Input:Select:Select_item' => 'Sélectionnez un élément...', + ] +); \ No newline at end of file