You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							940 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							940 B
						
					
					
				<?php
 | 
						|
 | 
						|
$strings['plugin_title'] = "Extra menu from webservice";
 | 
						|
$strings['plugin_comment'] = "Add a menu obtained by webservice";
 | 
						|
$strings['authentication_url'] = 'Authentication url';
 | 
						|
$strings['authentication_email'] = 'Email for authentication.';
 | 
						|
$strings['authentication_password'] = 'Password for authentication';
 | 
						|
$strings['normal_menu_url'] = 'Url for normal menu webservice';
 | 
						|
$strings['mobile_menu_url'] = 'Url for mobile menu webservice';
 | 
						|
$strings['tool_enable'] = 'ExtraMenuFromWebservice plugin enabled';
 | 
						|
$strings['tool_enable_help'] = "Choose whether you want to enable the ExtraMenuFromWebservice plugin.";
 | 
						|
$strings['session_timeout'] = "Token in session timeout, in seconds";
 | 
						|
$strings['session_timeout_help'] = "If time is not specified, it will be 86400 seconds.";
 | 
						|
$strings['list_css_imports'] = "List of CSS urls to import, separated by ';'";
 | 
						|
$strings['list_fonts_imports'] = "List of fonts urls to import, separated by ';'";
 | 
						|
 |