Updated code for #384

This commit is contained in:
James Cole
2017-12-10 20:03:10 +01:00
parent b1b6fe553a
commit 0c529cb7e7
6 changed files with 177 additions and 38 deletions

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
// general stuff:
'close' => 'Close',
@@ -716,6 +717,7 @@ return [
'mass_edit_journals' => 'Edit a number of transactions',
'cannot_edit_other_fields' => 'You cannot mass-edit other fields than the ones here, because there is no room to show them. Please follow the link and edit them by one-by-one, if you need to edit these fields.',
'no_budget' => 'none',
'no_budget_squared' => '(no budget)',
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.',
'mass_deleted_transactions_success' => 'Deleted :amount transaction(s).',
'mass_edited_transactions_success' => 'Updated :amount transaction(s)',