 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'] ['lastcommentsadmin '] ['errors'] = array (
 | |
| 	-1 => 'La chiave API non è stata impostata. Apri il plugin per impostare la tua chiave API. Registrati su <a href="https://akismet.com/" target="_blank">akismet.com</a> per riceverne una.'
 | |
| );
 | |
| 
 | |
| $lang ['admin'] ['plugin'] ['submenu'] ['lastcommentsadmin'] = 'Amministrazione Ultimi commenti';
 | |
| 
 | |
| $lang ['admin'] ['plugin'] ['lastcommentsadmin'] = array(
 | |
| 	'head' => 'Amministrazione Ultimi Commenti',
 | |
| 	'description' => 'Svuota e ricostruisci la cache degli ultimi commenti',
 | |
| 	'clear' => 'Svuota la cache',
 | |
| 	'cleardescription' => 'Elimina il file della cache degli ultimi commenti. Il nuovo file della cache verrà creato quando verrà inserito un nuovo commento.',
 | |
| 	'rebuild' => 'Ricostruisci la cache',
 | |
| 	'rebuilddescription' => 'Ricostruisci il file della cache degli ultimi commenti. Potrebbe volerci molto tempo. Potrebbe non funzionare proprio. Potrebbe bruciarti il mouse!'
 | |
| );
 | |
| 
 | |
| $lang ['admin'] ['plugin'] ['lastcommentsadmin'] ['msgs'] = array(
 | |
| 	1 => 'La cache è stata eliminata',
 | |
| 	2 => 'La cache è stata ricostruita!',
 | |
| 	-1 => 'Errore!',
 | |
| 	-2 => 'Questo plugin richiede il plugin LastComments!'
 | |
| );
 | |
| ?>
 |