29 lines
1.1 KiB
PHP
Raw Normal View History

2018-01-13 15:25:25 +03:00
<?php
return [
'change_language' => 'Endre språk',
'last_login' => 'Siste pålogging :time',
2021-07-16 00:17:27 +00:00
2018-01-13 15:25:25 +03:00
'notifications' => [
2021-07-16 00:17:27 +00:00
'counter' => '{0} Du har ingen nye varsler|{1} Du har :count ny varsel|[2,*] Du har :count nye varsler',
'new_apps' => '{1} :count ny app er publisert|[2,*] :count nye apper er publisert',
2018-01-13 15:25:25 +03:00
'overdue_invoices' => '{1} :count forfalt faktura|[2,*] :count forfalte fakturaer',
'upcoming_bills' => '{1} :count kommende faktura [2,*] :count kommende fakturaer',
2021-07-16 00:17:27 +00:00
'view_all' => 'Vis alle',
'exports' => [
'completed' => '{1} :count ferdig eksport|[2,*] :count ferdige eksporter',
'failed' => '{1} :count feilet eksport|[2,*] :count feilede eksporter',
],
'imports' => [
'completed' => '{1} :count ferdig import|[2,*] :count ferdige importer',
'failed' => '{1} :count feilet import|[2,*] :count feilede importer',
],
2018-01-13 15:25:25 +03:00
],
2021-07-16 00:17:27 +00:00
2018-11-08 12:11:42 +03:00
'docs_link' => 'https://akaunting.com/docs',
2020-03-07 15:59:15 +03:00
'support_link' => 'https://akaunting.com/support',
2018-01-13 15:25:25 +03:00
];