rhymix/modules/autoinstall/lang/jp.lang.php

41 lines
2.7 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->package_update = '最新アップデート';
$lang->package_downloaded_count = '全体ダウンロード';
$lang->order_newest = "新規登録";
$lang->order_popular = "人気";
$lang->order_download = "ダウンロード";
$lang->success_installed = "インストールが成功しました。";
$lang->description_ftp_note = "%sが完了されないと、イージーインストールが動作しません。 FTP設定を確認して下さい。";
$lang->ftp_setup = 'FTP設定';
$lang->description_update = "新しくインストールしたモジュールバージョン情報などは%sを押すと反映されます。";
$lang->status_update = 'アップデート';
$lang->install = "インストール";
$lang->update = "アップデート";
$lang->current_version = "現インストールバージョン";
$lang->require_update = "アップデートが必要です。";
$lang->require_installation = "インストールが必要です。";
$lang->description_install = "インストールに進みますと、本プログラムが依存している全てのプログラムをアップデート/インストールします。";
$lang->description_download = "FTPの利用が出来ない場合は、直接ダウンロードし、サーバー上の該当パスにてインストールして下さい。 (一つ上階層にて解凍します。 ./modules/board の場合 ./modulesにて tarを解凍して下さい。)";
$lang->path = "インストールパス";
$lang->cmd_download = "ダウンロード";
$lang->description_uninstall = "パッケージを削除します。モジュールの場合、すべてのデータを失います。";
$lang->distribute_version = 'Distribute version';
$lang->run = 'Run';
$lang->rate = 'points';
$lang->thumbnail = 'Thumbnail';
$lang->name = 'Name';
$lang->about_depending_programs = 'To use this package must be installed the fllowing program.';
$lang->ftp_password = 'FTP password';
$lang->msg_dependency_package = 'Can not remove this package because there exists another package dependent on this.';
$lang->dependant_list = "このパッケージに依存するパッケージのリスト";
$lang->msg_avail_update = 'There is available update for this item.';
$lang->msg_do_you_like_update = 'Would you like to update?';
$lang->msg_connection_fail = 'Connection failed.';
$lang->msg_not_match_server = 'Server settings are incorrect.';
?>