영어번역 적용 (by 나이스투님)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-20 00:38:13 +00:00
parent 86bbeec870
commit 8c394d8589
45 changed files with 666 additions and 3 deletions

View file

@ -2,18 +2,23 @@
<component version="0.1">
<title xml:lang="ko">네이버맵 연동</title>
<title xml:lang="zh-CN">NAVER 地图</title>
<title xml:lang="en">Link Naver Map</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">네이버에서 제공하는 네이버 지도 open api를 이용하여 에디터에 원하는 곳의 지도를 추가하거나 수정할 수 있습니다.\n네이버 지도 open api키를 발급 받아서 등록을 해주셔야 정상적인 사용이 가능합니다.</description>
<description xml:lang="zh-CN">naver提供的naver地图利用open api在编辑器里添加或修改地图。\n为了正常使用naver地图首先要取得 open api后登录才可以使用。</description>
<description xml:lang="en">You can add a map to editor or modify it by using Naver Map open api provided by Naver.\nYou need to get Naver Map open api key and register it to use normally.</description>
</author>
<extra_vars>
<var name="api_key">
<title xml:lang="ko">네이버지도 api key</title>
<title xml:lang="zh-CN">naver地图 api key</title>
<title xml:lang="en">Naver Map api key</title>
<description xml:lang="ko">http://www.naver.com/ 에서 네이버 지도 API key를 발급 받으신 후 입력해주세요.</description>
<description xml:lang="zh-CN">在http://www.naver.com/ 取得naver地图 API key后输入。</description>
<description xml:lang="en">First get Naver Map API key from http://www.naver.com and then input the key.</description>
</var>
</extra_vars>
</component>

View file

@ -0,0 +1,22 @@
<?php
/**
* @file /modules/editor/components/naver_map/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor module > language pack of multimedia_link(Naver Map) component
**/
$lang->map_width = "Width";
$lang->map_height = "Height";
// Expressions
$lang->about_address = "Ex) Jeongjadong Boondang, Yeoksam";
$lang->about_address_use = "First search the address and then press [Add] button with displayed results. Then, the map would be added to the article.";
// Error Messages
$lang->msg_not_exists_addr = "Address doesn't exists";
$lang->msg_fail_to_socket_open = "Failed to connect zip code searching server";
$lang->msg_no_result = "Nothing Found";
$lang->msg_no_apikey = "Naver Map api key is needed to use Naver Map.\ninput api key after selecting Administrator > WISYWIG Editor > <a href=\"#\" onclick=\"popopen('./?module=editor&amp;act=setupComponent&amp;component_name=naver_map','SetupComponent');return false;\">Setting for Naver Map Linkage Component</a>";
?>