 6b8a4776df
			
		
	
	
		6b8a4776df
		
	
	
	
	
		
			
			Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch. I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
|     /* MediaManager IT-IT language file by Fabrix Xm */
 | |
| 
 | |
| 	/* THIS LINE SHOULDN'T BE HERE! */
 | |
| 	$lang['admin']['uploader']['submenu']['default'] = 'Caricatore';
 | |
| 	
 | |
| 	$lang['admin']['uploader']['submenu']['mediamanager'] = 'Gestore media';
 | |
| 	
 | |
| 
 | |
| 	$lang['admin']['uploader']['mediamanager'] = array(
 | |
| 		'head'		=> 'Gestore media',
 | |
| 		'description'=>'Gestisci i tuoi file',
 | |
|         
 | |
| 		'delete'	=> 'cancella',
 | |
| 		'up'		=> 'Indietro',
 | |
| 		'page'		=> 'Pagina',
 | |
| 		'colname'	=> 'Nome',
 | |
| 		'colsize'	=> 'Dim.',
 | |
| 		'coltype'	=> 'Tipo',
 | |
| 		'colmtime'	=> 'Caricato il',
 | |
| 		'colusecount'=>'usato n.',
 | |
| 		'nofiles'	=> 'Nessun file caricato.',
 | |
| 		'loadfile'	=> 'Carica file.',
 | |
| 		
 | |
| 		'selected'		=> 'Selezionati',
 | |
| 		'selectaction'	=> '-- seleziona azione --',
 | |
| 		'addtogallery'	=> 'Aggiungi alla galleria',
 | |
| 		'newgallery'	=> 'Nuova galleria',
 | |
| 		'go'			=> 'Vai',
 | |
| 		'add'			=> 'Aggiungi'
 | |
| 		
 | |
| 	);
 | |
| 	$lang['admin']['uploader']['mediamanager']['msgs'] = array(
 | |
| 		3		=> 'Nuova galleria creata',
 | |
| 	    2       => 'Immagini aggiunte alla galleria',
 | |
| 		1		=> 'File cancellato',
 | |
| 		-1		=> 'Errore cancellando il file',
 | |
| 		-2		=> 'Errore creando la nuova galleria',
 | |
| 		-3		=> 'Perfavore specifica il nome della nuova galleria'
 | |
| 	);
 | |
| 	
 | |
| 
 | |
| ?>
 |