Blame view

sources/settings/l10n/it.php 12.4 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Unable to load list from App Store" => "Impossibile caricare l'elenco dall'App Store",
  "Authentication error" => "Errore di autenticazione",
31b7f2792   Kload   Upgrade to ownclo...
5
6
  "Your full name has been changed." => "Il tuo nome completo è stato cambiato.",
  "Unable to change full name" => "Impossibile cambiare il nome completo",
03e52840d   Kload   Init
7
8
  "Group already exists" => "Il gruppo esiste già",
  "Unable to add group" => "Impossibile aggiungere il gruppo",
03e52840d   Kload   Init
9
10
11
12
13
14
15
16
17
18
  "Email saved" => "Email salvata",
  "Invalid email" => "Email non valida",
  "Unable to delete group" => "Impossibile eliminare il gruppo",
  "Unable to delete user" => "Impossibile eliminare l'utente",
  "Language changed" => "Lingua modificata",
  "Invalid request" => "Richiesta non valida",
  "Admins can't remove themself from the admin group" => "Gli amministratori non possono rimuovere se stessi dal gruppo di amministrazione",
  "Unable to add user to group %s" => "Impossibile aggiungere l'utente al gruppo %s",
  "Unable to remove user from group %s" => "Impossibile rimuovere l'utente dal gruppo %s",
  "Couldn't update app." => "Impossibile aggiornate l'applicazione.",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
22
23
24
  "Wrong password" => "Password errata",
  "No user supplied" => "Non è stato fornito alcun utente",
  "Please provide an admin recovery password, otherwise all user data will be lost" => "Fornisci una password amministrativa di ripristino altrimenti tutti i dati degli utenti saranno persi.",
  "Wrong admin recovery password. Please check the password and try again." => "Password amministrativa di ripristino errata. Controlla la password e prova ancora.",
  "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata correttamente.",
  "Unable to change password" => "Impossibile cambiare la password",
03e52840d   Kload   Init
25
26
27
28
  "Update to {appversion}" => "Aggiorna a {appversion}",
  "Disable" => "Disabilita",
  "Enable" => "Abilita",
  "Please wait...." => "Attendere...",
31b7f2792   Kload   Upgrade to ownclo...
29
30
  "Error while disabling app" => "Errore durante la disattivazione",
  "Error while enabling app" => "Errore durante l'attivazione",
03e52840d   Kload   Init
31
32
33
  "Updating...." => "Aggiornamento in corso...",
  "Error while updating app" => "Errore durante l'aggiornamento",
  "Error" => "Errore",
31b7f2792   Kload   Upgrade to ownclo...
34
  "Update" => "Aggiorna",
03e52840d   Kload   Init
35
  "Updated" => "Aggiornato",
31b7f2792   Kload   Upgrade to ownclo...
36
37
  "Select a profile picture" => "Seleziona un'immagine del profilo",
  "Decrypting files... Please wait, this can take some time." => "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo.",
03e52840d   Kload   Init
38
39
40
41
42
43
44
45
46
47
48
  "Saving..." => "Salvataggio in corso...",
  "deleted" => "eliminati",
  "undo" => "annulla",
  "Unable to remove user" => "Impossibile rimuovere l'utente",
  "Groups" => "Gruppi",
  "Group Admin" => "Gruppi amministrati",
  "Delete" => "Elimina",
  "add group" => "aggiungi gruppo",
  "A valid username must be provided" => "Deve essere fornito un nome utente valido",
  "Error creating user" => "Errore durante la creazione dell'utente",
  "A valid password must be provided" => "Deve essere fornita una password valida",
31b7f2792   Kload   Upgrade to ownclo...
49
  "Warning: Home directory for user \"{user}\" already exists" => "Avviso: la cartella home dell'utente \"{user}\" esiste già",
03e52840d   Kload   Init
50
  "__language_name__" => "Italiano",
31b7f2792   Kload   Upgrade to ownclo...
51
52
53
54
55
  "Everything (fatal issues, errors, warnings, info, debug)" => "Tutto (problemi gravi, errori, avvisi, informazioni, debug)",
  "Info, warnings, errors and fatal issues" => "Informazioni, avvisi, errori e problemi gravi",
  "Warnings, errors and fatal issues" => "Avvisi, errori e problemi gravi",
  "Errors and fatal issues" => "Errori e problemi gravi",
  "Fatal issues only" => "Solo problemi gravi",
