From 3f78be44711723bdedb7b54d3f3be1fcc6474261 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 22 Feb 2017 21:50:41 +0100 Subject: [PATCH] New translations --- resources/lang/de_DE/firefly.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index c7c9a77db5..8fdd573d88 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -968,4 +968,19 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', + + // empty lists? instructions: + 'empty_accounts_title_asset' => 'Let\'s create an asset account!', + 'empty_accounts_intro_asset' => 'You have no asset accounts yet. Asset accounts are your main accounts: your checking account, savings account, shared account or even your credit card.', + 'empty_accounts_imperative_asset' => 'To start using Firefly III you must create at least one asset account. Let\'s do so now:', + 'empty_accounts_create_asset' => 'Create an asset account', + 'empty_accounts_title_expense' => 'Let\'s create an expense account!', + 'empty_accounts_intro_expense' => '', + 'empty_accounts_imperative_expense' => '', + 'empty_accounts_create_expense' => '', + 'empty_accounts_title_revenue' => 'Let\'s create a revenue account!', + 'empty_accounts_intro_revenue' => '', + 'empty_accounts_imperative_revenue' => '', + 'empty_accounts_create_revenue' => '', + ]; \ No newline at end of file