15 lines
632 B
PHP
Executable File
15 lines
632 B
PHP
Executable File
<?php
|
||
|
||
return array(
|
||
'about_consumables_title' => 'Sarf Malzemeleri Hakkında',
|
||
'about_consumables_text' => 'Sarf malzemeleri satın alınan ve zamanla tüketilen ürünlerdir. Örneğin yazıcı kartuşu, fotokopi kağıdı vs.',
|
||
'consumable_name' => 'Consumable Name',
|
||
'cost' => 'Purchase Cost',
|
||
'create' => 'Create Consumable',
|
||
'date' => 'Purchase Date',
|
||
'order' => 'Order Number',
|
||
'remaining' => 'Kalan',
|
||
'total' => 'Toplam',
|
||
'update' => 'Update Consumable',
|
||
);
|