From 368df6694780af74d8a2d8fd313748cb22400941 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 14 May 2017 08:40:06 +0200 Subject: [PATCH] New translations validation.php (Slovenian) --- resources/lang/sl_SI/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index a333e6cfb7..f4760a6c28 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -13,7 +13,7 @@ return [ 'iban' => 'To ni veljaven IBAN.', 'unique_account_number_for_user' => 'Kaže, da je ta številka računa že v uporabi.', 'deleted_user' => 'Iz varnostnih razlogov ne morete ustvariti uporabnika s takim e-poštnim naslovom.', - 'rule_trigger_value' => 'This value is invalid for the selected trigger.', + 'rule_trigger_value' => 'Ta vrednost je neveljavna za izbrani sprožilec.', 'rule_action_value' => 'This value is invalid for the selected action.', 'invalid_domain' => 'Due to security constraints, you cannot register from this domain.', 'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',