mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Author name update.
NHN developers@xpressengine.com http://xpressengine.com/ git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7676 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7d1fa86e5c
commit
8f385a592b
603 changed files with 67379 additions and 67522 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