JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "installer_messages.php"

Full Path: /var/www/lionsclub/core/resources/lang/ar/installer_messages.php
File size: 1.5 KB
MIME-type: text/x-php
Charset: utf-8

<?php

return [

    /**
     *
     * Shared translations.
     *
     */
    'title' => 'تنصيب نظام Smartend CMS',
    'next' => 'متابعة',


    /**
     *
     * Home page translations.
     *
     */
    'welcome' => [
        'title' => 'تنصيب نظام Smartend CMS',
        'message' => 'أهلا بك في صفحة تنصيب Smartend CMS',
    ],


    /**
     *
     * Requirements page translations.
     *
     */
    'requirements' => [
        'title' => 'المتطلبات',
    ],


    /**
     *
     * Permissions page translations.
     *
     */
    'permissions' => [
        'title' => 'تراخيص المجلدات',
    ],


    /**
     *
     * Environment page translations.
     *
     */
    'environment' => [
        'title' => 'الإعدادات',
        'save' => 'حفظ ملف .env',
        'success' => 'تم حفظ الإعدادات بنجاح',
        'errors' => 'حدث خطأ أثناء إنشاء ملف .env. رجاءا قم بإنشاءه يدويا',
        'wizard' => [
            'form' => [
                'db_connection_failed' => 'فشل الإتصال بقاعدة البيانات برجاء فحص المعلومات التي ادخلتها.',
            ],
        ],
    ],


    /**
     *
     * Final page translations.
     *
     */
    'final' => [
        'title' => 'النهاية',
        'finished' => 'تم تنصيب البرنامج بنجاح...',
        'exit' => 'إذهب إلى لوحة التحكم الآن',
    ],
];