mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
10 lines
303 B
PHP
10 lines
303 B
PHP
![]() |
<?php
|
||
|
return [
|
||
|
'welcome' => 'Welcome to Firefly!',
|
||
|
'mainTitle' => 'What\'s playing?',
|
||
|
'close' => 'Clone',
|
||
|
'pleaseHold' => 'Please hold...',
|
||
|
'mandatoryFields' => 'Mandatory fields',
|
||
|
'optionalFields' => 'Optional fields',
|
||
|
'options' => 'Options'
|
||
|
];
|