23 lines
652 B
PHP
23 lines
652 B
PHP
<?php
|
|
|
|
$lang['admin']['widgets']['submenu']['blockparser'] = 'BlockParser Widgets';
|
|
|
|
$lang['admin']['widgets']['blockparser'] = array(
|
|
'head' => 'BlockParser Widgets',
|
|
'description'=>'BlockParser plugin allows you to create a widget '.
|
|
'from a static page. '.
|
|
'Select one or more static pages from the list to make a '.
|
|
' corresponding widget available.',
|
|
|
|
'title' => 'Title',
|
|
'enable' => 'Enable',
|
|
'disable' => 'Disable',
|
|
|
|
);
|
|
$lang['admin']['plugin']['blockparser']['msgs'] = array(
|
|
1 => 'The new widget is available. Activate it from the main panel!',
|
|
-1 => 'Can\'t create the requested widget'
|
|
);
|
|
|
|
?>
|