From 06336aa5802260af9895731f1f7982c1b9ec751b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 2 May 2017 22:40:07 +0200 Subject: [PATCH] New translations form.php (Slovenian) --- resources/lang/sl_SI/form.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/sl_SI/form.php b/resources/lang/sl_SI/form.php index b40c537bb8..ec8077df42 100644 --- a/resources/lang/sl_SI/form.php +++ b/resources/lang/sl_SI/form.php @@ -30,13 +30,13 @@ return [ 'journal_amount' => 'Amount', 'journal_asset_source_account' => 'premoženjski račun (vir)', 'journal_source_account_name' => 'Revenue account (source)', - 'journal_source_account_id' => 'Asset account (source)', + 'journal_source_account_id' => 'premoženjski račun (vir)', 'BIC' => 'BIC', 'account_from_id' => 'From account', 'account_to_id' => 'To account', 'source_account' => 'Source account', 'destination_account' => 'Destination account', - 'journal_destination_account_id' => 'Asset account (destination)', + 'journal_destination_account_id' => 'premoženjski račun (cilj)', 'asset_destination_account' => 'premoženjski račun (cilj)', 'asset_source_account' => 'premoženjski račun (vir)', 'journal_description' => 'Description', @@ -44,7 +44,7 @@ return [ 'split_journal' => 'Split this transaction', 'split_journal_explanation' => 'Split this transaction in multiple parts', 'currency' => 'Currency', - 'account_id' => 'Asset account', + 'account_id' => 'premoženjski račun', 'budget_id' => 'Budget', 'openingBalance' => 'Opening balance', 'tagMode' => 'Tag mode',