18 lines
518 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
'accounts_cash' => 'Kas',
'categories_uncat' => 'Tak Berkategori',
'categories_deposit' => 'Deposit',
'categories_sales' => 'Penjualan',
'currencies_usd' => 'Dolar Amerika',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Pound Inggris',
'currencies_try' => 'Lira Turki',
'taxes_exempt' => 'Bebas pajak',
'taxes_normal' => 'Pajak normal',
'taxes_sales' => 'Pajak Penjualan',
];