mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1909 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
1.1 KiB
PHP
21 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/naver_map/lang/zh-CN.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 所见即所得编辑器(editor) 模块 > naver地图 (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 = "为了使用naver地图需要 open api key。\n open api key在 管理员 > 所见即所得编辑器 > <a href=\"#\" onclick=\"popopen('./?module=editor&act=setupComponent&component_name=naver_map','SetupComponent');return false;\">naver地图设定</a>选择后输入";
|
|
?>
|