mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
17 lines
450 B
PHP
17 lines
450 B
PHP
<?php
|
|
|
|
// general fields and things.
|
|
return [
|
|
'test' => 'You have selected English.',
|
|
'close' => 'Close',
|
|
'pleaseHold' => 'Please hold...',
|
|
'mandatoryFields' => 'Mandatory fields',
|
|
'optionalFields' => 'Optional fields',
|
|
'options' => 'Options',
|
|
'something' => 'Something!',
|
|
'actions' => 'Actions',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
|
|
];
|