ok
Direktori : /proc/self/root/home2/selectio/www/bharath/system/language/japanese/ |
Current File : //proc/self/root/home2/selectio/www/bharath/system/language/japanese/ftp_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://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'] = 'ファイルを移動できません。移動先のディレクトリが存在するか確かめてください';