mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
중국어 전체파일 수정보완 및 추가번 적용. by guny님
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9bf4756ded
commit
1656f52701
103 changed files with 580 additions and 509 deletions
|
|
@ -2,20 +2,20 @@
|
|||
/**
|
||||
* @file /modules/editor/components/naver_map/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 所见即所得编辑器(editor) 模块 > naver地图 (naver_map) 组件语言包
|
||||
* @brief 网页编辑器(editor) 模块 > naver地图 (naver_map) 组件语言包
|
||||
**/
|
||||
|
||||
$lang->map_width = "宽度大小";
|
||||
$lang->map_height = "高度大小";
|
||||
$lang->map_width = "宽度";
|
||||
$lang->map_height = "高度";
|
||||
|
||||
// 词句
|
||||
$lang->about_address = "例) 분당 정자동, 역삼";
|
||||
$lang->about_address_use = "在搜索窗口输入要搜索的地址后选择显示的结果按『添加』按钮会在文章里显示地图。";
|
||||
$lang->about_address = "例) 王府井 餐厅, 月坛公园";
|
||||
$lang->about_address_use = "在搜索窗口搜索要找的地址后,按『添加』按钮即可把相关地图插入到文章当中。";
|
||||
|
||||
// 错误信息
|
||||
$lang->msg_not_exists_addr = "找不到搜索的对象";
|
||||
$lang->msg_fail_to_socket_open = "链接邮编搜索对象服务器失败";
|
||||
$lang->msg_no_result = "搜索没有找到结果";
|
||||
$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>选择后输入";
|
||||
$lang->msg_no_apikey = "要想使用naver地图,将需要一个open api key。\n 请选择管理员 > 网页编辑器 > <a href=\"#\" onclick=\"popopen('./?module=editor&act=setupComponent&component_name=naver_map','SetupComponent');return false;\">naver地图设置</a>后输入open api key。";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue