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

Last change on this file since 29874 was 28681, checked in by TranslationTeam, 10 years ago

[ldap_login] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 6.4 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 (esempio: uid):';
28$lang['Test Settings'] = 'Test impostazione';
29$lang['Ldap port'] = 'Porta LDAP';
30$lang['Ldap_Login configuration'] = 'Configurazione Ldap_Login';
31$lang['Ldap_Login Test'] = 'Test del plugin Ldap_Login';
32$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
33$lang['Your password'] = 'La tua password LDAP.';
34$lang['Secure connexion'] = 'Connessione sicura (ldaps)';
35$lang['Save'] = 'Salva';
36$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?';
37$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?';
38$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Lascia i campi vuoti se LDAP accetta connessioni anonime.';
39$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 qua sopra, prima della loro prova.';
40$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Se vuoto, porte di protocollo localhost standard saranno utilizzate nella configurazione.';
41$lang['Bind DN, field in full ldap style'] = 'Associa DN in stile LDAP (esempio: cn=admin,dc=example,dc=com).';
42$lang['Base DN'] = 'Base DN dove si dovrebbero trovare gli utenti LDAP (esempio: ou=users,dc=example,dc=com):';
43$lang['If empty, standard protocol ports will be used by the software.'] = 'Se vuoto, porte di protocollo standard, saranno utilizzate dal software.';
44$lang['New users when ldap auth is successfull'] = 'Nuovi utenti quando l\'autenticazione LDAP riesce';
45$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?';
46$lang['Ldap server host connection'] = 'Connessione al server LDAP';
47$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.';
48$lang['Bind password'] = 'Associa password';
49$lang['Groups branch'] = 'Branch dove si dovrebbero trovare gruppi LDAP (esempio: ou=groups):';
50$lang['Users branch'] = 'Ramo dove si trovano gli utenti LDAP (esempio: ou=users):';
51$lang['Ldap users'] = 'Utenti LDAP';
52$lang['Ldap groups'] = 'Gruppi LDAP';
53$lang['To get them out of these roles, they must be sorted of the ldap group and then role updated in the <a href="admin.php?page=user_list">piwigo admin</a>. If a group is mandatory as described in the <a href="admin.php?page=plugin-Ldap_Login-newusers">new piwigo users tab</a>, then they must also belong to the users group.'] = 'Per rimuovere questi diritti amministrativi, devi rimuovere questi utenti nel gruppo ldap quindi aggiornare il loro ruolo nella <a href="admin.php?page=user_list">piwigo admin</a>. Se l\'appartenenza ad un gruppo è obbligatorio come indicato nella <a href="admin.php?page=plugin-Ldap_Login-newusers">nuova scheda utenti piwigo</a>, allora devono inoltre appartenere al gruppo utenti.';
54$lang['Search Ldap users ?'] = 'Vuoi fare una ricerca sul nome degli utenti? Questo non è necessario  se la directory è abbastanza semplice (per esempio: uid=user, ou=people, dc=example, dc=com). Se non si utilizza questa opzione, devi salvare una query Ldap.';
55$lang['Search Ldap groups ?'] = 'Vuoi fare una ricerca sul nome dei gruppi? Questo non è necessario  se la directory è abbastanza semplice (per esempio: cn=groupname, ou=groups, dc=example, dc=com). Se non si utilizza questa opzione, devi salvare una query Ldap.';
56$lang['If you create a <a href="admin.php?page=group_list">piwigo group</a> with the same name as an ldap one, all members of the ldap group will automatically join the piwigo group at their next authentication. This allows you to create <a href="admin.php?page=help&section=groups">specific right access management</a> (restrict access to a particaular album...).'] = 'Se si crea un <a href="admin.php?page=group_list">gruppo piwigo</a> con lo stesso nome di un gruppo LDAP, tutti i membri di questo gruppo saranno membri del gruppo LDAP Piwigo al loro prossimo login. Questo consente di implementare <a href="admin.php?page=help&section=groups">controlli di accesso</ a>. Per rimuovere gli utenti da questi gruppi, devono prima essere rimossi dai gruppi LDAP, quindi solo dai gruppi Piwigo.';
Note: See TracBrowser for help on using the repository browser.