firefly-iii/resources/lang/en/firefly.php

17 lines
450 B
PHP
Raw Normal View History

2015-05-09 06:56:03 -05:00
<?php
// general fields and things.
2015-05-09 06:56:03 -05:00
return [
'test' => 'You have selected English.',
2015-05-14 02:50:07 -05:00
'close' => 'Close',
2015-05-09 06:56:03 -05:00
'pleaseHold' => 'Please hold...',
'mandatoryFields' => 'Mandatory fields',
'optionalFields' => 'Optional fields',
2015-05-09 15:42:45 -05:00
'options' => 'Options',
'something' => 'Something!',
'actions' => 'Actions',
'edit' => 'Edit',
'delete' => 'Delete',
2015-05-09 15:42:45 -05:00
2015-05-09 12:27:25 -05:00
];