mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
40 lines
1.3 KiB
PHP
40 lines
1.3 KiB
PHP
<?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";
|
|
?>
|