From f637920e98aa28e0a0f10e193e48e9f1e2533ad9 Mon Sep 17 00:00:00 2001 From: Guilherme Blanco Date: Mon, 20 Jan 2014 20:48:14 -0500 Subject: [PATCH] Update validators.pt_BR.xlf Fixes for pt_BR validator translations. --- .../Validator/Resources/translations/validators.pt_BR.xlf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf index d9ccf8c675..f8b0d9b248 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf @@ -256,7 +256,7 @@ This value should be greater than or equal to {{ compared_value }}. - Este valor deve ser maior que ou igual a {{ compared_value }}. + Este valor deve ser maior ou igual a {{ compared_value }}. This value should be identical to {{ compared_value_type }} {{ compared_value }}. @@ -268,7 +268,7 @@ This value should be less than or equal to {{ compared_value }}. - Este valor deve ser menor que ou igual a {{ compared_value }}. + Este valor deve ser menor ou igual a {{ compared_value }}. This value should not be equal to {{ compared_value }}.