From ab58c7fc840f15d63953a0603f073b68bf2a52aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20Garfors?= Date: Wed, 12 Dec 2012 16:07:02 +0100 Subject: [PATCH] [Validator] Card validation - Norwegian translation unit 54-48 --- .../Resources/translations/validators.no.xlf | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf index 12d2fd6a68..94d8462b88 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf @@ -180,7 +180,7 @@ This value should have exactly {{ limit }} characters. - Verdien må vere akkurat {{ limit }} teikn. + Verdien må vere nøyaktig {{ limit }} teikn. The file was only partially uploaded. @@ -202,6 +202,26 @@ A PHP extension caused the upload to fail. Ei PHP-udviding forårsaka feil under opplasting. + + This collection should contain {{ limit }} elements or more. + Denne samlinga må innehalde {{ limit }} element eller meir.|Denne samlinga må innehalde {{ limit }} element eller meir. + + + This collection should contain {{ limit }} elements or less. + Denne samlinga må innehalde {{ limit }} element eller færre.|Denne samlinga må innehalde {{ limit }} element eller færre. + + + This collection should contain exactly {{ limit }} elements. + Denne samlinga må innehalde nøyaktig {{ limit }} element.|Denne samlinga må innehalde nøyaktig {{ limit }} element. + + + Invalid card number. + Ugyldig kortnummer. + + + Unsupported card type or invalid card number. + Korttypen er ikkje støtta eller ugyldig kortnummer. + \ No newline at end of file