From 84a0618af1cc97fb1f0480ce851ecf0247ea3339 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Fri, 3 May 2013 01:24:58 +0300 Subject: [PATCH] Add translation for new validators from #790 --- .../Resources/translations/validators.nl.xlf | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf index 335e80d29d..8c8770342a 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf @@ -246,6 +246,38 @@ This value is not a valid currency. Deze waarde is geen geldige valuta. + + This value should be equal to {{ compared_value }}. + Deze waarde moet gelijk zijn aan {{ compared_value }}. + + + This value should be greater than {{ compared_value }}. + Deze waarde moet groter zijn dan {{ compared_value }}. + + + This value should be greater than or equal to {{ compared_value }}. + Deze waarde moet groter dan of gelijk aan {{ compared_value }} zijn. + + + This value should be identical to {{ compared_value_type }} {{ compared_value }}. + Deze waarde moet identiek zijn aan {{ compared_value_type }} {{ compared_value }}. + + + This value should be less than {{ compared_value }}. + Deze waarde moet minder zijn dan {{ compared_value }}. + + + This value should be less than or equal to {{ compared_value }}. + Deze waarde moet minder dan of gelijk aan {{ compared_value }} zijn. + + + This value should not be equal to {{ compared_value }}. + Deze waarde moet niet gelijk zijn aan {{ compared_value }}. + + + This valuemahould not be identical to {{ compared_value }}. + Deze waarde moet niet identiek zijn aan {{ compared_value }}. +