firefly-iii/resources/lang/nl_NL/help.php

33 lines
1.5 KiB
PHP
Raw Normal View History

2015-06-29 08:23:50 -05:00
<?php
2016-03-13 11:19:09 -05:00
/**
* help.php
2016-04-01 09:46:11 -05:00
* Copyright (C) 2016 thegrumpydictator@gmail.com
2016-03-13 11:19:09 -05:00
*
* 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.
2016-03-13 11:19:09 -05:00
*/
2015-12-23 02:34:23 -06:00
2016-03-13 11:19:09 -05:00
return [
2016-03-29 09:38:42 -05:00
// tour!
2016-10-14 10:14:28 -05:00
'main-content-title' => 'Welkom bij Firefly III',
'main-content-text' => 'Doe jezelf een lol en volg deze korte tour. Je weet dan precies hoe alles werkt.',
'sidebar-toggle-title' => 'Sidebar om nieuwe dingen te maken',
'sidebar-toggle-text' => 'Verstopt onder het plusje vind je de knoppen die je nodig hebt om nieuwe dingen te maken.',
'account-menu-title' => 'Alle rekeningen',
'account-menu-text' => 'Hier vind je al je rekeningen.',
'budget-menu-title' => 'Budgetten',
'budget-menu-text' => 'Gebruik deze pagina voor budgetten.',
'report-menu-title' => 'Overzichten',
'report-menu-text' => 'Bekijk dit als je een goed overzicht van je financiën wil.',
'transaction-menu-title' => 'Transacties',
'transaction-menu-text' => 'Hier vind je al je bijschrijvingen, afschrijvingen en overboekingen.',
'option-menu-title' => 'Opties',
'option-menu-text' => 'Hier vind je alle opties.',
'main-content-end-title' => 'Einde!',
'main-content-end-text' => 'Elke pagina heeft een vraagtekentje rechtsboven. Gebruik deze voor meer hulp. Veel plezier!',
'index' => 'index',
'home' => 'home',
2016-10-30 01:19:52 -05:00
];