mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
merge sandbox to trunk for 1.4.4
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
200d63636c
commit
b8299c8a65
683 changed files with 70982 additions and 69716 deletions
|
|
@ -1,22 +1,22 @@
|
|||
<?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 = '郵便番号サーバとの接続に失敗しました';
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/krzip/lang/jp.lang.php
|
||||
* @author NHN (developers@xpressengine.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 = '郵便番号サーバとの接続に失敗しました';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue