|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/krzip/lang/ |
Upload File : |
<?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 = '郵便番号サーバとの接続に失敗しました';
?>