akaunting/resources/lang/en-GB/accounts.php
2021-08-07 16:31:40 +03:00

19 lines
655 B
PHP

<?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',
'incoming' => 'Incoming',
'outgoing' => 'Outgoing',
'see_performance' => 'See Performance',
'create_report' => 'If you want to see account performance. You can create Income vs Expense report instance.',
];