mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
인용구컴포넌트의 en.lang.php파일의 잘못된 위치를 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2010 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f639288045
commit
f4be53df87
1 changed files with 0 additions and 0 deletions
|
|
@ -1,40 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/quotation/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief editor module > language pack of quotation component
|
||||
**/
|
||||
|
||||
$lang->quotation_use_folder = "Use Folding Function";
|
||||
$lang->quotation_opener = "Name of Open Button";
|
||||
$lang->quotation_closer = "Name of Close Button";
|
||||
$lang->quotation_padding = "Padding";
|
||||
$lang->quotation_margin = "Margin";
|
||||
$lang->quotation_border_color = "Border Color";
|
||||
$lang->quotation_border_thickness = "Border Thickness";
|
||||
|
||||
$lang->folder_text_bold = "Text Boldness";
|
||||
$lang->about_folder_text_bold = "Make Link Text Bold";
|
||||
|
||||
$lang->folder_text_color = "Link Color";
|
||||
$lang->folder_text_color_blue = "Blue";
|
||||
$lang->folder_text_color_red = "Red";
|
||||
$lang->folder_text_color_yellow = "Yellow";
|
||||
$lang->folder_text_color_green = "Green";
|
||||
|
||||
$lang->quotation_border_style = "Border Style";
|
||||
$lang->quotation_border_style_list = array(
|
||||
"None",
|
||||
"Solid",
|
||||
"Dotted",
|
||||
"Solid on Left",
|
||||
"Solid on Right",
|
||||
);
|
||||
|
||||
$lang->quotation_bg_color = "Background Color";
|
||||
|
||||
$lang->quotation_opener = "Name of Open Link";
|
||||
$lang->quotation_opener = "Name of Close Link";
|
||||
$lang->quotation_cmd_opener = "More...";
|
||||
$lang->quotation_cmd_closer = "Close";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue