|
| 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 | +"Cyphered Identifiers" => "Identificatori Cifrati", |
| 23 | +"Cyphered identifiers passed through GET, POST or HTTP Headers, using a private key shared by Pydio and Third-party application." => "Identificatori cifrati, passati via GET, POST o headers HTTP, che utilizzano chiavi private condivise da Pydio e le applicazioni di terze parti.", |
| 24 | +"Private Key" => "Chiave Privata", |
| 25 | +"Key used for hashing" => "Chiave usata per l' hashing", |
| 26 | +"Replay Check" => "Controllo Risposta", |
| 27 | +"Pass a unique, incrementing, integer on each query to make it impossible to replay twice. Better security." => "Passa un intero unico, incrementale, in ogni query per rendere impossibile il riutilizzo una seconda volta. Migliora la sicurezza.", |
| 28 | +"Order" => "Ordina", |
| 29 | +"Order this plugin with other auth frontends" => "Ordina il plugin rispetto agli altri frontend di autenticazione", |
| 30 | +"Protocol Type" => "Tipo Protocollo", |
| 31 | +"Enable/disable automatically based on the protocol used" => "Abilita/Disabilita automaticamente in base al protocollo usato", |
| 32 | +"Sessions Only" => "Solo Sessioni", |
| 33 | +"REST Only" => "Solo REST", |
| 34 | +"Session-based or Rest" => "Basato su sessioni o Rest", |
| 35 | +); |
0 commit comments