- Timestamp:
- Oct 17, 2014, 12:06:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/ja_JP/install.lang.php
r26461 r30152 47 47 $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'ヘルプが必要ですか? <a href="%s">Piwigoメッセージボード</a>にて、あなたの質問を投稿してください。'; 48 48 $lang['Visitors will be able to contact site administrator with this mail'] = 'ゲストは、このメールアドレスでサイト管理者に連絡することができます。'; 49 $lang['PHP 5 is required'] = 'PHP 5 が必要です';49 $lang['PHP 5 is required'] = 'PHP 5.2が必要です'; 50 50 $lang['It appears your webhost is currently running PHP %s.'] = 'あなたのウェブホストは現在PHP %sを使っています。'; 51 $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigoは.htaccess ファイルを作成するか変更して、PHP 5 を設定してみます。';51 $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigoは.htaccess ファイルを作成するか変更して、PHP 5.2を設定してみます。'; 52 52 $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '注:自分で設定を変更し、その後Piwigoを再起動もできます。'; 53 $lang['Try to configure PHP 5'] = 'PHP 5 を設定してみます。';53 $lang['Try to configure PHP 5'] = 'PHP 5.2を設定してみます。'; 54 54 $lang['Sorry!'] = '申し訳ありません!'; 55 $lang['Piwigo was not able to configure PHP 5.'] = 'PiwigoはPHP 5 を設定できませんでした。';56 $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'あなたのホスティング業者のサポートに連絡し、どうやったらPHP 5 を設定できるか確認すべきです。';55 $lang['Piwigo was not able to configure PHP 5.'] = 'PiwigoはPHP 5.2を設定できませんでした。'; 56 $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'あなたのホスティング業者のサポートに連絡し、どうやったらPHP 5.2を設定できるか確認すべきです。'; 57 57 $lang['Hope to see you back soon.'] = 'またお越し下さい'; 58 58 $lang['Congratulations, Piwigo installation is completed'] = 'おめでとうございました。Piwigo のインストールが完了しました。'; … … 65 65 $lang['Welcome to your new installation of Piwigo!'] = '新しくPiwigoをインストールしていただき、ありがとうざいます!'; 66 66 $lang['Welcome to my photo gallery'] = '私のフォトギャラリーへようこそ'; 67 ?>
Note: See TracChangeset
for help on using the changeset viewer.