03e52840d   Kload   Init
56
  "Security Warning" => "Avviso di sicurezza",
31b7f2792   Kload   Upgrade to ownclo...
57
58
  "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.
  Il file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o spostare la cartella fuori dalla radice del server web.",
03e52840d   Kload   Init
59
60
  "Setup Warning" => "Avviso di configurazione",
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.",
31b7f2792   Kload   Upgrade to ownclo...
61
  "Please double check the <a href=\"%s\">installation guides</a>." => "Leggi attentamente le <a href='%s'>guide d'installazione</a>.",
03e52840d   Kload   Init
62
63
64
  "Module 'fileinfo' missing" => "Modulo 'fileinfo' mancante",
  "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.",
  "Locale not working" => "Locale non funzionante",
31b7f2792   Kload   Upgrade to ownclo...
65
66
67
68
  "System locale can not be set to a one which supports UTF-8." => "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.",
  "This means that there might be problems with certain characters in file names." => "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file.",
  "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle
  localizzazioni seguenti: %s.",
03e52840d   Kload   Init
69
  "Internet connection not working" => "Concessione Internet non funzionante",
31b7f2792   Kload   Upgrade to ownclo...
70
  "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Questo server ownCloud non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
03e52840d   Kload   Init
71
72
  "Cron" => "Cron",
  "Execute one task with each page loaded" => "Esegui un'operazione con ogni pagina caricata",
31b7f2792   Kload   Upgrade to ownclo...
73
74
  "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.",
  "Use systems cron service to call the cron.php file every 15 minutes." => "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
03e52840d   Kload   Init
75
76
77
78
79
  "Sharing" => "Condivisione",
  "Enable Share API" => "Abilita API di condivisione",
  "Allow apps to use the Share API" => "Consenti alle applicazioni di utilizzare le API di condivisione",
  "Allow links" => "Consenti collegamenti",
  "Allow users to share items to the public with links" => "Consenti agli utenti di condividere pubblicamente elementi tramite collegamenti",
31b7f2792   Kload   Upgrade to ownclo...
80
81
  "Allow public uploads" => "Consenti caricamenti pubblici",
  "Allow users to enable others to upload into their publicly shared folders" => "Consenti agli utenti di abilitare altri al caricamento nelle loro cartelle pubbliche condivise",
03e52840d   Kload   Init
82
83
84
85
  "Allow resharing" => "Consenti la ri-condivisione",
  "Allow users to share items shared with them again" => "Consenti agli utenti di condividere a loro volta elementi condivisi da altri",
  "Allow users to share with anyone" => "Consenti agli utenti di condividere con chiunque",
  "Allow users to only share with users in their groups" => "Consenti agli utenti di condividere solo con utenti dei loro gruppi",
31b7f2792   Kload   Upgrade to ownclo...
86
87
  "Allow mail notification" => "Consenti le notifiche tramite posta elettronica",
  "Allow user to send mail notification for shared files" => "Consenti all'utente di inviare notifiche tramite posta elettronica per i file condivisi",
03e52840d   Kload   Init
88
89
  "Security" => "Protezione",
  "Enforce HTTPS" => "Forza HTTPS",
31b7f2792   Kload   Upgrade to ownclo...
90
91
  "Forces the clients to connect to %s via an encrypted connection." => "Forza i client a connettersi a %s tramite una connessione cifrata.",
  "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL.",
03e52840d   Kload   Init
92
93
  "Log" => "Log",
  "Log level" => "Livello di log",
31b7f2792   Kload   Upgrade to ownclo...
94
95
  "More" => "Altro",
  "Less" => "Meno",
03e52840d   Kload   Init
96
97
98
99
100
101
102
  "Version" => "Versione",
  "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Sviluppato dalla <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunità di ownCloud</a>, il <a href=\"https://github.com/owncloud\" target=\"_blank\">codice sorgente</a> è rilasciato nei termini della licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
  "Add your App" => "Aggiungi la tua applicazione",
  "More Apps" => "Altre applicazioni",
  "Select an App" => "Seleziona un'applicazione",
  "See application page at apps.owncloud.com" => "Vedere la pagina dell'applicazione su apps.owncloud.com",
  "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenziato da <span class=\"author\"></span>",
