mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5380 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
827 B
PHP
22 lines
827 B
PHP
<?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";
|
|
?>
|