Blame view

resources/lang/sv-SE/header.php 621 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?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'
      ],
  
  ];