New translation strings.

This commit is contained in:
James Cole 2017-09-21 06:50:58 +02:00
parent 3f93941dd9
commit 9c5b639986
2 changed files with 4 additions and 4 deletions

View File

@ -473,7 +473,7 @@ return [
'converted_to_Withdrawal' => 'The transaction has been converted to a withdrawal',
'converted_to_Deposit' => 'The transaction has been converted to a deposit',
'converted_to_Transfer' => 'The transaction has been converted to a transfer',
'invalid_convert_selection' => 'The account you have selected is already used in this transaction or does not exist.',
// create new stuff:
'create_new_withdrawal' => 'Create new withdrawal',

View File

@ -186,7 +186,7 @@ return [
'payment_date' => 'Payment date',
'invoice_date' => 'Invoice date',
'internal_reference' => 'Internal reference',
'inward' => 'Inward description',
'outward' => 'Outward description',
'inward' => 'Inward description',
'outward' => 'Outward description',
'rule_group_id' => 'Rule group',
];