summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang/it/settings.php
blob: bae021e9896fce714330c3fc16c93fc9e9fd3d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Claudio Lanconelli <lancos@libero.it>
 * @author Mirko <malisan.mirko@gmail.com>
 */
$lang['server']                = 'Il tuo server MySQL';
$lang['user']                  = 'User name di MySQL';
$lang['database']              = 'Database da usare';
$lang['charset']               = 'Set di caratteri usato nel database';
$lang['debug']                 = 'Mostra ulteriori informazioni di debug';