From 584f4fb2869cd4c720cc9a1e26170a5569516af1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Sep 2017 18:30:14 +0200 Subject: [PATCH] New translations validation.php (Slovenian) --- resources/lang/sl_SI/validation.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index 66339e75dc..5061b70f84 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -17,7 +17,6 @@ return [ 'deleted_user' => 'Iz varnostnih razlogov ne morete ustvariti uporabnika s takim e-poštnim naslovom.', '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.', 'file_attached' => 'Succesfully uploaded file ":name".', 'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',