first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ftp_no_connection'] = 'Nuk mund të gjendet një ID lidhjeje e vlefshme. Ju lutemi sigurohuni që jeni lidhur përpara se të kryeni ndonjë rutinë skedari.';
$lang['ftp_unable_to_connect'] = 'Nuk mund të lidheni me serverin tuaj FTP duke përdorur emrin e hostit të dhënë.';
$lang['ftp_unable_to_login'] = 'Nuk mund të hyni në serverin tuaj FTP. Ju lutemi kontrolloni emrin e përdoruesit dhe fjalëkalimin tuaj.';
$lang['ftp_unable_to_mkdir'] = 'Nuk mund të krijoni dosjen e specifikuar.';
$lang['ftp_unable_to_changedir'] = 'Nuk mund të ndryshoni dosjet.';
$lang['ftp_unable_to_chmod'] = 'Nuk mund të caktohen lejet e skedarëve. Ju lutemi kontrolloni shtegun tuaj.';
$lang['ftp_unable_to_upload'] = 'Nuk mund të ngarkohet skedari i specifikuar. Ju lutemi kontrolloni shtegun tuaj.';
$lang['ftp_unable_to_download'] = 'Nuk mund të shkarkohet skedari i specifikuar. Ju lutemi kontrolloni shtegun tuaj.';
$lang['ftp_no_source_file'] = 'Nuk mund të gjendet skedari burim. Ju lutemi kontrolloni shtegun tuaj.';
$lang['ftp_unable_to_rename'] = 'Nuk mund të ndryshohet emri i skedarit.';
$lang['ftp_unable_to_delete'] = 'Nuk mund të fshihet skedari.';
$lang['ftp_unable_to_move'] = 'Nuk mund të zhvendoset skedari. Ju lutemi sigurohuni që dosja e destinacionit ekziston.';