I found this script very useful, so I decided to contribute to the project by adding the localisation for my language (italian).
If you like to integrate, i post here the revisited array $text under functions.php
And the line to add into the index.php select box.
Bye
Simone
File functions.php (replace the whole $text array with the following)
$text=array('index_of'=>array('Index of','Index de','Index der','Õndice de','Indice di'),'key'=>array('Key','ClÈ','Schl¸ssel','Llave','Legenda'),'folder'=>array('Folder','Dossier','Ordner','Carpeta','Cartella'),'file'=>array('File','Fichier','Datei','Archivo','File'),'switch_to_list'=>array('Switch to list view','Passez ‡ vue de liste','Umschalten auf Listenansicht','Cambiar a vista de lista','Visualizza come elenco'),'switch_to_thumbnail'=>array('Switch to thumbnail view','Switch to vignette','Umschalten auf Symboldarstellung ','Cambiar a vista de miniaturas','Visualizza come icone'),'launch_gallery'=>array('Launch Gallery','Lancer la galerie','Start Galerie','Lanzamiento de la galerÌa','Apri gallery'),'launch_media_player'=>array('Launch Media Player','Lancement media player','Starten Sie Media Player ','Lanzamiento Media Player','Apri Media Player'),'show_hide_stats'=>array('Show/hide statistics','Afficher/cacher les statistiques','Zeigen/verstecken Statistiken','Mostrar/ocultar las estadÌsticas','Visualizza/nascondi statistiche'),'name'=>array('Name','Nom','Name','Nombre','Nome'),'size'=>array('Size','Taille','Grˆfle','TamaÒo','Dimensioni'),'date_uploaded'=>array('Date Uploaded','Date Uploaded','Date Uploaded','Fecha de la subida','Data caricamento'),'filesize_limit'=>array('Filesize limit','Taille limite','Dateigrˆfle begrenzen','TamaÒo lÌmite','Limite dimensioni'),'banned_files'=>array('Banned files','Fichiers bannis','Banned Dateien','Prohibido archivos','File vietato'),'this_page_loaded_in'=>array('This page loaded in','Cette page chargÈe dans','Diese Seite wurde geladen in','Cargado en esta p·gina','Caricato in'),'seconds'=>array('seconds','secondes','sekunden','segundo','secondi'),'upload'=>array('Upload','Upload','Hochladen','Subir','Carica'),'select_language'=>array('Select Language','SÈlection de la langue','Sprache ausw‰hlen','SelecciÛn de Idioma','Selezione lingua'),'total_folders'=>array('Total folders','Total dossiers','Insgesamt Ordner','Total de carpetas','Totale cartelle'),'total_files'=>array('Total files','Total fichiers','Gesamt-Dateien','Total de archivos ','Totale files '),'total_files_and_folders'=>array('Combined','CombinÈ','Kombinierte','Combinada','Combinata'),'consuming'=>array('consuming','consommation','konsum','consumir','consumo'),'english'=>array('English','Anglais','Englisch','InglÈs','Inglese'),'french'=>array('French','FranÁais','Franzˆsisch','FrancÈs','Francese'),'german'=>array('German','Allemand','Deutsch','Alem·n','Tedesco'),'spanish'=>array('Spanish','Espagnol','Spanisch','EspaÒol','Spagnolo'),'italian'=>array('Italian','Italien','Italienish','Italiano','Italiano'),'warning'=>array('WARNING','AVERTISSEMENT','WARNUNG','ADVERTENCIA','AVVISO'),'no_go_back'=>array('This action is irreversible','Cette action est irrÈversible','Diese Aktion ist nicht mehr r¸ckg‰ngig zu','Esta acciÛn es irreversible','Questa azione è irreversibile'),'sure_to_del'=>array('Are you sure you want to delete',' tes-vous s˚r de vouloir supprimer','Sind Sie sicher, dass Sie lˆschen mˆchten','øEst·s seguro de que desea eliminar','Sei sicuro di voler eliminare'),'check_for_update'=>array('Check for update','VÈrifier les mises ‡ jour','Siehe, wenn Update verf¸gbar ist',' ComprobaractualizaciÛn','Controllaaggiornamenti'),'update_available'=>array('Update Available','Mise ‡ jour disponible','Update verf¸gbar','ActualizaciÛn disponible ','Aggiornamento disponibile '),'no_update_found'=>array('No Update Found','Pas de mise ‡ jour introuvable','Keine Aktualisierung gefunden','Actualizar no encontrado','Nessun aggiornamento trovato'),'current_name'=>array('Current name','Nom actuel','Aktuellen namen','Nombre actual','Nome attuale'),'new_name'=>array('New name','Nouveau nom','Neuen namen','Nuevo nombre','Nuovo nome'),'rename'=>array('Rename','Renommer','Umbenennen','Cambiar el nombre de','Cambia il nome a'),);
I found this script very useful, so I decided to contribute to the project by adding the localisation for my language (italian).
If you like to integrate, i post here the revisited array $text under functions.php
And the line to add into the index.php select box.
Bye
Simone
File functions.php (replace the whole $text array with the following)
File index.php, add this line after line 556: