* * 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 http://poyo.jp/ */ $GLOBALS["i18n"]["lang"] = "Japanese"; // admin/index.php $GLOBALS["i18n"]["Administration"] = "管理"; $GLOBALS["i18n"]["Available Languages"] = "利用可能な言語"; $GLOBALS["i18n"]["PFC version verification"] = "PFC のバージョン確認"; $GLOBALS["i18n"]["Internet connection is not possible"] = "インターネットへの接続ができません。"; $GLOBALS["i18n"]["PFC is update"] = "PFC is update"; $GLOBALS["i18n"]["PFC version"] = "PFC バージョン"; $GLOBALS["i18n"]["The last official version"] = "最後の公式バージョン"; $GLOBALS["i18n"]["PFC is not update"] = "PFC is not update"; $GLOBALS["i18n"]["Your version"] = "使用中のバージョン"; $GLOBALS["i18n"]["Download the last version %s here %s."] = "%s ここ %s で最新バージョンをダウンロードします。"; // admin/user.php $GLOBALS["i18n"]["Users management"] = "ユーザー管理"; $GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "少なくとも認証を有効にするにはひとりのユーザーを作成しなければなりません。"; $GLOBALS["i18n"]["It is not possible to delete the last user."] = "最後のユーザを削除することはできません。"; $GLOBALS["i18n"]["User %s deleted."] = "ユーザー %s を削除しました。"; $GLOBALS["i18n"]["User %s added."] = "ユーザー %s を追加しました。"; $GLOBALS["i18n"]["User %s edited."] = "ユーザー %s を編集しました。"; $GLOBALS["i18n"]["Authentication disable"] = "認証は無効です"; $GLOBALS["i18n"]["Enable here"] = "ここで有効にする"; $GLOBALS["i18n"]["Authentication enable"] = "認証は有効です"; $GLOBALS["i18n"]["Disable here"] = "ここで無効にする"; $GLOBALS["i18n"]["Username"] = "ユーザー名"; $GLOBALS["i18n"]["Password"] = "パスワード"; $GLOBALS["i18n"]["Group"] = "グループ"; $GLOBALS["i18n"]["Do you really want to delete %s ?"] = "本当に「%s」を削除しますか?"; $GLOBALS["i18n"]["Add a new user"] = "新規ユーザーを追加する"; $GLOBALS["i18n"]["Edit"] = "編集する"; $GLOBALS["i18n"]["Delete"] = "削除する"; // admin/themes.php $GLOBALS["i18n"]["Available themes"] = "利用可能なテーマ"; $GLOBALS["i18n"]["Screenshot"] = "スクリーンショット"; ?>