source: extensions/Ldap_Login/language/it_IT/plugin.lang.php @ 28266

Last change on this file since 28266 was 27220, checked in by TranslationTeam, 10 years ago

[ldap_login] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Warning: LDAP Extension missing.'] = 'Attenzione: LDAP Extension mancante.';
24$lang['Ldap connection credentials'] = 'Credenziali di connessione ldap';
25$lang['Username'] = 'Vostro nome utente ldap';
26$lang['Ldap server host'] = 'Server host ldap';
27$lang['Attribute corresponding to the user name'] = 'Attributo corrispondente al nome utente';
28$lang['Test Settings'] = 'Test impostazione';
29$lang['Ldap filter :'] = 'Filtro ldap :';
30$lang['Ldap port'] = 'Port ldap';
31$lang['Ldap_Login configuration'] = 'Configurazione Ldap_Login';
32$lang['Ldap_Login Test'] = 'Test del plugin Ldap_Login';
33$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
34$lang['Ldap attributes'] = 'Attributi ldap';
35$lang['Your password'] = 'La tua password LDAP.';
36$lang['Secure connexion'] = 'Connessione sicura (ldaps)';
37$lang['Save'] = 'Salva';
38$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Devono essere creati nuovi utenti Piwigo quando gli utenti si autenticano con successo tramite LDAP?';
39$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Vuoi che gli amministratori siano avvisati tramite email in caso di nuova creazione utenti su ldap di accesso?';
40$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Lascia i campi vuoti se LDAP accetta connessioni anonime.';
41$lang['You must save the settings with the Save button just up there before testing here.'] = 'E\' necessario salvare le impostazioni utilizzando il pulsante Salva quà sopra, prima della loro prova.';
42$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Se vuoto, porte di protocollo localhost standard saranno utilizzate nella configurazione.';
43$lang['Bind DN, field in full ldap style'] = 'Associa DN in stile LDAP (esempio: cn=admin,dc=example,dc=com).';
44$lang['Base DN'] = 'Base DN dove si dovrebbero trovare gli utenti LDAP (per esempio: ou=users,dc=example,dc=com):';
45$lang['If empty, standard protocol ports will be used by the software.'] = 'Se vuoto, porte di protocollo standard, saranno utilizzate dal software.';
46$lang['New users when ldap auth is successfull'] = 'Nuovi utenti quando l\'autenticazione LDAP riesce';
47$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'I nuovi utenti devono ricevere le email similmente agli utenti occasionali Piwigo?';
48$lang['Ldap server host connection'] = 'Connessione al server LDAP';
49$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Tutti gli utenti LDAP possono utilizzare la password LDAP ovunque in Piwigo se necessario.';
50$lang['Bind password'] = 'Associa password';
51?>
Note: See TracBrowser for help on using the repository browser.