<?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(
"Generic Conf Features" => "Configurazioni Generiche",
"Let user create repositories" => "Consenti agli utenti di creare workspace",
"Remember guest preferences" => "Ricorda preferenze utenti",
"Configurations Management" => "Gestione Configurazioni",
"Sets how the application core data (users,roles,etc) is stored." => "Regola come i dati principali dell'applicazione (utenti, ruoli, ecc) vengono memorizzati.",
"Default start repository" => "Repository di partenza automatico",
"Default repository" => "Repository Principale",
"Maximum number of shared users per user" => "Numero massimo di utenti condivisioni (credenziali temporanee) per ciascun utente",
"Shared users limit" => "Limite utenti condivisioni",
"Core SQL Connexion" => "Connessione SQL Principale",
"SQL Connexion" => "Connessione SQL",
"Simple SQL Connexion definition that can be used by other sql-based plugins" => "Semplice definizione della connessione SQL principale, utilizzata dai plugin sql-based",
"Preferences Saving" => "Salvataggio Preferenze",
"Skip user history" => "Ignora preferenze interfaccia",
"Use this option to avoid automatic reloading of the interface state (last folder, opened tabs, etc)" => "Utilizza questa opzione per evitare il ricaricamento automatico dello stato dell'interfaccia (ultima cartella visualizzata, schede aperte ecc)",
"Internal / External Users" => "Utenti Interni / Esterni",
"Maximum number of users displayed in the users autocompleter" => "Numero massimo di utenti visualizzati durante l'autocompletamento dei nomi",
"Users completer limit" => "Limite completamento utenti",
"Minimum number of characters to trigger the auto completion feature" => "Numero minimo di caratteri necessari per avviare la procedura di autocompletamento",
"Users completer min chars" => "Caratteri minimi completamento utenti",
"Do not display real login in parenthesis" => "Non visualizzare il nome reale tra parentesi",
"Hide real login" => "Nascondi nome reale",
"See existing users" => "Mostra utenti esistenti",
"Allow the users to pick an existing user when sharing a folder" => "Consente all'utente di selezionare un utente esistente, durante la condivisione di una cartella",
"Create external users" => "Creazione utenti esterni",
"Allow the users to create a new user when sharing a folder" => "Consenti agli utenti di creare un nuovo utente, durante la condivisione di una cartella",
"External users parameters" => "Parametri utenti Esterni",
"List of parameters to be edited when creating a new shared user." => "Lista dei parametri da modificare durante la creazione di un utente esterno (per condivisione).",
"Configuration Store Instance" => "Istanza Memorizzazione Configurazione",
"Instance" => "Istanza",
"Choose the configuration plugin" => "Scegli il plugin di configurazione",
"Name" => "Nome",
"Full name displayed to others" => "Nome completo, visualizzato dagli altri",
"Avatar" => "Avatar",
"Image displayed next to the user name" => "Immagine visualizzata accanto al nome utente",
"Email" => "Email",
"Address used for notifications" => "Indirizzo email utilizzato per le notifiche",
"Country" => "Paese",
"Language" => "Lingua",
"User Language" => "Lingua Utente",
"If the 'guest' user is enabled, remember her preferences accross sessions." => "If the 'guest' user is enabled, remember her preferences accross sessions.",
"Role Label" => "Role Label",
"Users Lock Action" => "Users Lock Action",
"If set, this action will be triggered automatically at users login. Can be logout (to lock out the users), pass_change (to force password change), or anything else" => "If set, this action will be triggered automatically at users login. Can be logout (to lock out the users), pass_change (to force password change), or anything else",
"Worskpace creation delegation" => "Worskpace creation delegation",
"Let user create repositories from templates" => "Let user create repositories from templates",
"Whether users can create their own repositories, based on predefined templates." => "Whether users can create their own repositories, based on predefined templates.",
"Users Directory Listing" => "Users Directory Listing",
"Share with existing users from all groups" => "Share with existing users from all groups",
"Allow to search users from other groups through auto completer (can be handy if previous option is set to false) and share workspaces with them" => "Allow to search users from other groups through auto completer (can be handy if previous option is set to false) and share workspaces with them",
"List existing from all groups" => "List existing from all groups",
"If previous option is set to True, directly display a full list of users from all groups" => "If previous option is set to True, directly display a full list of users from all groups",
"Roles / Groups Directory Listing" => "Roles / Groups Directory Listing",
"Display roles and/or groups" => "Display roles and/or groups",
"Users only (do not list groups nor roles)" => "Users only (do not list groups nor roles)",
"Allow Group Listing" => "Allow Group Listing",
"Allow Role Listing" => "Allow Role Listing",
"Role/Group Listing" => "Role/Group Listing",
"List Roles By" => "List Roles By",
"All roles" => "All roles",
"User roles only" => "User roles only",
"role prefix" => "Role prefix",
"Excluded Roles" => "Excluded Roles",
"Included Roles" => "Included Roles",
"Some roles should be disappered in the list.  list separated by ',' or start with 'preg:' for regex." => "Some roles should be disappered in the list.  list separated by ',' or start with 'preg:' for regex.",
"Some roles should be shown in the list.  list separated by ',' or start with 'preg:' for regex." => "Some roles should be shown in the list.  list separated by ',' or start with 'preg:' for regex.",
"External Users Creation" => "External Users Creation",
"Always override other roles, included group roles." => "Always override other roles, included group roles.",
"Always Override" => "Always Override",
"Do not load groups and users list if no regexp is entered. Avoid sending large search on LDAP." => "Do not load groups and users list if no regexp is entered. Avoid sending large search on LDAP.",
"Make regexp mandatory" => "Make regexp mandatory",
);
