mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update validation.php
This commit is contained in:
parent
006eda999f
commit
98ffec6800
@ -73,8 +73,8 @@ return array(
|
|||||||
|
|
||||||
"positive" => ":attribute moet groter zijn dan nul.",
|
"positive" => ":attribute moet groter zijn dan nul.",
|
||||||
"has_credit" => "De klant heeft niet voldoende krediet.",
|
"has_credit" => "De klant heeft niet voldoende krediet.",
|
||||||
"notmasked" => "The values are masked",
|
"notmasked" => "De waarden zijn verborgen",
|
||||||
"less_than" => 'The :attribute must be less than :value',
|
"less_than" => 'Het :attribute moet minder zijn dan :value',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user