Blame view

resources/lang/sq-AL/accounts.php 417 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  
  return [
  
      'account_name'          => 'Emri i Llogarisë',
      'number'                => 'Numri',
      'opening_balance'       => 'Bilanci i Hapjes',
      'current_balance'       => 'Bilanci Aktual',
      'bank_name'             => 'Emri i Bankës',
      'bank_phone'            => 'Telefoni i Bankës',
      'bank_address'          => 'Adresa e Bankës',
      'default_account'       => 'Llogaria Default',
  
  ];