mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Customer portal : Finally translated form validation messages !
SVN:trunk[4071]
This commit is contained in:
@@ -870,4 +870,8 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Core:DateTime:Placeholder_A' => 'AM/PM', // AM/PM (uppercase)
|
||||
'Core:DateTime:Placeholder_i' => 'mm', // minutes, 2 digits: 00..59
|
||||
'Core:DateTime:Placeholder_s' => 'ss', // seconds, 2 digits 00..59
|
||||
'Core:Validator:Default' => 'Wrong format',
|
||||
'Core:Validator:Mandatory' => 'Please, fill this field',
|
||||
'Core:Validator:MustBeInteger' => 'Must be an integer',
|
||||
'Core:Validator:MustSelectOne' => 'Please, select one',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user