mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Support mobile header and footer text for boards
This commit is contained in:
parent
2d833e5668
commit
0326971615
7 changed files with 46 additions and 11 deletions
|
|
@ -17,6 +17,8 @@ $lang->module_history = 'Revision History';
|
|||
$lang->category_title = 'Category Title';
|
||||
$lang->header_text = 'Header Text';
|
||||
$lang->footer_text = 'Footer Text';
|
||||
$lang->mobile_header_text = 'Mobile Header Text';
|
||||
$lang->mobile_footer_text = 'Mobile Footer Text';
|
||||
$lang->use_category = 'Enable Category';
|
||||
$lang->checked_count = 'Number of Checked Articles';
|
||||
$lang->skin_default_info = 'Default Skin Info';
|
||||
|
|
@ -81,6 +83,8 @@ $lang->about_module_category = 'It enables you to manage it through a module cat
|
|||
$lang->about_description = 'This description is only for a manager.';
|
||||
$lang->about_header_text = 'The contents will be shown on the top of the module. (html tags available)';
|
||||
$lang->about_footer_text = 'The contents will be shown on the bottom of the module. (html tags available)';
|
||||
$lang->about_mobile_header_text = 'If left empty, the same header as above will be used.';
|
||||
$lang->about_mobile_footer_text = 'If left empty, the same footer as above will be used.';
|
||||
$lang->skin_fix = 'Fix skin';
|
||||
$lang->about_skin_fix = 'Check this to fix the skin regardless of theme setting.';
|
||||
$lang->about_skin = 'You may choose a module skin.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue