mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
17 lines
889 B
PHP
17 lines
889 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => 'حول الشركات المصنعة',
|
|
'about_manufacturers_text' => 'الشركات المصنعة هي الشركات التي تقوم بتصنيع الأصول الخاصة بك. يمكنك تخزين معلومات الاتصال بالدعم المهمة عنها هنا، والتي سيتم عرضها على صفحات تفاصيل الأصول.',
|
|
'asset_manufacturers' => 'مصنعي الأصول',
|
|
'create' => 'إنشاء شركة مصنعة',
|
|
'id' => 'رقم التعريف',
|
|
'name' => 'اسم',
|
|
'support_email' => 'دعم البريد الإلكتروني',
|
|
'support_phone' => 'دعم الهاتف',
|
|
'support_url' => 'رابط الدعم التقني',
|
|
'update' => 'تحديث الشركة المصنعة',
|
|
'url' => 'الرابط',
|
|
|
|
);
|