|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/widget/lang/ |
Upload File : |
<?php
/**
* @file modules/widget/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief widget module- basic language pack
**/
$lang->cmd_generate_code = 'Generate Code';
$lang->widget_name = 'Widget Name';
$lang->widget_maker = 'Developer';
$lang->widget_license = 'License';
$lang->widget_history = 'Update History';
$lang->widget_info = 'Widget Info';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Cache';
$lang->widget_fix_width = 'Fix Width';
$lang->widget_width = 'Width';
$lang->widget_position = 'Position';
$lang->widget_position_none = 'Next Line';
$lang->widget_position_left = 'Left';
$lang->widget_position_right = 'Right';
$lang->widget_margin = 'Margin';
$lang->widget_margin_top = 'Top Margin';
$lang->widget_margin_right = 'Right Margin';
$lang->widget_margin_bottom = 'Bottom Margin';
$lang->widget_margin_left= 'Left Margin';
$lang->about_widget_fix_width = 'Please check to fix the width.';
$lang->about_widget_width = 'Please set the width of widget.';
$lang->about_widget_position = 'Please select the position if you want to display many widgets in one line.';
$lang->about_widget_margin = "You may set the margin of widgets' top, bottom, right and left.";
$lang->about_widget_cache = 'Cached data can be used during the time you have set.';
$lang->generated_code = 'Generated Code';
$lang->widgetstyle= 'Widget Style';
$lang->msg_widget_is_not_exists = "'%s' does not exist.";
$lang->msg_widget_object_is_null = "Object of '%s' could not be created.";
$lang->msg_widget_proc_is_null = "proc() of '%s' could not be executed.";
$lang->msg_widget_skin_is_null = "You should select widget's skin";
$lang->about_widget_code = 'Please input required value first, and click [Generate Code] button to generate code to add to the template file.';
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
$lang->about_widget = "A widget is a small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the XE page module or layout module.";
$lang->cmd_content_insert = "Insert Content by Yourself";
$lang->cmd_box_widget_insert = "Insert Box Widget";
$lang->cmd_remove_all_widgets = "Remove All Widgets";
$lang->cmd_widget_size = "Widget Size";
$lang->cmd_widget_align = "Align Widget";
$lang->cmd_widget_align_left = "Left";
$lang->cmd_widget_align_right = "Right";
$lang->cmd_widget_margin = "Margin";
$lang->cmd_widget_padding = "Padding";
$lang->cmd_widget_border = "Border";
$lang->cmd_widget_border_solid = "Solid";
$lang->cmd_widget_border_dotted = "Dotted";
$lang->cmd_widget_background_color = "Background Color";
$lang->cmd_widget_background_image_url = "Background Image";
$lang->cmd_widget_background_image_repeat = "Repeat";
$lang->cmd_widget_background_image_no_repeat = "No Repeat";
$lang->cmd_widget_background_image_x_repeat = "X Repeat";
$lang->cmd_widget_background_image_y_repeat = "Y Repeat";
$lang->cmd_widget_background_image_x = "X Position";
$lang->cmd_widget_background_image_y = "Y Position";
?>