xref: /dokuwiki/lib/plugins/authplain/lang/it/lang.php (revision c5cec702c5deebbeddeb00147d906a0cd0fc7ac0)
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