34 lines
1.3 KiB
PHP
Raw Permalink Normal View History

2018-04-14 14:16:03 +03:00
<?php
return [
'change_language' => 'Skift sprog',
'last_login' => 'Sidste login :time',
2021-08-08 18:44:44 +00:00
2018-04-14 14:16:03 +03:00
'notifications' => [
2020-10-21 00:45:21 +00:00
'counter' => '{0} Du har ingen notifikationer|{1} Du har :count notifikation|[2, *] Du har :count notifikationer',
2021-08-08 18:44:44 +00:00
'new_apps' => '{1} :count ny app er publiceret|[2,*] :count nye apps publiceret',
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',
2021-08-08 18:44:44 +00:00
'view_all' => 'Vis alle',
'exports' => [
'completed' => '{1} :count færdig eksport|[2,*] :count færdige eksporter',
'failed' => '{1} :count eksport med fejl|[2,*] :count eksporter med fejl',
],
'imports' => [
'completed' => '{1} :count færdig import|[2,*] :count færdige importer',
'failed' => '{1} :count import med fejl|[2,*] :count importer med fejl',
],
2018-04-14 14:16:03 +03:00
],
2021-08-08 18:44:44 +00:00
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
2022-11-28 14:31:01 +00:00
'favorite' => [
'added_favorite' => 'Tilføjet til favoritter',
'add_favorite' => 'Tilføj til favoritter',
],
2018-04-14 14:16:03 +03:00
];