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
						
					
					
						
							969 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							969 B
						
					
					
				<?php
 | 
						|
 | 
						|
$strings['plugin_title'] = "Extra menu desde webservice";
 | 
						|
$strings['plugin_comment'] = "Añade un menú obtenido mediante webservice";
 | 
						|
$strings['authentication_url'] = 'Authentication url';
 | 
						|
$strings['authentication_email'] = 'Email para autentificación.';
 | 
						|
$strings['authentication_password'] = 'Contraseña para authentication';
 | 
						|
$strings['normal_menu_url'] = 'Url para el webservice menú normal';
 | 
						|
$strings['mobile_menu_url'] = 'Url para el webservice menu mobile';
 | 
						|
$strings['tool_enable'] = 'ExtraMenuFromWebservice plugin activo';
 | 
						|
$strings['tool_enable_help'] = "Elija si desea habilitar el plugin ExtraMenuFromWebservice";
 | 
						|
$strings['session_timeout'] = "Tiempo de vida del token, en segundos";
 | 
						|
$strings['session_timeout_help'] = "Si no se especifica tiempo, será de 86400 segundos.";
 | 
						|
$strings['list_css_imports'] = "Lista de urls CSS a importar, separadas por ';'";
 | 
						|
$strings['list_fonts_imports'] = "Lista de urls de fuentes a importar, separadas por ';'";
 | 
						|
 |