Blame view

resources/lang/sq-AL/header.php 639 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'       => 'Ndrysho Gjuhen',
      'last_login'            => 'Identifikimi i fundit :time',
      'notifications' => [
          'counter'           => '{0} Ju nuk keni njoftim |{1} Ju keni :count njoftim |[2,*] Ju keni :count njoftime',
          'overdue_invoices'  => '{1} :count faturë e vonuar |[2,*] :count fatura të vonuara',
          'upcoming_bills'    => '{1} :count faturë e ardhshme |[2,*] :count fatura të ardhshme',
          'items_stock'       => '{1} :count artikulli jashtë magazinës | [2,*] :count artikuj jashtë magazinës',
          'view_all'          => 'Shiko te Gjitha'
      ],
  
  ];