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

Commit 7663812

Browse files
authored
Merge pull request #1187 from DepaMarco/develop
Adding Italian translations for some plugins
2 parents 32c92ad + 0b2f612 commit 7663812

File tree

11 files changed

+328
-47
lines changed

11 files changed

+328
-47
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
);
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+
);
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
"Basic Http FrontEnd" => "FrontEnd HTTP Basico",
23+
"Send a basic http request to the user" => "Invia una richiesta HTTP basica all'utente",
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 sessioni o Rest",
31+
);
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
"Basic Http by Server" => "HTTP Basico dal Server",
23+
"Basic Http Auth performed by server (e.g. apache htaccess)" => "Autenticazione HTTP basica eseguita dal server (es. apache htaccess)",
24+
"Create User" => "Crea Utente",
25+
"Automatically create user if it does not already exists" => "Crea automaticamente l'utente se non esiste già",
26+
"Admin login" => "Login Amministratore",
27+
"Automatically set this login as pydio administrator" => "Imposta automaticamente questo login come l'amministratore del Pydio",
28+
"Order" => "Ordine",
29+
"Order this plugin with other auth frontends" => "Ordina questo 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 in uso",
32+
"Sessions Only" => "Solo Sessioni",
33+
"REST Only" => "Solo REST",
34+
"Session-based or Rest" => "Basato su sessioni o Rest",
35+
);
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
"API Keystore" => "Portachiavi API",
23+
"Store API keys/token to simplify REST connection" => "Salva le chiavi e/o i token delle API per semplificare le connessioni REST",
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+
"REST Only" => "Solo REST",
30+
"Session-based or Rest" => "Basato su sessioni o Rest",
31+
);
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
/*
3+
* Copyright 2007-2014 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+
22+
$mess = array(
23+
"1" => "Chiavi API",
24+
"2" => "Gestisci le chiavi API create dai dispositivi client, come telefoni, client di sincronizzazione ecc...",
25+
"3" => "Genera una chiave",
26+
"4" => "Genera una coppia di chiavi API",
27+
"5" => "Revoca tutti gli accessi",
28+
"6" => "Invalida le chiavi API esistenti",
29+
"7" => "Sicuro di voler revocare questa/e chiave/i?",
30+
"8" => "Chiave/i rimossa/e correttamente!",
31+
"9" => "Dispositivi connessi al tuo account:",
32+
);
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
);
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
"Standard login screen" => "Schermata di login standard",
23+
"Display a standard user/password login screen" => "Visualizza una schermata standard con username/password",
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+
"REST Only" => "Solo REST",
30+
"Session-based or Rest" => "Basato su sessione o Rest",
31+
);

core/src/plugins/core.ajaxplorer/i18n/conf/it.php

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -137,45 +137,45 @@
137137
"Explicitly disable WebDAV access for this repository." => "Disabilita esplicitamente l'accesso WebDAV a questo repository.",
138138
"Allow to group admins" => "Abilita per il gruppo admins",
139139
"Allow group administrators to create a repository from this template." => "Consenti al gruppo degli amministratori di creare repository da questo template.",
140-
"Skip auto-update admin rights" => "Skip auto-update admin rights",
141-
"If you have tons of workspaces (which is not recommanded), admin users login can take a long time while updating admin access to all repositories. Use this option to disable this step, admin will always have access to the Settings." => "If you have tons of workspaces (which is not recommanded), admin users login can take a long time while updating admin access to all repositories. Use this option to disable this step, admin will always have access to the Settings.",
142-
"Auto apply role" => "Auto apply role",
143-
"For multiple authentication, apply this role to users authenticated via this driver" => "For multiple authentication, apply this role to users authenticated via this driver",
140+
"Skip auto-update admin rights" => "Salta auto-aggiornamento diritti admin",
141+
"If you have tons of workspaces (which is not recommanded), admin users login can take a long time while updating admin access to all repositories. Use this option to disable this step, admin will always have access to the Settings." => "Se si hanno molti workspace (raccomandato), il login degli amministratori può richiedere molto tempo per l'aggiornamento dell'accesso amministrativo a tutti i repository. Utilizzare questa opzione per disabilitare questo passaggio. L'amministratore avrà comunque sempre l'accesso alle Impostazioni.",
142+
"Auto apply role" => "Applicazione automatica ruolo",
143+
"For multiple authentication, apply this role to users authenticated via this driver" => "Per autenticazioni multiple, applica questo ruolo agli utenti autenticati con questo driver",
144144
"DSN" => "DSN",
145145
"Data Source Name" => "Data Source Name",
146146
"Host" => "Host",
147-
"Database server" => "Database server",
147+
"Database server" => "Server Database",
148148
"Database" => "Database",
149-
"Database name" => "Database name",
149+
"Database name" => "Nome Database",
150150
"File" => "File",
151-
"Database file" => "Database file",
152-
"Remote Sorting" => "Remote Sorting",
153-
"Force remote sorting when in paginated mode. Warning, this can impact the performances." => "Force remote sorting when in paginated mode. Warning, this can impact the performances.",
154-
"Remote Sorting Default Field" => "Remote Sorting Default Field",
155-
"Default field to sort on" => "Default field to sort on",
156-
"Remote Sorting Default Direction" => "Remote Sorting Default Direction",
157-
"Default sorting direction" => "Default sorting direction",
151+
"Database file" => "File Database",
152+
"Remote Sorting" => "Ordinamento remoto",
153+
"Force remote sorting when in paginated mode. Warning, this can impact the performances." => "Forza l'ordinamento remoto quando in modalità paginazione. ATTENZIONE: incide sulle prestazioni del sistema.",
154+
"Remote Sorting Default Field" => "Campo default ordinamento remoto",
155+
"Default field to sort on" => "Campo di default con cui effettuare l'ordinamento",
156+
"Remote Sorting Default Direction" => "Direzione default ordinamento remoto",
157+
"Default sorting direction" => "Direzione di default per l'ordinamento remoto",
158158
"Driver" => "Driver",
159-
"Driver type (do not touch)" => "Driver type (do not touch)",
160-
"Use PHP MySQLi extension" => "Use PHP MySQLi extension",
161-
"Use MySQLi" => "Use MySQLi",
162-
"Ascending" => "Ascending",
163-
"Descending" => "Descending",
164-
"Name" => "Name",
165-
"Modification date" => "Modification date",
166-
"File size" => "File size",
167-
"File Type" => "File Type",
168-
"Read Only" => "Read Only",
169-
"Read and Write" => "Read and Write",
170-
"Write Only (upload)" => "Write Only (upload)",
159+
"Driver type (do not touch)" => "Tipo Driver (non toccare)",
160+
"Use PHP MySQLi extension" => "Usa l'estensione PHP 'MySQLi'",
161+
"Use MySQLi" => "Usa MySQLi",
162+
"Ascending" => "Ascendente",
163+
"Descending" => "Discendente",
164+
"Name" => "Nome",
165+
"Modification date" => "Data modifica",
166+
"File size" => "Dimensione file",
167+
"File Type" => "Tipo file",
168+
"Read Only" => "Sola Lettura",
169+
"Read and Write" => "Lettura e Scrittura",
170+
"Write Only (upload)" => "Sola Scrittura (upload)",
171171
"OAuth Commons" => "OAuth Commons",
172-
"Client ID" => "Client ID",
172+
"Client ID" => "ID Client",
173173
"Client SECRET" => "Client SECRET",
174-
"Scope" => "Scope",
175-
"Auth URL" => "Auth URL",
176-
"Token URL" => "Token URL",
177-
"Redirect URL" => "Redirect URL",
178-
"API endpoint - Used to launch the window allowing the user to authenticate and accept the terms of the app" => "API endpoint - Used to launch the window allowing the user to authenticate and accept the terms of the app",
179-
"API endpoint - Used to refresh or validate the token retrieved in the authentication part" => "API endpoint - Used to refresh or validate the token retrieved in the authentication part",
180-
"API setting - Redirect URL for the OAuth Application" => "API setting - Redirect URL for the OAuth Application"
174+
"Scope" => "Contesto (Scope)",
175+
"Auth URL" => "URL Auth",
176+
"Token URL" => "URL Token",
177+
"Redirect URL" => "URL Redirezione",
178+
"API endpoint - Used to launch the window allowing the user to authenticate and accept the terms of the app" => "API endpoint - Usato per aprire la finestra di autenticazione utente e l'accettazione dei termini d'uso dell'app",
179+
"API endpoint - Used to refresh or validate the token retrieved in the authentication part" => "API endpoint - Usato per aggiornare o verificare il token ricevuto nella parte di autenticazione",
180+
"API setting - Redirect URL for the OAuth Application" => "impostazioni API - URL di redirezione per l'applicazione OAuth"
181181
);

0 commit comments

Comments
 (0)