이미지/URL링크, 컬러피커 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6101 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-14 09:19:35 +00:00
parent 072cdbffb4
commit 029c14db45
44 changed files with 0 additions and 1294 deletions

View file

@ -1,22 +0,0 @@
<?php
/**
* @file /modules/editor/components/image_link/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief editor Module > language pack of image_link component
**/
$lang->image_url = "Image Path";
$lang->image_alt = "Input Description";
$lang->image_scale = "Image Size";
$lang->image_align = "Align Style";
$lang->image_align_normal = "Occupy a Paragraph";
$lang->image_align_left = "Left of Article";
$lang->image_align_middle = "Center";
$lang->image_align_right = "Right of Article";
$lang->image_border = "Border Thickness";
$lang->urllink_url = "URL";
$lang->image_margin = 'Image Margin';
$lang->about_url_link_open_window = "Make the link to open as a new window";
$lang->cmd_get_scale = "Get Image Size";
?>