phpvms/resources/lang/de/expenses.php

10 lines
140 B
PHP
Raw Normal View History

<?php
return [
'type' => [
'flight' => 'Flüge',
'daily' => 'Täglich',
'monthly' => 'Monatlich',
],
];