da-DK translation
This commit is contained in:
17
resources/lang/da-DK/demo.php
Normal file
17
resources/lang/da-DK/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Kontant',
|
||||
'categories_uncat' => 'Ikke kategoriseret',
|
||||
'categories_deposit' => 'Indsæt',
|
||||
'categories_sales' => 'Salg',
|
||||
'currencies_usd' => 'Amerikanske Dollar',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Britiske pund',
|
||||
'currencies_try' => 'Tyrkiske Lira',
|
||||
'taxes_exempt' => 'Fritaget for moms',
|
||||
'taxes_normal' => 'Normal moms',
|
||||
'taxes_sales' => 'Salgs moms',
|
||||
|
||||
];
|
Reference in New Issue
Block a user