17 lines
553 B
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
'accounts_cash' => 'نقدي',
'categories_deposit' => 'ايداع',
'categories_sales' => 'بيع',
'currencies_usd' => 'دولار امريكي',
'currencies_eur' => 'يورو',
'currencies_gbp' => 'جنية استرليني',
'currencies_try' => 'ليرة تركي',
'taxes_exempt' => 'الاعفاء الضريبي',
'taxes_normal' => 'الضريبة العادية',
'taxes_sales' => 'ضريبة المبيعات',
];