1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Update validation.php

This commit is contained in:
chrisderouck 2015-08-17 19:59:29 +02:00
parent 006eda999f
commit 98ffec6800

View File

@ -73,8 +73,8 @@ return array(
"positive" => ":attribute moet groter zijn dan nul.",
"has_credit" => "De klant heeft niet voldoende krediet.",
"notmasked" => "The values are masked",
"less_than" => 'The :attribute must be less than :value',
"notmasked" => "De waarden zijn verborgen",
"less_than" => 'Het :attribute moet minder zijn dan :value',
/*
|--------------------------------------------------------------------------