From 1263fd7b98e23712569c81903713517a5fea1eab Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 26 Sep 2017 09:20:38 +0200 Subject: [PATCH] New translations form.php (Slovenian) --- resources/lang/sl_SI/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/sl_SI/form.php b/resources/lang/sl_SI/form.php index d07e7afcec..1ed865e738 100644 --- a/resources/lang/sl_SI/form.php +++ b/resources/lang/sl_SI/form.php @@ -132,6 +132,8 @@ return [ 'delete_rule' => 'Delete rule ":title"', 'delete_rule_group' => 'Delete rule group ":title"', 'delete_link_type' => 'Delete link type ":name"', + 'delete_user' => 'Delete user ":email"', + 'user_areYouSure' => 'If you delete user ":email", everything will be gone. There is no undo, undelete or anything. If you delete yourself, you will lose access to this instance of Firefly III.', 'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?', 'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?', 'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',