mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 23:24:07 -06:00
15 lines
373 B
PHP
15 lines
373 B
PHP
<?php
|
|
|
|
// general fields and things.
|
|
return [
|
|
'test' => 'Nederlands geselecteerd!',
|
|
'close' => 'Sluiten',
|
|
'pleaseHold' => 'Momentje...',
|
|
'mandatoryFields' => 'Verplichte velden',
|
|
'optionalFields' => 'Optionele velden',
|
|
'options' => 'Opties',
|
|
'something' => 'Iets!',
|
|
'actions' => 'Acties'
|
|
|
|
];
|