Blame view

resources/lang/da-DK/accounts.php 402 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  
  return [
  
      'account_name'          => 'Kontonavn',
      'number'                => 'Nummer',
      'opening_balance'       => 'Åbningsbalancen',
      'current_balance'       => 'Nuværende saldo',
      'bank_name'             => 'Banknavn',
      'bank_phone'            => 'Telefon nr. til bank',
      'bank_address'          => 'Bank adresse',
      'default_account'       => 'Standard konto',
  
  ];