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

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Francesco <francesco.cavalli@hotmail.com>
 * @author Torpedo <dgtorpedo@gmail.com>
 * @author Maurizio <mcannavo@katamail.com>
 */
$lang['server']                = 'Il tuo server PostgreSQL ';
$lang['port']                  = 'La porta del tuo server PostgreSQL ';
$lang['user']                  = 'Lo username PostgreSQL';
$lang['password']              = 'Password dell\'utente summenzionato';
$lang['database']              = 'Database da usare';
$lang['debug']                 = 'Visualizza informazioni addizionali di debug';
$lang['getUsers']              = 'Dichiarazione SQL per elencare tutti gli utenti';