1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2011 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['Basic configuration'] = '基本設定'; |
---|
26 | $lang['Default gallery language'] = 'ギャラリーのデフォルト言語'; |
---|
27 | $lang['Database configuration'] = 'データベース設定'; |
---|
28 | $lang['Admin configuration'] = '管理設定'; |
---|
29 | $lang['Start Install'] = 'インストールを開始する'; |
---|
30 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'メールアドレスは、 xxx@yyy.eee のような形式にしてください (例: jack@altern.org)。'; |
---|
31 | |
---|
32 | $lang['Webmaster login'] = 'ウェブマスタログイン'; |
---|
33 | $lang['It will be shown to the visitors. It is necessary for website administration'] = 'ウェブマスタは、ビジターに表示されます。ウェブサイト管理に必要です。'; |
---|
34 | |
---|
35 | $lang['Connection to server succeed, but it was impossible to connect to database'] = 'サーバへ接続することができましたが、データベースに接続できません。'; |
---|
36 | $lang['Can\'t connect to server'] = 'サーバに接続できません。'; |
---|
37 | |
---|
38 | $lang['Host'] = 'MySQLホスト'; |
---|
39 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = '例) localhost、sql.multimania.com、toto.freesurf.fr'; |
---|
40 | $lang['User'] = 'ユーザ'; |
---|
41 | $lang['user login given by your host provider'] = 'あなたのホストプロバイダから提供されたデータベースユーザ名です。'; |
---|
42 | $lang['Password'] = 'パスワード'; |
---|
43 | $lang['user password given by your host provider'] = 'あなたのホストプロバイダから提供されたデータベースパスワードです。'; |
---|
44 | $lang['Database name'] = 'データベース名'; |
---|
45 | $lang['also given by your host provider'] = 'こちらも、あなたのホストプロバイダから提供されたデータベース名です。'; |
---|
46 | $lang['Database table prefix'] = 'データベーステーブル接頭辞'; |
---|
47 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'データベーステーブルに接頭辞として付けられます (あなたのテーブルを管理しやすくします)。'; |
---|
48 | $lang['enter a login for webmaster'] = 'ウェブマスタのユーザIDを入力してください。'; |
---|
49 | $lang['webmaster login can\'t contain characters \' or "'] = 'ウェブマスタのユーザIDには、「\'」または「"」を含まないでください。'; |
---|
50 | $lang['please enter your password again'] = 'もう一度あなたのパスワードを入力してください。'; |
---|
51 | $lang['Webmaster password'] = 'ウェブマスタパスワード'; |
---|
52 | $lang['Keep it confidential, it enables you to access administration panel'] = 'ウェブマスタパスワードは、内密にしてください。ウェブマスタパスワードを使用して、あなたは管理パネルにアクセスすることができます。'; |
---|
53 | $lang['Password [confirm]'] = 'パスワード [もう一度]'; |
---|
54 | $lang['verification'] = '確認'; |
---|
55 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'ヘルプが必要ですか? <a href="%s">Piwigoメッセージボード</a>にて、あなたの質問を投稿してください。'; |
---|
56 | $lang['Webmaster mail address'] = 'ウェブマスタメールアドレス'; |
---|
57 | $lang['Visitors will be able to contact site administrator with this mail'] = 'ビジターは、このメールアドレスでサイト管理者に連絡することができます。'; |
---|
58 | $lang['Database type'] = 'データベース種'; |
---|
59 | $lang['The type of database your piwigo data will be store in'] = 'あなたのPiwigoデータが保存されているデータベース種'; |
---|
60 | $lang['PHP 5 is required'] = 'PHP 5は必要'; |
---|
61 | $lang['It appears your webhost is currently running PHP %s.'] = 'あなたのウェブホストは現在PHP %sを使っているらしいです。'; |
---|
62 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigoは.htaccess ファイルを作成するか、変更しようとしてPHP 5に設定してみます。'; |
---|
63 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '注:自分で設定を変更し、その後Piwigoを再起動もできます。'; |
---|
64 | $lang['Try to configure PHP 5'] = 'PHP 5を設定してみます。'; |
---|
65 | $lang['Sorry!'] = '申し訳ありません!'; |
---|
66 | $lang['Piwigo was not able to configure PHP 5.'] = 'PiwigoはPHP 5に設定できませんでした。'; |
---|
67 | $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'あなたのホームページ・プロバイダーのサポートに参照し、自分でPHP 5に変更方法を見られます。'; |
---|
68 | $lang['Hope to see you back soon.'] = 'またお越し下さい'; |
---|
69 | $lang['Congratulations, Piwigo installation is completed'] = 'おめでとうございました。Piwigo のインストール完了しました。'; |
---|
70 | $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 は上のテクスト内容以外のこと(エンターキーやスペースなど)を含まないでください。)'; |
---|
71 | $lang['Creation of config file local/config/database.inc.php failed.'] = 'local/config/database.inc.php のconfig ファイル作成失敗しました。'; |
---|
72 | $lang['Download the config file'] = 'config ファイルをダウンロードします。'; |
---|
73 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'config ファイルをダウンロードし、インストールされた local/config ディレクトリーにアップロードすることができます。'; |
---|
74 | $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite と PostgreSQL は現在試験中です。'; |
---|
75 | $lang['Learn more'] = '詳細はこちら'; |
---|
76 | ?> |
---|