akaunting/resources/lang/en-GB/accounts.php

17 lines
569 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'account_name' => 'Account Name',
'number' => 'Number',
'opening_balance' => 'Opening Balance',
'current_balance' => 'Current Balance',
'bank_name' => 'Bank Name',
'bank_phone' => 'Bank Phone',
'bank_address' => 'Bank Address',
'default_account' => 'Default Account',
'see_performance' => 'See Performance',
'create_report' => 'If you want to see account performance. You can create Income vs Expense report instance.',
2017-09-14 22:21:00 +03:00
];