29 lines
2.2 KiB
PHP
29 lines
2.2 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Access granted" => "Accesso consentito",
|
|
"Error configuring Dropbox storage" => "Errore durante la configurazione dell'archivio Dropbox",
|
|
"Grant access" => "Concedi l'accesso",
|
|
"Please provide a valid Dropbox app key and secret." => "Fornisci chiave di applicazione e segreto di Dropbox validi.",
|
|
"Error configuring Google Drive storage" => "Errore durante la configurazione dell'archivio Google Drive",
|
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Avviso:</b> \"smbclient\" non è installato. Impossibile montare condivisioni CIFS/SMB. Chiedi all'amministratore di sistema di installarlo.",
|
|
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Avviso:</b> il supporto FTP di PHP non è abilitato o non è installato. Impossibile montare condivisioni FTP. Chiedi all'amministratore di sistema di installarlo.",
|
|
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Avviso:</b> il supporto Curl di PHP non è abilitato o non è installato. Impossibile montare condivisioni ownCloud / WebDAV o GoogleDrive. Chiedi all'amministratore di sistema di installarlo.",
|
|
"External Storage" => "Archiviazione esterna",
|
|
"Folder name" => "Nome della cartella",
|
|
"External storage" => "Archiviazione esterna",
|
|
"Configuration" => "Configurazione",
|
|
"Options" => "Opzioni",
|
|
"Applicable" => "Applicabile",
|
|
"Add storage" => "Aggiungi archiviazione",
|
|
"None set" => "Nessuna impostazione",
|
|
"All Users" => "Tutti gli utenti",
|
|
"Groups" => "Gruppi",
|
|
"Users" => "Utenti",
|
|
"Delete" => "Elimina",
|
|
"Enable User External Storage" => "Abilita la memoria esterna dell'utente",
|
|
"Allow users to mount their own external storage" => "Consenti agli utenti di montare la propria memoria esterna",
|
|
"SSL root certificates" => "Certificati SSL radice",
|
|
"Import Root Certificate" => "Importa certificato radice"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|