Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara-lang
It
Commits
041e134b
Commit
041e134b
authored
Jan 27, 2009
by
iwkse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auth LDAP
parent
5ac338e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
auth/ldap/lang/it.utf8/auth.ldap.php
auth/ldap/lang/it.utf8/auth.ldap.php
+46
-0
No files found.
auth/ldap/lang/it.utf8/auth.ldap.php
0 → 100644
View file @
041e134b
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-2008 Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package mahara
* @subpackage auth-internal
* @author Salvatore De Paolis <iwkse@claws-mail.org>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006-2008 Catalyst IT Ltd http://catalyst.net.nz
*
*/
defined
(
'INTERNAL'
)
||
die
();
$string
[
'title'
]
=
'LDAP'
;
$string
[
'description'
]
=
'Autentecazione tramite server LDAP'
;
$string
[
'notusable'
]
=
'Ti preghiamo di installare l\'estensione PHP LDAP'
;
$string
[
'contexts'
]
=
'Contenuti'
;
$string
[
'distinguishedname'
]
=
'Nome distinto'
;
$string
[
'hosturl'
]
=
'Host URL'
;
$string
[
'ldapfieldforemail'
]
=
'Campi LDAP per E-mail'
;
$string
[
'ldapfieldforfirstname'
]
=
'Campo LDAP per Nome'
;
$string
[
'ldapfieldforsurname'
]
=
'Campo LDAP per Cognome'
;
$string
[
'ldapversion'
]
=
'Versione LDAP'
;
$string
[
'password'
]
=
'Password'
;
$string
[
'searchsubcontexts'
]
=
'Cerca sottocontesti'
;
$string
[
'userattribute'
]
=
'Attributo Utente'
;
$string
[
'usertype'
]
=
'Tipo Utente'
;
$string
[
'weautocreateusers'
]
=
'Auto-creazione utenti'
;
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment