header.php 621 Bytes
<?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'
    ],

];