From 2bdff1291450d2d0266357925481eb945d08ae13 Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Tue, 3 Jun 2014 16:14:47 +0200 Subject: [PATCH] Italian translation for 'access.smb' plugin --- core/src/plugins/access.smb/i18n/conf/it.php | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 core/src/plugins/access.smb/i18n/conf/it.php diff --git a/core/src/plugins/access.smb/i18n/conf/it.php b/core/src/plugins/access.smb/i18n/conf/it.php new file mode 100644 index 0000000000..036e59a7a3 --- /dev/null +++ b/core/src/plugins/access.smb/i18n/conf/it.php @@ -0,0 +1,38 @@ + +* This file is part of Pydio. +* +* Pydio is free software: you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* Pydio 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 Affero General Public License for more details. +* +* You should have received a copy of the GNU Affero General Public License +* along with Pydio. If not, see . +* +* The latest code can be found at . +*/ +$mess=array( +"Samba" => "Samba", +"Browse a Samba Server" => "Naviga nell'alberatura di un Server Samba", +"Host" => "Host", +"Full path to the Samba Share without trailing slash. Can contain user:password too." => "Percorso completo al 'Samba Share' senza le '/'. Può contenere anche la coppia 'user:password'.", +"Uri" => "Uri", +"Path to the root folder on the server" => "Percorso alla cartella principale sul server", +"File Creation Mask" => "Maschera Creazione File", +"Optionnaly apply a chmod operation. Value must be numeric, like 0777, 0644, etc." => "Opzionalmente, si può applicare l'operazione 'chmod'. Il valore deve essere numerico, come 0777, 0644 ecc.", +"Server IP or name, do not use add slashes or backward slashes" => "IP o nome del server (non utilizzare slash o backslash)", +"Path to the share and complementary URI if necessary" => "Percorso all'URI condiviso e complementare, se necessario", +"Domain" => "Dominio", +"Default domain to use with session credentials" => "Dominio principale da utilizzare con le credeziali di sessione", +"Smbclient" => "Smbclient", +"Path to smbclient executable, considered to be in the path by default." => "Persorso dell'eseguibile smbclient, considerando che sia nel PATH.", +"Enable Zip" => "Zip Abilitato", +"Enable zip creation for repositories using Samba access. Make sure that you are using a very fast network, otherwise it will be very long!" => "Abilitare la creazione di archivi ZIP per i repository, usando l'accesso Samba. Accertarsi di utilizzare una rete molto veloce altrimenti potrebbe essere un'operazione molto lunga!", +);