17 lines
682 B
PHP
Raw Normal View History

2018-03-12 21:36:46 +03:00
<?php
return [
'change_language' => 'Ändra språk',
'last_login' => 'Senaste inloggningen :time',
'notifications' => [
'counter' => '{0} Du har inga notifikationer|{1} Du har :count notifikationer|[2,*] Du har :count notifikationer',
'overdue_invoices' => '{1} :count förfallna fakturor|[2,*] :count förfallna fakturor',
'upcoming_bills' => '{1} :count kommande räkning|[2,*] :count kommande räkningar',
'items_stock' => '{1} :count objekt i lager | [2 *]:count objekt i lager',
'view_all' => 'Visa alla'
],
2018-11-08 12:11:42 +03:00
'docs_link' => 'https://akaunting.com/docs',
2018-03-12 21:36:46 +03:00
];