기본 에디터 컴폰너트에서 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2337 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 04:07:33 +00:00
parent a63fb39dd5
commit 8cee3b8019
12 changed files with 0 additions and 483 deletions

View file

@ -1,22 +0,0 @@
<?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 = "Please search the address first and then press [Insert] button. 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 necessary to use Naver Map.\nPlease input api key after selecting Module &gt; WISYWIG Editor &gt; <a href=\"#\" onclick=\"popopen('./?module=editor&amp;act=setupComponent&amp;component_name=naver_map','SetupComponent');return false;\">Naver Map Open Api</a>";
?>