From acb15e52093bd4cba71b6f03a71b6fa0c56e11b9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:22 +0200 Subject: [PATCH] New translations intro.php (Russian) --- resources/lang/ru_RU/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/ru_RU/intro.php b/resources/lang/ru_RU/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/ru_RU/intro.php +++ b/resources/lang/ru_RU/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.',