| 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'] = 'Neizdodas izveidot savienojumu. Pirms operÄcijÄm ar datnÄ“m pÄrliecinieties, ka esat pieslÄ“dzies serverim.';
|
|
|
13 |
$lang['ftp_unable_to_connect'] = 'Neizdodas izveidot savienojumu ar JÅ«su norÄdÄ«tÄ FTP servera adresi.';
|
|
|
14 |
$lang['ftp_unable_to_login'] = 'Neizdodas ielogoties norÄdÄ«tajÄ FTP serverÄ«. LÅ«dzu, pÄrbaudiet lietotÄjvÄrdu un paroli.';
|
|
|
15 |
$lang['ftp_unable_to_mkdir'] = 'JÅ«su norÄdÄ«tÄs direktorijas izveide neizdevÄs.';
|
|
|
16 |
$lang['ftp_unable_to_changedir'] = 'Direktoriju maiņa neizdevÄs.';
|
|
|
17 |
$lang['ftp_unable_to_chmod'] = 'NeizdevÄs iestatÄ«t faila atļaujas. LÅ«dzu pÄrbaudiet savu ceļu.';
|
|
|
18 |
$lang['ftp_unable_to_upload'] = 'Nevar augÅ¡upielÄdÄ“t norÄdÄ«to failu. LÅ«dzu pÄrbaudiet savu ceļu.';
|
|
|
19 |
$lang['ftp_unable_to_download'] = 'Nevar lejupielÄdÄ“t norÄdÄ«to failu. LÅ«dzu pÄrbaudiet savu ceļu.';
|
|
|
20 |
$lang['ftp_no_source_file'] = 'Nevar atrast avota failu. LÅ«dzu pÄrbaudiet savu ceļu.';
|
|
|
21 |
$lang['ftp_unable_to_rename'] = 'Nevar pārsaukt failu.';
|
|
|
22 |
$lang['ftp_unable_to_delete'] = 'Nevar izdzēst failu.';
|
|
|
23 |
$lang['ftp_unable_to_move'] = 'Nevar pÄrvietot failu. LÅ«dzu, pÄrbaudiet vai galamÄ“rÄ·a direktorija eksistÄ“.';
|