|
| 1 | +<?php |
| 2 | +/* |
| 3 | +* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io> |
| 4 | +* This file is part of Pydio. |
| 5 | +* |
| 6 | +* Pydio is free software: you can redistribute it and/or modify |
| 7 | +* it under the terms of the GNU Affero General Public License as published by |
| 8 | +* the Free Software Foundation, either version 3 of the License, or |
| 9 | +* (at your option) any later version. |
| 10 | +* |
| 11 | +* Pydio is distributed in the hope that it will be useful, |
| 12 | +* but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | +* GNU Affero General Public License for more details. |
| 15 | +* |
| 16 | +* You should have received a copy of the GNU Affero General Public License |
| 17 | +* along with Pydio. If not, see <http://www.gnu.org/licenses/>. |
| 18 | +* |
| 19 | +* The latest code can be found at <http://pyd.io/>. |
| 20 | +*/ |
| 21 | +$mess=array( |
| 22 | +"Authentication One-time-password" => "Autenticazione One-Time-Password", |
| 23 | +"Use Google Authenticator, Yubikey or standard password to authenticate users." => "Usa Google Authenticator, Yubikey o altre password standard per autenticare gli utenti.", |
| 24 | +"Order" => "Ordine", |
| 25 | +"Order this plugin with other auth frontends" => "Ordina questo plugin rispetto agli altri frontend di autenticazione", |
| 26 | +"Protocol Type" => "Tipo Protocollo", |
| 27 | +"Enable/disable automatically based on the protocol used" => "Abilita/Disabilita automaticamente in base al protocollo in uso", |
| 28 | +"Sessions Only" => "Solo Sessioni", |
| 29 | +"Modify login page" => "Modifica pagina di login", |
| 30 | +"Login page will be modified to give user a OTP textbox." => "La pagina di login verrà modificata per mostrare all'utente un campo per l'OTP", |
| 31 | +"Yubico Secret Key" => "Chiave Segreta Yubico", |
| 32 | +"Yubico secret key attached to your account" => "Chiave segreta collegata al tuo account Yubico", |
| 33 | +"Yubico Client ID" => "ID Client Yubico", |
| 34 | +"Yubico client id attached to your account" => "Client ID collegato al tuo account Yubico", |
| 35 | +); |
0 commit comments