1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Torpedo <dgtorpedo@gmail.com> 7 */ 8$lang['userexists'] = 'Il nome utente inserito esiste già.'; 9$lang['usernotexists'] = 'Spiacente, quell\'utente non esiste.'; 10$lang['writefail'] = 'Impossibile modificare i dati utente. Per favore informa l\'Amministratore del Wiki'; 11