Files
opensourcepos/application/language/persian/ftp_lang.php
2016-08-18 13:33:01 +02:00

24 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://codeigniter.com
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['ftp_no_connection'] = 'شناسه ارتباطی معتبری یافت نشد. لطفاً پیش از انجام هر فعالیت مربوط به فایل، از وجود اتصال مطمئن شوید.';$lang['ftp_unable_to_connect'] = 'عدم موفقیت در وصل شدن به سرور FTP.';
$lang['ftp_unable_to_connect'] = 'اتصال به سرور فایل(FTP) با استفاده از میزبان(hostname) معرفی شده امکانپذیر نیست.';
$lang['ftp_unable_to_login'] = 'ورود به سرور فایل(FTP) امکانپذیر نیست. لطفاً نام کاربری و کلمه خود را بررسی کنید.';
$lang['ftp_unable_to_mkdir'] = 'ساخت پوشه مورد نظر شما امکانپذیر نیست.';
$lang['ftp_unable_to_changedir'] = 'تغییر پوشه ها امکانپذیر نیست.';
$lang['ftp_unable_to_chmod'] = 'تنظیم سطوح دسترسی فایل امکانپذیر نیست. لطفاً مسیر را بررسی کنید.';
$lang['ftp_unable_to_upload'] = 'بارگذاری(آپلود) فایل موردنظر شما امکانپذیر نیست. لطفاً مسیر را بررسی کنید.';
$lang['ftp_unable_to_download'] = 'بارگذاری(دانلود) فایل مورد نظر شما امکانپذیر نیست. لطفاً مسیر را بررسی کنید.';
$lang['ftp_no_source_file'] = 'امکان یافتن فایل مرجع وجود ندارد. لطفاً مسیر را بررسی کنید.';
$lang['ftp_unable_to_rename'] = 'امکان تغییر نام فایل وجود ندارد.';
$lang['ftp_unable_to_delete'] = 'امکان حذف فابل وجود ندارد.';
$lang['ftp_unable_to_move'] = 'انتقال فایل امکانپذیر نیست. لطفاً از وجود پوشه مقصد اطمینان حاصل کنید.';