mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Fix #2294 쉬운설치 모듈에서 FTP 설정 언급 삭제
언어 파일에서 FTP 설정 언급 삭제 템플릿에서 FTP 설정 링크 및 비밀번호 입력 폼 삭제(폼이 표시될 조건이 없으며 표시되더라도 값을 사용하지 않음)
This commit is contained in:
parent
01c3f5cf08
commit
9274598574
9 changed files with 11 additions and 34 deletions
|
|
@ -16,7 +16,7 @@ $lang->current_version = '現在のバージョン';
|
|||
$lang->require_update = 'アップデートが必要です。';
|
||||
$lang->require_installation = 'インストールが必要です。';
|
||||
$lang->description_install = 'インストールに進みますと、このプログラムが依存しているすべてのプログラムをアップデート/インストールします。';
|
||||
$lang->description_download = 'FTPの利用ができない場合は、直接ダウンロードし、サーバー上の該当パスにてインストールしてください。 (一つ上の階層にて解凍します。 ./modules/board の場合 ./modulesに tarを解凍してください。)';
|
||||
$lang->description_download = '直接ダウンロードし、サーバー上の該当パスにてインストールしてください。 (一つ上の階層にて解凍します。 ./modules/board の場合 ./modulesに tarを解凍してください。)';
|
||||
$lang->path = 'インストール先';
|
||||
$lang->cmd_download = 'ダウンロード';
|
||||
$lang->description_uninstall = 'パッケージを削除します。モジュールの場合、すべてのデータを失います。';
|
||||
|
|
@ -39,7 +39,7 @@ $lang->msg_delete_file_failed = 'ファイルの削除に失敗しました。%s
|
|||
$lang->msg_delete_dir_failed = 'ディレクトリの削除に失敗しました。';
|
||||
$lang->msg_ftp_password_input = 'パスワードを入力してください。';
|
||||
$lang->msg_sftp_not_supported = 'SFTPの非対応環境です。';
|
||||
$lang->msg_direct_install_not_supported = '下記のリストにリストされているディレクトリへの書き込み権限がないため、FTPを使用してください。';
|
||||
$lang->msg_direct_install_not_supported = '以下のリストに記載されているディレクトリへの書き込み権限がないため、続行できません。';
|
||||
$lang->msg_does_not_support_delete = 'このパッケージは、削除をサポートしません(モジュールクラスにmoduleUninstall()がありません)。';
|
||||
$lang->msg_update_core_title = 'Rhymix coreがアップデートされます。';
|
||||
$lang->msg_update_core = 'coreアップデート時、インストールされたプログラムの互換性を必ず点検ください。';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue