rhymix/modules/krzip/lang/jp.lang.php
2009-03-25 13:52:15 +00:00

22 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/krzip/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ
* @brief 日本語言語パッケージ(基本的な内容のみ)
**/
// 一般用語
$lang->krzip = "韓国郵便番号";
$lang->krzip_server_hostname = "郵便番号検索サーバ名";
$lang->krzip_server_port = "郵便番号検索サーバのポート";
$lang->krzip_server_query = "郵便番号検索サーバのクエリ";
// 説明
$lang->about_krzip_server_hostname = "郵便番号を検索して結果を取り寄せるサーバのドメインを入力して下さい。";
$lang->about_krzip_server_port = "郵便番号検索サーバのポート番号を入力して下さい。";
$lang->about_krzip_server_query = "郵便番号検索サーバに問い合わせるクエリのURLを入力して下さい。";
// エラーメッセージ
$lang->msg_not_exists_addr = "入力された文字列では郵便番号が見つかりませんでした";
$lang->msg_fail_to_socket_open = "郵便番号サーバとの接続に失敗しました";
?>