| 2418 |
lars |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* System messages translation for CodeIgniter(tm)
|
|
|
4 |
*
|
|
|
5 |
* @author CodeIgniter community
|
|
|
6 |
* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
|
|
|
7 |
* @license http://opensource.org/licenses/MIT MIT License
|
|
|
8 |
* @link https://codeigniter.com
|
|
|
9 |
*/
|
|
|
10 |
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
11 |
|
|
|
12 |
$lang['ftp_no_connection'] = "تعذّر العثور على مُعرّف اتصال صالح. الرجاء التأكّد من أنك متّصل قبل القيام بأية عمليات.";
|
|
|
13 |
$lang['ftp_unable_to_connect'] = "تعذّر الاتّصال بخادم FTP من خلال اسم المضيف المحدّد.";
|
|
|
14 |
$lang['ftp_unable_to_login'] = "تعذّر تسجيل الدخول إلى خادم FTP. الرجاء التحقّق من اسم المستخدم وكلمة السرّ.";
|
|
|
15 |
$lang['ftp_unable_to_mkdir'] = "تعذّر إنشاء الدليل المُحدّد.";
|
|
|
16 |
$lang['ftp_unable_to_changedir'] = "تعذّر الانتقال إلى الدليل.";
|
|
|
17 |
$lang['ftp_unable_to_chmod'] = "تعذّر تعيين صلاحيات الملف. الرجاء التحقق من المسار. ملاحظة: هذه الميزة متوفّرة فقط في PHP الإصدار 5 أو الأحدث.";
|
|
|
18 |
$lang['ftp_unable_to_upload'] = "تعذّر رفع الملف المحدّد. الرجاء التحقّق من المسار.";
|
|
|
19 |
$lang['ftp_unable_to_download'] = "تعذّر تنزيل الملف المحدّد. الرجاء التحقّق من المسار.";
|
|
|
20 |
$lang['ftp_no_source_file'] = "تعذّر العثور على الملف المصدر. الرجاء التحقق من المسار.";
|
|
|
21 |
$lang['ftp_unable_to_rename'] = "تعذّرت إعادة تسمية الملف.";
|
|
|
22 |
$lang['ftp_unable_to_delete'] = "تعذّر حذف الملف.";
|
|
|
23 |
$lang['ftp_unable_to_move'] = "تعذّر نقل الملف. الرجاء التأكد من وجود الدليل الهدف.";
|