Blame view

resources/lang/en-GB/header.php 601 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'       => 'Change Language',
      'last_login'            => 'Last login :time',
      'notifications' => [
          'counter'           => '{0} You have no notification|{1} You have :count notification|[2,*] You have :count notifications',
          'overdue_invoices'  => '{1} :count overdue invoice|[2,*] :count overdue invoices',
          'upcoming_bills'    => '{1} :count upcoming bill|[2,*] :count upcoming bills',
          'items_stock'       => '{1} :count item out of stock|[2,*] :count items out of stock',
          'view_all'          => 'View All'
      ],
  
  ];