Put the form options in the translation files.

This commit is contained in:
James Cole
2016-01-15 16:27:01 +01:00
parent 6c12f1bc86
commit ccfc5ece66

View File

@@ -53,7 +53,7 @@ return [
'csv_config' => 'CSV import configuration', 'csv_config' => 'CSV import configuration',
'specifix' => 'Bank- or file specific fixes', 'specifix' => 'Bank- or file specific fixes',
'csv_import_account' => 'Default import account', 'csv_import_account' => 'Default import account',
'csv_delimiter' => 'CSV field delimiter', 'csv_delimiter' => 'CSV field delimiter',
'attachments[]' => 'Attachments', 'attachments[]' => 'Attachments',
'store_new_withdrawal' => 'Store new withdrawal', 'store_new_withdrawal' => 'Store new withdrawal',
'store_new_deposit' => 'Store new deposit', 'store_new_deposit' => 'Store new deposit',
@@ -71,6 +71,10 @@ return [
'trigger' => 'Trigger', 'trigger' => 'Trigger',
'stop_processing' => 'Stop processing', 'stop_processing' => 'Stop processing',
'csv_comma' => 'A comma (,)',
'csv_semicolon' => 'A semicolon (;)',
'csv_tab' => 'A tab (invisible)',
'delete_account' => 'Delete account ":name"', 'delete_account' => 'Delete account ":name"',
'delete_bill' => 'Delete bill ":name"', 'delete_bill' => 'Delete bill ":name"',