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

13 lines
362 B
PHP
Raw Normal View History

2015-05-09 06:56:03 -05:00
<?php
return [
'test' => 'You have selected English.',
2015-05-09 06:56:03 -05:00
'welcome' => 'Welcome to Firefly!',
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!'
2015-05-09 12:27:25 -05:00
];