mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°2039 - Improve title / message for set input with a minimum item constraint
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
// Input
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'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 items required',
|
||||
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required',
|
||||
));
|
||||
@@ -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