|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/parasoffline.edukrypt.in/system/language/japanese/ |
Upload File : |
<?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'] = '正しい接続IDが見つかりません。ファイル処理を行う前にまず接続されているか確かめてください';
$lang['ftp_unable_to_connect'] = '指定したホスト名でFTPサーバに接続できません';
$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'] = 'ファイルを移動できません。移動先のディレクトリが存在するか確かめてください';