14 lines
393 B
PHP
Raw Normal View History

2018-04-23 10:06:55 +03:00
<?php
return [
'accounts_cash' => 'Μετρητά',
'categories_deposit' => 'Κατάθεση',
'categories_sales' => 'Πωλήσεις',
'currencies_usd' => 'Δολάριο ΗΠΑ',
'currencies_eur' => 'Ευρώ',
'currencies_gbp' => 'Βρετανική Λίρα',
'currencies_try' => 'Τουρκική Λίρα',
];