rhymix/modules/autoinstall/lang/jp.lang.php
flourscent e31cea38e3 일본어 번역 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7868 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-11-22 12:19:27 +00:00

35 lines
2.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/autoinstall/lang/jp.lang.php
* @author NHN (developers@xpressengine.com) 翻訳:ミニミ
* @brief Autoinstall(autoinstall) 日本語基本言語パッケージ
**/
$lang->autoinstall = 'イージーインストール';
$lang->about_autoinstall = 'XpressEngineの様々なプログラムを管理者画面上で簡単にインストール・アップグレードするモジュールです。';
$lang->package_update = '最新アップデート';
$lang->package_downloaded_count = '全体ダウンロード';
$lang->need_update = "アップデートが必要です。";
$lang->order_newest = "新規登録";
$lang->order_popular = "人気";
$lang->order_download = "ダウンロード";
$lang->success_installed = "インストールが成功しました。";
$lang->view_all_package = "全てをみる";
$lang->description_ftp_note = "FTP設定が完了されないと、イージーインストールが動作しません。 FTP設定を確認して下さい。";
$lang->description_update = "新しくインストールしたモジュールバージョン情報などは「アップデート」を押すと反映されます。";
$lang->install = "インストール";
$lang->update = "アップデート";
$lang->current_version = "現インストールバージョン";
$lang->depending_programs = "依存プログラム";
$lang->require_update = "アップデートが必要です。";
$lang->require_installation = "インストールが必要です。";
$lang->description_install = "インストールに進みますと、本プログラムが依存している全てのプログラムをアップデート/インストールします。";
$lang->description_download = "FTPの利用が出来ない場合は、直接ダウンロードし、サーバー上の該当パスにてインストールして下さい。 (一つ上階層にて解凍します。 ./modules/board の場合 ./modulesにて tarを解凍して下さい。)";
$lang->path = "インストールパス";
$lang->cmd_download = "ダウンロード";
$lang->view_installed_packages = "インストールされたパッケージ";
$lang->msg_ftp_password_input = "FTPパスワードを入力して下さい。";
$lang->dependant_list = "このパッケージに依存するパッケージのリスト";
$lang->description_uninstall = "パッケージを削除します。モジュールの場合、すべてのデータを失います。";
?>