snipe-it/resources/lang/ar/admin/manufacturers/table.php

13 lines
459 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'about_manufacturers_title' => 'حول الشركات المصنعة',
2016-12-03 17:10:05 -08:00
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
2017-01-10 17:53:06 -08:00
'asset_manufacturers' => 'مصنعين الأصول',
'create' => 'إنشاء شركة مصنعة',
'id' => 'رقم التعريف',
'name' => 'إسم الشركة المصنعة',
2016-03-25 01:18:05 -07:00
'update' => 'Update Manufacturer',
);