diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-04-09 11:16:06 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-04-09 11:16:06 +0000 |
commit | d8629847becf7d754e37337d802a6bbfc78dcf50 (patch) | |
tree | 245edd6a2e563f40e5bcaedbf1f93e2bcf8fcf51 /language/ja_JP/install.lang.php | |
parent | 76916ee5be747951ee2ad780ae47010a5d7878e1 (diff) |
[trunk] update ja_JP thanks to irohaproject
git-svn-id: http://piwigo.org/svn/trunk@5733 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ja_JP/install.lang.php')
-rw-r--r-- | language/ja_JP/install.lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/language/ja_JP/install.lang.php b/language/ja_JP/install.lang.php index 3998200a6..32a0784d5 100644 --- a/language/ja_JP/install.lang.php +++ b/language/ja_JP/install.lang.php @@ -68,4 +68,8 @@ $lang['Piwigo was not able to configure PHP 5.'] = 'PiwigoはPHP 5に設定で $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'あなたのホームページ・プロバイダーのサポートに参照し、自分でPHP 5に変更方法を見られます。'; $lang['Hope to see you back soon.'] = 'またお越し下さい'; $lang['Congratulations, Piwigo installation is completed'] = 'おめでとうございました。Piwigo のインストール完了しました。'; +$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'その他の解決は、上のボックスにあるテクストをコピーし、"local/config/database.inc.php"に貼り付けます。(注意:database.inc.php は上のテクスト内容以外のこと(エンターキーやスペースなど)を含まないでください。)'; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'local/config/database.inc.php のconfig ファイル作成失敗しました。'; +$lang['Download the config file'] = 'config ファイルをダウンロードします。'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'config ファイルをダウンロードし、インストールされた local/config ディレクトリーにアップロードすることができます。'; ?>
\ No newline at end of file |