<?php
/**
 * i18n/ja_JP/main.php
 *
 * Copyright © 2006 Stephane Gully <stephane.gully@gmail.com>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful, 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details. 
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the
 * Free Software Foundation, 51 Franklin St, Fifth Floor,
 * Boston, MA  02110-1301  USA
 */

/**
 * Japanese translation of the messages (utf8 encoded!)
 *
 * @author Tadashi Jokagi <elf2000@users.sourceforge.net> http://poyo.jp/
 */

// line 45 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["My Chat"] = "私のチャット";

// line 201 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s が見つかりません。ライブラリ %s を見つけることができません。";

// line 355 in phpfreechat.class.php
$GLOBALS["i18n"]["Please enter your nickname"] = "ニックネームを入力してください。";

// line 565 in phpfreechat.class.php
$GLOBALS["i18n"]["Text cannot be empty"] = "テキストは空にできません。";

// line 392 in phpfreechat.class.php
$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s さんはニックネームを %s に変更しました。";

// line 398 in phpfreechat.class.php
$GLOBALS["i18n"]["%s is connected"] = "%s さんが接続しました。";

// line 452 in phpfreechat.class.php
$GLOBALS["i18n"]["%s quit"] = "%s さんが終了しました。";

// line 468 in phpfreechat.class.php
$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s さんは切断しました(タイムアウト)";

// line 262 in phpfreechat.class.php
$GLOBALS["i18n"]["Unknown command [%s]"] = "不明のコマンド [%s]";

// line 149 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s が存在しません: %s";

// line 180 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["You need %s"] = "%s が必要です。";

// line 241 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s が存在しません。ライブラリ %s を見つけることができません。";

// line 280 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist"] = "%s が存在しません。";

// line 433 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s directory must be specified"] = "ディレクトリ %s を指定しなければなりません。";

// line 439 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s must be a directory"] = "%s はディレクトリでなければいけません。";

// line 446 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s can't be created"] = "%s を作成できませんでした。";

// line 451 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not writeable"] = "%s を書き込みできません。";

// line 496 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not readable"] = "%s を読み込みできません。";

// line 469 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not a file"] = "%s はファイルではありません。";

// line 491 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not a directory"] = "%s はディレクトリではありません。";

// line 23 in chat.html.tpl.php
$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP フリーチャット [powered by phpFreeChat-%s]";

// line 296 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Hide nickname marker"] = "ニックネームの色を隠す";

// line 304 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Show nickname marker"] = "ニックネームの色を表示する";

// line 389 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Disconnect"] = "切断する";

// line 395 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Connect"] = "接続する";

// line 427 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Magnify"] = "拡大する";

// line 434 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Cut down"] = "カットダウン";

// line 345 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Hide dates and hours"] = "日付と時間を隠す";

// line 353 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Show dates and hours"] = "日付と時間を表示する";

// line 21 in chat.html.tpl.php
$GLOBALS["i18n"]["Enter your message here"] = "ここにメッセージを入力します。";

// line 24 in chat.html.tpl.php
$GLOBALS["i18n"]["Enter your nickname here"] = "ここにニックネームを入力します。";

// line 93 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "エラー: パラメーター「%s」は破棄されたか未定義です。このパラメーターを修正するか削除してください。";

// line 86 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Hide smiley box"] = "表情ボックスを隠す";

// line 87 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Show smiley box"] = "表情ボックスを表示する";

// line 88 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Hide online users box"] = "オンラインユーザーボックスを隠す";

// line 89 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Show online users box"] = "オンラインユーザーボックスを表示する";

// line 33 in chat.html.tpl.php
$GLOBALS["i18n"]["Bold"] = "強調";

// line 34 in chat.html.tpl.php
$GLOBALS["i18n"]["Italics"] = "斜線";

// line 35 in chat.html.tpl.php
$GLOBALS["i18n"]["Underline"] = "アンダーライン";

// line 36 in chat.html.tpl.php
$GLOBALS["i18n"]["Delete"] = "削除する";

// line 37 in chat.html.tpl.php
$GLOBALS["i18n"]["Pre"] = "Pre";

