mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
11 lines
490 B
PHP
11 lines
490 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Torpedo <dgtorpedo@gmail.com>
|
|
*/
|
|
$lang['connectfail'] = 'Connessione fallita al database.';
|
|
$lang['userexists'] = 'Spiacente, esiste già un utente con queste credenziali.';
|
|
$lang['usernotexists'] = 'Spiacente, quell\'utente non esiste.';
|
|
$lang['writefail'] = 'Non è possibile cambiare le informazioni utente. Si prega di informare l\'Amministratore del wiki';
|