nextcloud/apps/files_external/l10n/it.php

32 lines
2.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-10-03 04:05:14 +04:00
"Access granted" => "Accesso consentito",
"Error configuring Dropbox storage" => "Errore durante la configurazione dell'archivio Dropbox",
"Grant access" => "Concedi l'accesso",
2012-10-04 04:07:35 +04:00
"Please provide a valid Dropbox app key and secret." => "Fornisci chiave di applicazione e segreto di Dropbox validi.",
2012-10-03 04:05:14 +04:00
"Error configuring Google Drive storage" => "Errore durante la configurazione dell'archivio Google Drive",
2014-03-12 09:57:17 +04:00
"Saved" => "Salvato",
2014-04-10 09:55:39 +04:00
"<b>Note:</b> " => "<b>Nota:</b>",
" and " => "e",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Nota:</b>Il support a cURL non è abilitato o installato in PHP. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Nota:</b>Il support a FTP non è abilitato o installato in PHP. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Nota:</b>\"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
2012-08-15 04:07:20 +04:00
"External Storage" => "Archiviazione esterna",
2013-03-01 03:07:02 +04:00
"Folder name" => "Nome della cartella",
"External storage" => "Archiviazione esterna",
2012-08-15 04:07:20 +04:00
"Configuration" => "Configurazione",
"Options" => "Opzioni",
2014-04-03 09:56:12 +04:00
"Available for" => "Disponibile per",
2013-03-01 03:07:02 +04:00
"Add storage" => "Aggiungi archiviazione",
2014-04-03 09:56:12 +04:00
"No user or group" => "Nessun utente o gruppo",
2012-08-15 04:07:20 +04:00
"All Users" => "Tutti gli utenti",
"Groups" => "Gruppi",
"Users" => "Utenti",
"Delete" => "Elimina",
"Enable User External Storage" => "Abilita la memoria esterna dell'utente",
2014-03-12 09:57:17 +04:00
"Allow users to mount the following external storage" => "Consenti agli utenti di montare la seguente memoria esterna",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "Certificati SSL radice",
"Import Root Certificate" => "Importa certificato radice"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";