From 65b3dab91631d5dbb32d10423f9491cf5a8edafa Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 07:07:49 +0200 Subject: [PATCH] New translations help.php (Slovenian) --- resources/lang/sl_SI/help.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/sl_SI/help.php b/resources/lang/sl_SI/help.php index d9b1d8d381..5d58c5a936 100644 --- a/resources/lang/sl_SI/help.php +++ b/resources/lang/sl_SI/help.php @@ -15,21 +15,21 @@ return [ // tour! 'main-content-title' => 'Dobrodošli na Firefly III', - 'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.', - 'sidebar-toggle-title' => 'Sidebar to create stuff', - 'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!', - 'account-menu-title' => 'All your accounts', - 'account-menu-text' => 'Here you can find all the accounts you\'ve made.', - 'budget-menu-title' => 'Budgets', - 'budget-menu-text' => 'Use this page to organise your finances and limit spending.', - 'report-menu-title' => 'Reports', - 'report-menu-text' => 'Check this out when you want a solid overview of your finances.', - 'transaction-menu-title' => 'Transactions', - 'transaction-menu-text' => 'All transactions you\'ve created can be found here.', - 'option-menu-title' => 'Options', - 'option-menu-text' => 'This is pretty self-explanatory.', - 'main-content-end-title' => 'The end!', - 'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.', - 'index' => 'index', - 'home' => 'home', + 'main-content-text' => '', + 'sidebar-toggle-title' => '', + 'sidebar-toggle-text' => '', + 'account-menu-title' => '', + 'account-menu-text' => '', + 'budget-menu-title' => '', + 'budget-menu-text' => '', + 'report-menu-title' => '', + 'report-menu-text' => '', + 'transaction-menu-title' => '', + 'transaction-menu-text' => '', + 'option-menu-title' => '', + 'option-menu-text' => '', + 'main-content-end-title' => '', + 'main-content-end-text' => '', + 'index' => '', + 'home' => '', ]; \ No newline at end of file