17 lines
642 B
PHP
Raw Normal View History

2018-04-14 14:16:03 +03:00
<?php
return [
'change_language' => 'Skift sprog',
'last_login' => 'Sidste login :time',
'notifications' => [
2018-10-05 13:48:42 +02:00
'counter' => '{0} du har ingen notifikationer|{1} Du har :count notifikation|[2, *] Du har :count notifikationer',
2018-04-14 14:16:03 +03:00
'overdue_invoices' => '{1} :count forfalden regning|[2,*] :count forfaldne regninger',
'upcoming_bills' => '{1} :count kommende regning|[2,*] :count kommende regninger',
'view_all' => 'Vis alle'
],
2018-11-08 12:11:42 +03:00
'docs_link' => 'https://akaunting.com/docs',
2019-11-18 20:33:00 +03:00
'support_link' => 'https://akaunting.com/support',
2018-04-14 14:16:03 +03:00
];