rhymix/modules/widget/lang/en.lang.php

43 lines
2.3 KiB
PHP

<?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 = 'Widget maker';
$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 = 'If you select it, the width will be fixed.';
$lang->about_widget_width = 'Select the width.';
$lang->about_widget_position = 'You may select the position to layout multiple widgets in a line.';
$lang->about_widget_margin = 'You may select the position to layout multiple widgets in a line.';
$lang->about_widget_cache = 'Cached data can be used during the setted time.';
$lang->generated_code = 'Generated Code';
$lang->msg_widget_is_not_exists = '%s widget is not exist.';
$lang->msg_widget_object_is_null = 'The object of %s widget cannot be created.';
$lang->msg_widget_proc_is_null = 'proc() of %s widget cannot be run.';
$lang->about_widget_code = 'After entering the required item value of selected widget, click the [Generate Code] button to get the code so that you can apply to your 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_addon = "A widget is very 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 Zeroboard XE page module or layout module.";
?>