24 lines
799 B
PHP
24 lines
799 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) Alt Three Services Limited
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
'setup' => 'تنصيب',
|
|
'title' => 'تنصيب Cachet',
|
|
'service_details' => 'تفاصيل الخدمة',
|
|
'env_setup' => 'بيئة التنصيب',
|
|
'status_page_setup' => 'إعداد صفحة الحالة',
|
|
'show_support' => 'إظهار الدعم لـ Cachet ؟',
|
|
'admin_account' => 'حساب المدير',
|
|
'complete_setup' => 'إكمال الإعداد',
|
|
'completed' => 'تم إعداد Cachet بنجاح !',
|
|
'finish_setup' => 'انتقل إلى لوحة التحكم',
|
|
];
|