From b55a4047d0d6889bd0e381500317cbf202907d43 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 3 May 2017 17:50:07 +0200 Subject: [PATCH] New translations validation.php (Slovenian) --- resources/lang/sl_SI/validation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index addd0e6f39..6d181ac1d6 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -10,8 +10,8 @@ */ return [ - 'iban' => 'This is not a valid IBAN.', - 'unique_account_number_for_user' => 'It looks like this account number is already in use.', + 'iban' => 'To ni veljaven IBAN.', + 'unique_account_number_for_user' => 'Kaže, da je ta številka računa že v uporabi.', 'deleted_user' => 'Due to security constraints, you cannot register using this email address.', 'rule_trigger_value' => 'This value is invalid for the selected trigger.', 'rule_action_value' => 'This value is invalid for the selected action.',