Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 8380141

Browse files
committed
Adding Italian translation for plugin 'authfront.duosecurity'
1 parent f5f1d54 commit 8380141

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
"Dual-form Authentication" => "Autenticazione Doppio-Form",
23+
"Dual-form authentication using the DuoSecurity web service" => "Autenticazione Doppio-Form che utilizza il servizio web DuoSecurity",
24+
"Order" => "Ordine",
25+
"Order this plugin with other auth frontends" => "Ordina il 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+
"REST Only" => "Solo REST",
30+
"Session-based or Rest" => "Basato su sessione o Rest",
31+
"DuoSecurity Config" => "Configurazione DuoSecurity",
32+
"Api Host" => "Host API",
33+
"DuoSecurity Host" => "Host DuoSecurity",
34+
"Integration Key" => "Chiave Integrazione",
35+
"DuoSecurity Integration Key" => "Chiave Integrazione DuoSecurity",
36+
"Secret Key" => "Chiave Segreta",
37+
"DuoSecurity Secret Key" => "Chiave Segreta DuoSecurity",
38+
"Application Key" => "Chiave Applicazione",
39+
"DuoSecurity Application Key (generate your own)" => "Chiave Applicazione DuoSecurity (generata da te)",
40+
"Dual-level Authentication" => "Autenticazione Doppio-Livello",
41+
"Duo Authentication Active" => "Doppia Autenticazione Attiva",
42+
"Active dual-form authentication" => "Attiva l'autenticazione Doppio-Form",
43+
"Request Signature (leave empty)" => "Firma Richiesta (lasciare vuoto)",
44+
"Used internally" => "Usato internamente",
45+
);
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
$mess = array(
4+
"1" => "Autenticazione Doppio-Form",
5+
"2" => "Autenticazione Doppio-Form",
6+
);

0 commit comments

Comments
 (0)