mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
13 lines
352 B
PHP
13 lines
352 B
PHP
<?php
|
|
return [
|
|
'welcome' => 'Welcome to Firefly!',
|
|
'mainTitle' => 'What\'s playing?',
|
|
'close' => 'Close',
|
|
'pleaseHold' => 'Please hold...',
|
|
'mandatoryFields' => 'Mandatory fields',
|
|
'optionalFields' => 'Optional fields',
|
|
'options' => 'Options',
|
|
'something' => 'Something!'
|
|
|
|
];
|