You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
557 B

  1. <?php
  2. /**
  3. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  4. *
  5. * @author Torpedo <dgtorpedo@gmail.com>
  6. * @author Riccardo <riccardofila@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. $lang['protected'] = 'I dati relativi all\'utente %s sono protetti e non possono essere modificati o cancellati.';