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

24 lines
2.5 KiB
PHP

<?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'] = 'આ આપેલ hostname ઉપયોગ કરીને તમારા FTP સર્વર ને કનેક્ટ કરવામાં નિષ્ફળતા.';
$lang['ftp_unable_to_login'] = 'તમારા FTP સર્વર માં પ્રવેશ કરવામાં નિષ્ફળતા. તમારાે username અને પાસવર્ડ ચેક કરો.';
$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'] = 'ફાઇલ ખસેડવામાં નિષ્ફળતા. અંતિમ મુકામ ડિરેક્ટરી અસ્તિત્વમાં છે તેની ખાતરી કરો.';