mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
21
modules/editor/components/naver_map/lang/jp.lang.php
Normal file
21
modules/editor/components/naver_map/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/naver_map/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief ウィジウィグエディター(editor) > マルチメディアリンク(naver_map)コンポネント言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->map_width = "横幅サイズ";
|
||||
$lang->map_height = "縦幅サイズ";
|
||||
|
||||
// 表示メッセージ
|
||||
$lang->about_address = "例)분당 정자동, 역삼";
|
||||
$lang->about_address_use = "検索ウィンドウで住所を検索した後、出力された結果を選択して、「追加」ボタンを押せば、書き込みに地図が追加されます。";
|
||||
|
||||
// エラーメッセージ
|
||||
$lang->msg_not_exists_addr = "検索対象がありません。";
|
||||
$lang->msg_fail_to_socket_open = "郵便番号を検索するサーバとの接続に失敗しました。";
|
||||
$lang->msg_no_result = "検索結果がありません。";
|
||||
|
||||
$lang->msg_no_apikey = "ネイバーマップを使用するためには、ネイバーマップのOpenAPIキーを取得しなければなりません。\nOpenAPIキーを 管理者 > ウィジウィグエディター > <a href=\"#\" onclick=\"popopen('./?module=editor&act=setupComponent&component_name=naver_map','SetupComponent');return false;\">ネイバーマップコンポネント設定</a>を選択した後、入力してください。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue