Blame view

resources/lang/de-DE/accounts.php 395 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  
  return [
  
      'account_name'          => 'Konto',
      'number'                => 'Nummer',
      'opening_balance'       => 'Start Guthaben',
      'current_balance'       => 'Aktuelles Guthaben',
      'bank_name'             => 'Bankname',
      'bank_phone'            => 'Bank Telefonnummer',
      'bank_address'          => 'Bank Adresse',
      'default_account'       => 'Standardkonto',
  
  ];