<?php
/*
* Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/
$mess=array(
"File System (Standard)" => "File System (Standard)",
"The most standard access to a filesystem located on the server." => "Accesso standard al filesystem sul server.",
"Path" => "Percorso",
"Absolute path to the folder on the server. You can use AJXP_DATA_PATH and AJXP_INSTALL_PATH to point to Pydio default data path and root install path." => "Absolute path to the folder on the server. You can use AJXP_DATA_PATH and AJXP_INSTALL_PATH to point to Pydio default data path and root install path.",
"Create" => "Crea",
"Create folder if it does not exists" => "Crea la cartella se non esiste",
"File Creation Mask" => "Maschera Creazione File",
"Optionnaly apply a chmod operation. Value must be numeric, like 0777, 0644, etc." => "Opzionalmente, puoi applicare un'operazione chmod. I valori devono essere numerici, come 0777, 0644 ecc.",
"Purge Days" => "Giorni validità",
"Option to purge documents after a given number of days. This require a manual set up of a CRON task. Leave to 0 if you don't wan't to use this feature." => "L'opzione serve per eliminare automaticamente il documento dopo il numero di giorni specificato. Richiede la configurazione manuale di un CRON job. Lascia 0 se non itendi usare questa funzione.",
"Real Size Probing" => "Verifica Dimensione Reale",
"Use system command line to get the filesize instead of php built-in function (fixes the 2Go limitation)" => "Utilizza la shell di sistema per ottenere la dimensione di un file, non avvalendosi della funzione integrata al PHP.",
"X-SendFile Active" => "X-SendFile Attivo",
"Delegates all download operations to the webserver using the X-SendFile header. Warning, this is an external module to install for Apache. Module is active by default in Lighttpd. Warning, you have to manually add the folders where files will be downloaded in the module configuration (XSendFilePath directive)" => "Delega tutte le operazioni di download al webserver, usando l'header X-SendFile. Attenzione: questo è un modulo esterno da installare con Apache. Il modulo è attivo di default su Lighttpd. Devi inoltre specificare manualmente la cartella dove i file verranno scaricati (direttiva X-SendFile)",
"Data template" => "Template",
"Path to a directory on the filesystem whose content will be copied to the repository the first time it is loaded." => "Persorso della directory (sul filestystem) il cui contenuto sarà copiato nel repository la prima volta che sarà caricato.",
"Purge Days (Hard limit)" => "Giorni Validità (Limite Hard)",
"Option to purge documents after a given number of days (even if shared). This require a manual set up of a CRON task. Leave to 0 if you don't wan't to use this feature." => "Opzione per eliminare automaticamente i documenti dopo il numero di giorni specificato (anche se condivisi). Richiede la configurazione manuale di un CRON job. Lascia 0 se non itendi usare questa funzione.",
"Purge Days (Soft limit)" => "Giorni validità (Limite Soft)",
"Option to purge documents after a given number of days (if not shared). This require a manual set up of a CRON task. Leave to 0 if you don't wan't to use this feature." => "Opzione per eliminare automaticamente i documenti dopo il numero di giorni specificato (se NON condivisi). Richiede la configurazione manuale di un CRON job. Lascia 0 se non itendi usare questa funzione.",
"Use POSIX" => "Usa POSIX",
"Use php POSIX extension to read files permissions. Only works on *nix systems." => "Usa l'estensione POSIX per PHP per leggere i permessi sui file. Funziona solo sui sistemi *nix.",
"X-Accel-Redirect Active" => "X-Accel-Redirect Attivo",
"Delegates all download operations to nginx using the X-Accel-Redirect header. Warning, you have to add some configuration in nginx, like X-Accel-Mapping" => "Delega tutte le operazioni di download a nginx, usando l'header X-Accel-Redirect. Attenzione: devi aggiungere manualmente qualche configurazione a nginx, come l'X-Accel Mapping.",
"Zip downloading files on the fly" => "Zip downloading files on the fly",
"Directly write the zip file to an output stream which is connected to the user's browser." => "Directly write the zip file to an output stream which is connected to the user's browser.",
);
