22 lines
		
	
	
		
			647 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			647 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']['akismet']['msgs'] = array(
 | |
| 		1		=> 'The new widget is available. Activate it from the main panel!',
 | |
| 		-1		=> 'Can\'t create the requested widget'
 | |
| 	);
 | |
| 	
 | |
| ?>
 | 