// line 38 in chat.html.tpl.php
$GLOBALS["i18n"]["Mail"] = "メール";

// line 39 in chat.html.tpl.php
$GLOBALS["i18n"]["Color"] = "色";

// line 48 in phpfreechattemplate.class.php
$GLOBALS["i18n"]["%s template could not be found"] = "テンプレート「%s」を見つけることができません。";

// line 512 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "エラー: 「%s」が見つかりません。themepath「%s」とテーマ「%s」が正しいか確認してください。";

// line 75 in pfccommand.class.php
$GLOBALS["i18n"]["%s must be implemented"] = "%s は実装されなければなりません。";


// line 343 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "パラメーター「%s」は強制的にデフォルトとして値「%s」を使います。";

// line 378 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "パラメーター「%s」は整数でなければなりません。";

// line 386 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "パラメーター「%s」は正しくありません。利用できる値: 「%s」";

// line 185 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["My room"] = "自分の部屋";

// line 109 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Private message"] = "プライベートメッセージ";

// line 110 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Close this tab"] = "このタブを閉じる";

// line 225 in pfcgui.js.tpl.php
$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "本当にこの部屋から去りますか?";

// line 19 in unban.class.php
$GLOBALS["i18n"]["Missing parameter"] = "パラメーターが足りません";

// line 38 in ban.class.php
$GLOBALS["i18n"]["banished from %s by %s"] = "%s さんにより、%s から禁止されました。";

// line 23 in banlist.class.php
$GLOBALS["i18n"]["The banished user's id list is:"] = "禁止されたユーザー ID の一覧です:";

// line 32 in banlist.class.php
$GLOBALS["i18n"]["Empty"] = "空";

// line 34 in banlist.class.php
$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "「/unban {id}」は、「{id}」と確認されたユーザーの禁止を解除するでしょう。";

// line 35 in banlist.class.php
$GLOBALS["i18n"]["'/unban all'  will unban all the users on this channel"] = "「/unban all」はこのチャンネルのすべてのユーザーの禁止を解除するでしょう。";

// line 24 in update.class.php
$GLOBALS["i18n"]["%s quit (timeout)"] = "%s が退出しました (タイムアウト)";

// line 46 in join.class.php
$GLOBALS["i18n"]["%s joins %s"] = "%s が %s に参加しました。";

// line 31 in kick.class.php
$GLOBALS["i18n"]["kicked from %s by %s"] = "%2s により %1s から追い出されました。";

// line 38 in send.class.php
$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "%s はオフラインなのでメッセージを送ることができませんでした。";

// line 27 in unban.class.php
$GLOBALS["i18n"]["Nobody has been unbanished"] = "Nobody の禁止を解除しました。";

// line 42 in unban.class.php
$GLOBALS["i18n"]["%s has been unbanished"] = "%s の禁止を解除しました。";

// line 49 in unban.class.php
$GLOBALS["i18n"]["%s users have been unbanished"] = "%s 人のユーザーの禁止を解除しました。";

// line 47 in auth.class.php
$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "コマンド「%s」の実行が許可されていません。";

// line 67 in auth.class.php
$GLOBALS["i18n"]["Can't join %s because you are banished"] = "禁止されているので「%s」に参加できません。";

// line 79 in auth.class.php
$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "ニックネームの変更が許可されていません。";

// line 76 in auth.class.php
$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "チャンネル一覧が制限されているので「%s」に参加できません。";

// line 56 in noflood.class.php
$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "大量で黙認できません。大量のメッセージを投稿しないでください。";

// line 169 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = "エラー: 「%s」はプライベートパラメーターで、変更は許可されていません";

// line 253 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be an array"] = "パラメーター「%s」は配列でなければいけません";

// line 265 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "パラメーター「%s」は boolean でなければなりません";

// line 271 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "パラメーター「%s」は文字列でなければなりません";

// line 395 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' must be writable"] = "「%s」は書き込めなければいけません";

// line 425 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' directory doesn't exist"] = "ディレクトリ「%s」が存在しません";