03e52840d   Kload   Init
103
104
105
106
107
108
  "User Documentation" => "Documentazione utente",
  "Administrator Documentation" => "Documentazione amministratore",
  "Online Documentation" => "Documentazione in linea",
  "Forum" => "Forum",
  "Bugtracker" => "Sistema di tracciamento bug",
  "Commercial Support" => "Supporto commerciale",
03e52840d   Kload   Init
109
110
  "Get the apps to sync your files" => "Scarica le applicazioni per sincronizzare i tuoi file",
  "Show First Run Wizard again" => "Mostra nuovamente la procedura di primo avvio",
31b7f2792   Kload   Upgrade to ownclo...
111
  "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Hai utilizzato <strong>%s</strong> dei <strong>%s</strong> disponibili",
03e52840d   Kload   Init
112
113
114
115
116
117
  "Password" => "Password",
  "Your password was changed" => "La tua password è cambiata",
  "Unable to change your password" => "Modifica password non riuscita",
  "Current password" => "Password attuale",
  "New password" => "Nuova password",
  "Change password" => "Modifica password",
0f30ed153   Kload   RC4
118
  "Full Name" => "Nome Completo",
31b7f2792   Kload   Upgrade to ownclo...
119
  "Email" => "Posta elettronica",
03e52840d   Kload   Init
120
121
  "Your email address" => "Il tuo indirizzo email",
  "Fill in an email address to enable password recovery" => "Inserisci il tuo indirizzo email per abilitare il recupero della password",
31b7f2792   Kload   Upgrade to ownclo...
122
123
124
125
126
  "Profile picture" => "Immagine del profilo",
  "Upload new" => "Carica nuova",
  "Select new from Files" => "Seleziona nuova da file",
  "Remove image" => "Rimuovi immagine",
  "Either png or jpg. Ideally square but you will be able to crop it." => "Sia png che jpg. Preferibilmente quadrata, ma potrai ritagliarla.",
31b7f2792   Kload   Upgrade to ownclo...
127
128
  "Abort" => "Interrompi",
  "Choose as profile image" => "Scegli come immagine del profilo",
03e52840d   Kload   Init
129
130
131
  "Language" => "Lingua",
  "Help translate" => "Migliora la traduzione",
  "WebDAV" => "WebDAV",
31b7f2792   Kload   Upgrade to ownclo...
132
133
134
135
136
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\">accedere ai tuoi file con WebDAV</a>",
  "Encryption" => "Cifratura",
  "The encryption app is no longer enabled, please decrypt all your files" => "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file",
  "Log-in password" => "Password di accesso",
  "Decrypt all Files" => "Decifra tutti i file",
03e52840d   Kload   Init
137
138
  "Login Name" => "Nome utente",
  "Create" => "Crea",
31b7f2792   Kload   Upgrade to ownclo...
139
140
  "Admin Recovery Password" => "Password di ripristino amministrativa",
  "Enter the recovery password in order to recover the users files during password change" => "Digita la password di ripristino per recuperare i file degli utenti durante la modifica della password.",
03e52840d   Kload   Init
141
  "Default Storage" => "Archiviazione predefinita",
31b7f2792   Kload   Upgrade to ownclo...
142
  "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Digita la quota di archiviazione (ad es.: \"512 MB\" or \"12 GB\")",
03e52840d   Kload   Init
143
144
  "Unlimited" => "Illimitata",
  "Other" => "Altro",
31b7f2792   Kload   Upgrade to ownclo...
145
  "Username" => "Nome utente",
03e52840d   Kload   Init
146
  "Storage" => "Archiviazione",
0f30ed153   Kload   RC4
147
  "change full name" => "Modica nome completo",
03e52840d   Kload   Init
148
149
150
  "set new password" => "imposta una nuova password",
  "Default" => "Predefinito"
  );
31b7f2792   Kload   Upgrade to ownclo...
151
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";