 f46df8aafe
			
		
	
	
		f46df8aafe
		
	
	
	
	
		
			
			- For future new language packs, a clean basis has been created with the existing language packs. - Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design. - Updated links to external sources. - Missing language files created in plugins. - Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Mediamanager plugin: el-gr, fr-fr - PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Readmore plugin: el-gr, fr-fr - Seometataginfo plugin: pt-br
		
			
				
	
	
		
			23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['plugin'] ['akismet'] ['errors'] = array (
 | |
| 	-1 => 'No se estableció la clave de API. Abra el Plugin para configurar su clave de API. Registrarse en <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> para conseguir uno'
 | |
| );
 | |
| 
 | |
| $lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Configuración de Akismet';
 | |
| 
 | |
| $lang ['admin'] ['plugin'] ['akismet'] = array(
 | |
| 	'head' => 'Configuración de Akismet',
 | |
| 	'description' => 'Para muchas personas, <a href="https://akismet.com/" target="_blank">Akismet</a> reducirá en gran medida ' .
 | |
| 		'o incluso eliminar por completo el spam de comentarios y trackback que recibe en su sitio. ' .
 | |
| 		'Si aún no tiene una cuenta de akismet.com, puede obtener una en ' .
 | |
| 		'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup<a>.',
 | |
| 	'apikey' => 'Akismet API Key',
 | |
| 	'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">¿Que es esto?</a>)',
 | |
| 	'submit' => 'Guardar clave de API'
 | |
| );
 | |
| 
 | |
| $lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
 | |
| 	1 => 'Clave de API guardada',
 | |
| 	-1 => 'La clave de API no es válida'
 | |
| );
 | |
| ?>
 |