// line 544 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["Please correct these errors"] = "これらのエラーを修正してください";

// line 21 in pfcinfo.class.php
$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = "エラー: キャッシュ済設定ファイルが存在しません";

// line 190 in phpfreechat.class.php
$GLOBALS["i18n"]["Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum"] = "エラー: チャットを読み込めません! 2 つの可能性: ブラウザーが JavaScript をサポートしていないか、
サーバーのディレクトリ権限を正しく設定していません - don't hesitate to ask some help on the forum";

// line 31 in help.class.php
$GLOBALS["i18n"]["Here is the command list:"] = "ここはコマンド一覧です:";

// line 63 in identify.class.php
$GLOBALS["i18n"]["Succesfully identified"] = "識別に成功しました";

// line 68 in identify.class.php
$GLOBALS["i18n"]["Identification failure"] = "識別に失敗しました";

// line 25 in send.class.php
$GLOBALS["i18n"]["Your must be connected to send a message"] = "メッセージの送信には接続しなければなりません";

// line 87 in chat.js.tpl.php
$GLOBALS["i18n"]["Click here to send your message"] = "メッセージの送信にはここをクリックします";

// line 80 in chat.js.tpl.php
$GLOBALS["i18n"]["Enter the text to format"] = "書式化するテキストを入力します";

// line 81 in chat.js.tpl.php
$GLOBALS["i18n"]["Configuration has been rehashed"] = "設定は作り直されました";

// line 82 in chat.js.tpl.php
$GLOBALS["i18n"]["A problem occurs during rehash"] = "作成中に問題が発生しました";

// line 83 in chat.js.tpl.php
$GLOBALS["i18n"]["Choosen nickname is allready used"] = "選択したニックネームは既に試用されています";

// line 84 in chat.js.tpl.php
$GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat の現在のバージョンは %s です";

// line 85 in chat.js.tpl.php
$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = "最大チャンネルの最大数に到達しました";

// line 86 in chat.js.tpl.php
$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = "プライベートチャットの最大数に到達しました";

// line 88 in chat.js.tpl.php
$GLOBALS["i18n"]["Send"] = "送信する";

// line 86 in mysql.class.php
$GLOBALS["i18n"]["Mysql container: connect error"] = "";

// line 101 in mysql.class.php
$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "";

// line 112 in mysql.class.php
$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "";

// line 80 in chat.js.tpl.php
$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "";

// line 82 in chat.js.tpl.php
$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "";

// line 83 in chat.js.tpl.php
$GLOBALS["i18n"]["Enable sound notifications"] = "";

// line 84 in chat.js.tpl.php
$GLOBALS["i18n"]["Disable sound notifications"] = "";

// line 23 in kick.class.php
$GLOBALS["i18n"]["no reason"] = "";

// line 24 in banlist.class.php
$GLOBALS["i18n"]["The banished user list is:"] = "";

// line 39 in banlist.class.php
$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "";

// line 43 in kick.class.php
$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "";

// line 20 in quit.class.php
$GLOBALS["i18n"]["%s quit (%s)"] = "";

// line 124 in chat.js.tpl.php
$GLOBALS["i18n"]["Chat loading ..."] = "";

// line 124 in chat.js.tpl.php
$GLOBALS["i18n"]["Please wait"] = "";

// line 139 in chat.js.tpl.php
$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "";

// line 139 in chat.js.tpl.php
$GLOBALS["i18n"]["This web application requires %s to work properly."] = "";

// line 135 in chat.js.tpl.php
$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = "";

// line 137 in chat.js.tpl.php
$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = "";

// line 139 in chat.js.tpl.php
$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "";

// line 359 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "";

// line 73 in invite.class.php
$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "";

// line 47 in chat.html.tpl.php
$GLOBALS["i18n"]["Ping"] = "";

// line 477 in phpfreechat.class.php
$GLOBALS["i18n"]["Input Required"] = "";

// line 478 in phpfreechat.class.php
$GLOBALS["i18n"]["OK"] = "";

// line 479 in phpfreechat.class.php
$GLOBALS["i18n"]["Cancel"] = "";

?>