source: branches/2.0/language/ja_JP/install.lang.php @ 3265

Last change on this file since 3265 was 3265, checked in by ddtddt, 15 years ago

Add ja_PA pack thanks to Mits

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['Installation'] = 'インストレーション';
25$lang['Initial_config'] = '基本設定';
26$lang['Default_lang'] = 'ギャラリーのデフォルト言語';
27$lang['step1_title'] = 'データベース設定';
28$lang['step2_title'] = '管理設定';
29$lang['Start_Install'] = 'インストールを開始する';
30$lang['reg_err_mail_address'] = 'メールアドレスは、 xxx@yyy.eee のような形式にしてください (例: jack@altern.org)。';
31
32$lang['install_webmaster'] = 'ウェブマスタログイン';
33$lang['install_webmaster_info'] = 'ウェブマスタは、ビジターに表示されます。ウェブサイト管理に必要です。';
34
35$lang['step1_confirmation'] = 'パラメータに問題はありません。';
36$lang['step1_err_db'] = 'サーバへ接続することができましたが、データベースに接続できません。';
37$lang['step1_err_server'] = 'サーバに接続できません。';
38$lang['step1_err_copy_2'] = 'インストールの次のステップへ進むことができます。';
39$lang['step1_err_copy_next'] = '次のステップ';
40$lang['step1_err_copy'] = 'ハイフンの間のピンクのテキストをコピーして、ファイル「include/mysql.inc.php」の中に貼り付けてください (警告 : mysql.inc.phpには、ピンクのテキストのみ貼り付けてください。改行またはスペースを含まないでください)。';
41
42$lang['step1_host'] = 'MySQLホスト';
43$lang['step1_host_info'] = '例) localhost、sql.multimania.com、toto.freesurf.fr';
44$lang['step1_user'] = 'ユーザ';
45$lang['step1_user_info'] = 'あなたのホストプロバイダから提供されたデータベースユーザ名です。';
46$lang['step1_pass'] = 'パスワード';
47$lang['step1_pass_info'] = 'あなたのホストプロバイダから提供されたデータベースパスワードです。';
48$lang['step1_database'] = 'データベース名';
49$lang['step1_database_info'] = 'こちらも、あなたのホストプロバイダから提供されたデータベース名です。';
50$lang['step1_prefix'] = 'データベーステーブル接頭辞';
51$lang['step1_prefix_info'] = 'データベーステーブルに接頭辞として付けられます (あなたのテーブルを管理しやすくします)。';
52$lang['step2_err_login1'] = 'ウェブマスタのユーザIDを入力してください。';
53$lang['step2_err_login3'] = 'ウェブマスタのユーザIDには、「\'」または「"」を含まないでください。';
54$lang['step2_err_pass'] = 'もう一度あなたのパスワードを入力してください。';
55$lang['install_end_title'] = 'インストールが終了しました。';
56$lang['step2_pwd'] = 'ウェブマスタパスワード';
57$lang['step2_pwd_info'] = 'ウェブマスタパスワードは、内密にしてください。ウェブマスタパスワードを使用して、あなたは管理パネルにアクセスすることができます。';
58$lang['step2_pwd_conf'] = 'パスワード [もう一度]';
59$lang['step2_pwd_conf_info'] = '確認';
60$lang['install_help'] = 'ヘルプが必要ですか? <a href="%s">Piwigoメッセージボード</a>にて、あなたの質問を投稿してください。';
61$lang['install_end_message'] = 'Piwigoの設定が完了しました。次のステップへ移動します。<br /><br />
62* アイデンティフィケーションページにアクセスします : [ <a href="identification.php">アイデンティフィケーション</a> ] ウェブマスタに設定したユーザIDおよびパスワードを使用してください。<br />
63* このログインにより、あなたは管理パネルにアクセスすることができます。また、あなたのディレクトリに写真をアップロードするためのインストラクションにもアクセスすることができます。';
64$lang['conf_mail_webmaster'] = 'ウェブマスタメールアドレス';
65$lang['conf_mail_webmaster_info'] = 'ビジターは、このメールアドレスでサイト管理者に連絡することができます。';
66?>
Note: See TracBrowser for help on using the repository browser.