16 lines
646 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'change_language' => 'Taal wijzigen',
2018-06-20 18:47:39 +03:00
'last_login' => 'Laatste login :time',
2017-11-30 12:27:54 +03:00
'notifications' => [
2018-08-06 10:25:41 +03:00
'counter' => '{0} U heeft geen melding |{1} U heeft :count notificatie| [2, *] U heeft :count notificaties',
'overdue_invoices' => '{1} :count openstaande factuur | [2, *] :count openstaande facturen',
'upcoming_bills' => '{1} :count aankomende factuur | [2, *] :count aankomende facturen',
'items_stock' => '{1} :count Artikel niet op voorraad | [2, *] :count Artikelen niet op voorraad',
2017-11-30 12:27:54 +03:00
'view_all' => 'Alles Weergeven'
],
];