Files
firefly-iii/resources/lang/en/firefly.php
2015-05-14 10:26:15 +02:00

15 lines
381 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'
];