1*f18db579SAndreas Gohr<?php 2*f18db579SAndreas Gohr 3*f18db579SAndreas Gohr/** 4*f18db579SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5*f18db579SAndreas Gohr * 6*f18db579SAndreas Gohr * @author Torpedo <dgtorpedo@gmail.com> 7*f18db579SAndreas Gohr */ 8*f18db579SAndreas Gohr$lang['connectfail'] = 'Connessione fallita al database.'; 9*f18db579SAndreas Gohr$lang['userexists'] = 'Spiacente, esiste già un utente con queste credenziali.'; 10*f18db579SAndreas Gohr$lang['writefail'] = 'Non è possibile cambiare le informazioni utente. Si prega di informare l\'Amministratore del wiki'; 11