mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
24 lines
3.1 KiB
PHP
24 lines
3.1 KiB
PHP
<?php
|
|
/**
|
|
* demo.php
|
|
* Copyright (c) 2016 thegrumpydictator@gmail.com
|
|
* This software may be modified and distributed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International License.
|
|
*
|
|
* See the LICENSE file for details.
|
|
*/
|
|
|
|
return [
|
|
'no_demo_text' => 'Sorry, er is geen extra uitleg voor <abbr title=":route">deze pagina</abbr>.',
|
|
'see_help_icon' => 'Maar het <i class="fa fa-question-circle"></i>-icoontje kan je wellicht meer vertellen.',
|
|
'index' => 'Welkom bij <strong>Firefly III</strong>! Op deze pagina krijg je een overzicht van je financiën. Meer diepgaande informatie vindt je onder Rekeningen →<a href=":asset">Betaalrekeningen</a> en natuurlijk onder <a href=":budgets">Budgetten</a>- en <a href=":reports">Overzichten</a>. Klik gerust rond en en kijk waar je terecht komt.',
|
|
'accounts-index' => 'Betaalrekeningen zijn je persoonlijke bankrekeningen. Crediteuren zijn rekeningen waar jij geld uit geeft, zoals bij winkels of aan vrienden. Debiteuren zijn rekeningen waar jij geld van krijgt, zoals je werk, de overheid of andere bronnen van inkomsten. Op deze pagina kan je ze wijzigen of verwijderen.',
|
|
'budgets-index' => 'Op deze pagina zie je je budgetten. De bovenste balk is het bedrag dat je kan gaan budgetteren. Dat kan je zelf aanpassen door op het bedrag te klikken. Wat je daadwerkelijk hebt uitgegeven zie je in de balk er onder. Daar weer onder zie je elk budget en wat je er voor gebudgetteerd hebt.',
|
|
'reports-index-start' => 'Firefly III supports four types of reports. Read about them by clicking on the <i class="fa fa-question-circle"></i>-icon in the top right corner.',
|
|
'reports-index-examples' => 'Be sure to check out these examples: <a href=":one">a monthly financial overview</a>, <a href=":two">a yearly financial overview</a> and <a href=":three">a budget overview</a>.',
|
|
'currencies-index' => 'Firefly III supports multiple currencies. Although it defaults to the Euro it can be set to the US Dollar and many other currencies. As you can see a small selection of currencies has been included but you can add your own if you wish to. Changing the default currency will not change the currency of existing transactions however: Firefly III supports the use of multiple currencies at the same time.',
|
|
'transactions-index' => 'These expenses, deposits and transfers are not particularly imaginative. They have been generated automatically.',
|
|
'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.',
|
|
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
|
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
|
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
|
]; |