mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2039 - Improve title / message for set input with a minimum item constraint
This commit is contained in:
@@ -18,5 +18,7 @@
|
||||
*/
|
||||
// Input
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match~~',
|
||||
'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',
|
||||
));
|
||||
Reference in New Issue
Block a user