Blame view

resources/lang/da-DK/header.php 618 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'       => 'Skift sprog',
      'last_login'            => 'Sidste login :time',
      'notifications' => [
          'counter'           => '{0} du har ingen notifikationer|{1} du har :count notifikationer|[2, *] Du har :count notifikationer',
          'overdue_invoices'  => '{1} :count forfalden regning|[2,*] :count forfaldne regninger',
          'upcoming_bills'    => '{1} :count kommende regning|[2,*] :count kommende regninger',
          'items_stock'       => '{1} :count vare ikke på lager|[2,*] :count varer ikke på lager',
          'view_all'          => 'Vis alle'
      ],
  
  ];