Files
snipe-it/app/lang/tr/admin/consumables/general.php
T
2015-07-27 10:24:21 -07:00

12 lines
528 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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',
'create' => 'Create Consumable',
'remaining' => 'Kalan',
'total' => 'Toplam',
'update' => 'Update Consumable',
);