snipe-it/resources/lang/tr/admin/manufacturers/table.php
2016-12-03 17:10:05 -08:00

13 lines
385 B
PHP
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_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
'asset_manufacturers' => 'Demirbaş Üreticileri',
'create' => 'Üretici Oluştur',
'id' => 'ID',
'name' => 'Üretici Adı',
'update' => 'Üretici Güncelle',
);