From 5ff988173ffac67a6781ceddbf86d3096eb05519 Mon Sep 17 00:00:00 2001 From: Mirco Fermo Date: Sun, 12 Jan 2014 16:33:09 +0100 Subject: [PATCH 1/2] Updated Italian translation Updated Italian translation with creditCard rule --- lang/it.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lang/it.php b/lang/it.php index 38d6402..30230fc 100644 --- a/lang/it.php +++ b/lang/it.php @@ -25,7 +25,6 @@ return array( 'dateAfter' => "deve essere una data successiva al '%s'", 'contains' => "deve contenere %s", 'boolean' => "deve essere un booleano", - 'lengthBetween' => "deve essere compreso tra %d e %d caratteri" -); - - + 'lengthBetween' => "deve essere compreso tra %d e %d caratteri", + 'creditCard' => "deve essere un numero di carta di credito valido" +); \ No newline at end of file From 3a3fdce57ba92f3ecbb888a57cda6df86974e753 Mon Sep 17 00:00:00 2001 From: Kilte Date: Sun, 12 Jan 2014 22:09:24 +0400 Subject: [PATCH 2/2] Update russian translation. --- lang/ru.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/ru.php b/lang/ru.php index 0a8e818..89d4f25 100644 --- a/lang/ru.php +++ b/lang/ru.php @@ -25,5 +25,6 @@ return array( 'dateAfter' => "должно содержать дату не ранее, чем %s", 'contains' => "должно содержать %s", 'boolean' => "должно содержать логическое значение", - 'lengthBetween' => "должно содержать от %d до %d символов" + 'lengthBetween' => "должно содержать от %d до %d символов", + 'creditCard' => "должно быть номером кредитной карты", ); \ No newline at end of file