Customer portal : Finally translated form validation messages !

SVN:trunk[4071]
This commit is contained in:
Guillaume Lajarige
2016-05-12 10:47:38 +00:00
parent 4c9edf04dd
commit 1693f73742
19 changed files with 93 additions and 5 deletions

View File

@@ -2489,5 +2489,9 @@ Operators:<br/>
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
'Core:BulkExport:XLSXOptions' => 'Excel Options~~',
'Core:BulkExport:TextFormat' => 'Text fields containing some HTML markup~~',
'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~~',
));
?>