Blame view

sources/core/l10n/it.php 15.3 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Expiration date is in the past." => "La data di scadenza è nel passato.",
31b7f2792   Kload   Upgrade to ownclo...
4
5
6
7
  "Couldn't send mail to following users: %s " => "Impossibile inviare email ai seguenti utenti: %s",
  "Turned on maintenance mode" => "Modalità di manutenzione attivata",
  "Turned off maintenance mode" => "Modalità di manutenzione disattivata",
  "Updated database" => "Database aggiornato",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "Checked database schema update" => "Verificato l'aggiornamento dello schema del database",
  "Disabled incompatible apps: %s" => "Applicazione incompatibili disabilitate: %s",
31b7f2792   Kload   Upgrade to ownclo...
10
11
12
13
14
  "No image or file provided" => "Non è stata fornita alcun immagine o file",
  "Unknown filetype" => "Tipo di file sconosciuto",
  "Invalid image" => "Immagine non valida",
  "No temporary profile picture available, try again" => "Nessuna immagine di profilo provvisoria disponibile, riprova",
  "No crop data provided" => "Dati di ritaglio non forniti",
03e52840d   Kload   Init
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  "Sunday" => "Domenica",
  "Monday" => "Lunedì",
  "Tuesday" => "Martedì",
  "Wednesday" => "Mercoledì",
  "Thursday" => "Giovedì",
  "Friday" => "Venerdì",
  "Saturday" => "Sabato",
  "January" => "Gennaio",
  "February" => "Febbraio",
  "March" => "Marzo",
  "April" => "Aprile",
  "May" => "Maggio",
  "June" => "Giugno",
  "July" => "Luglio",
  "August" => "Agosto",
  "September" => "Settembre",
  "October" => "Ottobre",
  "November" => "Novembre",
  "December" => "Dicembre",
  "Settings" => "Impostazioni",
6d9380f96   Cédric Dupont   Update sources OC...
35
36
37
38
39
  "File" => "File",
  "Folder" => "Cartella",
  "Image" => "Immagine",
  "Audio" => "Audio",
  "Saving..." => "Salvataggio in corso...",
03e52840d   Kload   Init
40
  "seconds ago" => "secondi fa",
31b7f2792   Kload   Upgrade to ownclo...
41
42
  "_%n minute ago_::_%n minutes ago_" => array("%n minuto fa","%n minuti fa"),
  "_%n hour ago_::_%n hours ago_" => array("%n ora fa","%n ore fa"),
03e52840d   Kload   Init
43
44
  "today" => "oggi",
  "yesterday" => "ieri",
31b7f2792   Kload   Upgrade to ownclo...
45
  "_%n day ago_::_%n days ago_" => array("%n giorno fa","%n giorni fa"),
03e52840d   Kload   Init
46
  "last month" => "mese scorso",
31b7f2792   Kload   Upgrade to ownclo...
47
  "_%n month ago_::_%n months ago_" => array("%n mese fa","%n mesi fa"),
03e52840d   Kload   Init
48
49
  "last year" => "anno scorso",
  "years ago" => "anni fa",
6d9380f96   Cédric Dupont   Update sources OC...
50
51
52
53
54
55
  "Couldn't send reset email. Please contact your administrator." => "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.",
  "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." => "Il collegamento per reimpostare la password è stato inviato al tuo indirizzo di posta. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.<br>Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.",
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" => "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, per favore contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
  "I know what I'm doing" => "So cosa sto facendo",
  "Reset password" => "Ripristina la password",
  "Password can not be changed. Please contact your administrator." => "La password non può essere cambiata. Contatta il tuo amministratore.",
03e52840d   Kload   Init
56
  "Yes" => "Sì",
31b7f2792   Kload   Upgrade to ownclo...
57
  "No" => "No",
6d9380f96   Cédric Dupont   Update sources OC...
58
59
  "Choose" => "Scegli",
  "Error loading file picker template: {error}" => "Errore durante il caricamento del modello del selettore file: {error}",
03e52840d   Kload   Init
60
  "Ok" => "Ok",
31b7f2792   Kload   Upgrade to ownclo...
61
62
63
  "Error loading message template: {error}" => "Errore durante il caricamento del modello di messaggio: {error}",
  "_{count} file conflict_::_{count} file conflicts_" => array("{count} file in conflitto","{count} file in conflitto"),
  "One file conflict" => "Un file in conflitto",
6d9380f96   Cédric Dupont   Update sources OC...
64
65
  "New Files" => "File nuovi",
  "Already existing files" => "File già esistenti",
31b7f2792   Kload   Upgrade to ownclo...
66
67
68
69
70
71
72
  "Which files do you want to keep?" => "Quali file vuoi mantenere?",
  "If you select both versions, the copied file will have a number added to its name." => "Se selezioni entrambe le versioni, sarà aggiunto un numero al nome del file copiato.",
  "Cancel" => "Annulla",
  "Continue" => "Continua",
  "(all selected)" => "(tutti i selezionati)",
  "({count} selected)" => "({count} selezionati)",
  "Error loading file exists template" => "Errore durante il caricamento del modello del file esistente",
6d9380f96   Cédric Dupont   Update sources OC...
73
74
75
76
77
  "Very weak password" => "Password molto debole",
  "Weak password" => "Password debole",
  "So-so password" => "Password così-così",
  "Good password" => "Password buona",
  "Strong password" => "Password forte",
03e52840d   Kload   Init
78
  "Shared" => "Condivisi",
6d9380f96   Cédric Dupont   Update sources OC...
79
80
  "Shared by {owner}" => "Condiviso da {owner}",
  "Shared with {recipients}" => "Condiviso con {recipients}",
03e52840d   Kload   Init
81
  "Share" => "Condividi",
31b7f2792   Kload   Upgrade to ownclo...
82
  "Error" => "Errore",
03e52840d   Kload   Init
83
84
85
86
87
  "Error while sharing" => "Errore durante la condivisione",
  "Error while unsharing" => "Errore durante la rimozione della condivisione",
  "Error while changing permissions" => "Errore durante la modifica dei permessi",
  "Shared with you and the group {group} by {owner}" => "Condiviso con te e con il gruppo {group} da {owner}",
  "Shared with you by {owner}" => "Condiviso con te da {owner}",
31b7f2792   Kload   Upgrade to ownclo...
88
89
  "Share with user or group …" => "Condividi con utente o gruppo ...",
  "Share link" => "Condividi collegamento",
6d9380f96   Cédric Dupont   Update sources OC...
90
91
  "The public link will expire no later than {days} days after it is created" => "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione",
  "By default the public link will expire after {days} days" => "In modo predefinito, il collegamento pubblico scadrà dopo {days} giorni",
03e52840d   Kload   Init
92
  "Password protect" => "Proteggi con password",
6d9380f96   Cédric Dupont   Update sources OC...
93
  "Choose a password for the public link" => "Scegli una password per il collegamento pubblico",
31b7f2792   Kload   Upgrade to ownclo...
94
  "Allow Public Upload" => "Consenti caricamento pubblico",
03e52840d   Kload   Init
95
96
97
98
99
100
  "Email link to person" => "Invia collegamento via email",
  "Send" => "Invia",
  "Set expiration date" => "Imposta data di scadenza",
  "Expiration date" => "Data di scadenza",
  "Share via email:" => "Condividi tramite email:",
  "No people found" => "Non sono state trovate altre persone",
31b7f2792   Kload   Upgrade to ownclo...
101
  "group" => "gruppo",
03e52840d   Kload   Init
102
103
104
  "Resharing is not allowed" => "La ri-condivisione non è consentita",
  "Shared in {item} with {user}" => "Condiviso in {item} con {user}",
  "Unshare" => "Rimuovi condivisione",
31b7f2792   Kload   Upgrade to ownclo...
105
  "notify by email" => "notifica tramite email",
6d9380f96   Cédric Dupont   Update sources OC...
106
  "can share" => "può condividere",
03e52840d   Kload   Init
107
108
109
110
  "can edit" => "può modificare",
  "access control" => "controllo d'accesso",
  "create" => "creare",
  "update" => "aggiornare",
31b7f2792   Kload   Upgrade to ownclo...
111
  "delete" => "elimina",
03e52840d   Kload   Init
112
113
114
115
116
  "Password protected" => "Protetta da password",
  "Error unsetting expiration date" => "Errore durante la rimozione della data di scadenza",
  "Error setting expiration date" => "Errore durante l'impostazione della data di scadenza",
  "Sending ..." => "Invio in corso...",
  "Email sent" => "Messaggio inviato",
31b7f2792   Kload   Upgrade to ownclo...
117
118
119
120
121
122
123
124
  "Warning" => "Avviso",
  "The object type is not specified." => "Il tipo di oggetto non è specificato.",
  "Enter new" => "Inserisci nuovo",
  "Delete" => "Elimina",
  "Add" => "Aggiungi",
  "Edit tags" => "Modifica etichette",
  "Error loading dialog template: {error}" => "Errore durante il caricamento del modello di finestra: {error}",
  "No tags selected for deletion." => "Nessuna etichetta selezionata per l'eliminazione.",
6d9380f96   Cédric Dupont   Update sources OC...
125
126
127
  "Updating {productName} to version {version}, this may take a while." => "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.",
  "Please reload the page." => "Ricarica la pagina.",
  "The update was unsuccessful." => "L'aggiornamento non è riuscito.",
03e52840d   Kload   Init
128
  "The update was successful. Redirecting you to ownCloud now." => "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.",
6d9380f96   Cédric Dupont   Update sources OC...
129
130
131
  "Couldn't reset password because the token is invalid" => "Impossibile reimpostare la password poiché il token non è valido",
  "Couldn't send reset email. Please make sure your username is correct." => "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.",
  "Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.",
31b7f2792   Kload   Upgrade to ownclo...
132
  "%s password reset" => "Ripristino password di %s",
03e52840d   Kload   Init
133
134
  "Use the following link to reset your password: {link}" => "Usa il collegamento seguente per ripristinare la password: {link}",
  "You will receive a link to reset your password via Email." => "Riceverai un collegamento per ripristinare la tua password via email",
03e52840d   Kload   Init
135
  "Username" => "Nome utente",
31b7f2792   Kload   Upgrade to ownclo...
136
137
138
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "I file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà ripristinata. Se non sei sicuro, per favore contatta l'amministratore prima di proseguire. Vuoi davvero continuare?",
  "Yes, I really want to reset my password now" => "Sì, voglio davvero ripristinare la mia password adesso",
  "Reset" => "Ripristina",
03e52840d   Kload   Init
139
  "New password" => "Nuova password",
6d9380f96   Cédric Dupont   Update sources OC...
140
141
142
  "New Password" => "Nuova password",
  "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Usalo a tuo rischio!",
  "For the best results, please consider using a GNU/Linux server instead." => "Per avere il risultato migliore, prendi in considerazione l'utilizzo di un server GNU/Linux.",
03e52840d   Kload   Init
143
144
145
146
147
  "Personal" => "Personale",
  "Users" => "Utenti",
  "Apps" => "Applicazioni",
  "Admin" => "Admin",
  "Help" => "Aiuto",
31b7f2792   Kload   Upgrade to ownclo...
148
149
150
151
152
153
154
  "Error loading tags" => "Errore di caricamento delle etichette",
  "Tag already exists" => "L'etichetta esiste già",
  "Error deleting tag(s)" => "Errore di eliminazione delle etichette",
  "Error tagging" => "Errore di assegnazione delle etichette",
  "Error untagging" => "Errore di rimozione delle etichette",
  "Error favoriting" => "Errore di creazione dei preferiti",
  "Error unfavoriting" => "Errore di rimozione dai preferiti",
03e52840d   Kload   Init
155
156
  "Access forbidden" => "Accesso negato",
  "Cloud not found" => "Nuvola non trovata",
31b7f2792   Kload   Upgrade to ownclo...
157
158
159
160
161
162
163
164
165
166
167
168
169
  "Hey there,
  
  just letting you know that %s shared %s with you.
  View it: %s
  
  " => "Ciao,
  
  volevo informarti che %s ha condiviso %s con te.
  Vedi: %s
  
  ",
  "The share will expire on %s." => "La condivisione scadrà il %s.",
  "Cheers!" => "Saluti!",
03e52840d   Kload   Init
170
  "Security Warning" => "Avviso di sicurezza",
31b7f2792   Kload   Upgrade to ownclo...
171
172
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La tua versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)",
  "Please update your PHP installation to use %s securely." => "Aggiorna la tua installazione di PHP per utilizzare %s in sicurezza.",
03e52840d   Kload   Init
173
174
175
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Non è disponibile alcun generatore di numeri casuali sicuro. Abilita l'estensione OpenSSL di PHP",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Senza un generatore di numeri casuali sicuro, un malintenzionato potrebbe riuscire a individuare i token di ripristino delle password e impossessarsi del tuo account.",
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "La cartella dei dati e i file sono probabilmente accessibili da Internet poiché il file .htaccess non funziona.",
31b7f2792   Kload   Upgrade to ownclo...
176
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Per informazioni su come configurare correttamente il tuo server, vedi la <a href=\"%s\" target=\"_blank\">documentazione</a>.",
03e52840d   Kload   Init
177
  "Create an <strong>admin account</strong>" => "Crea un <strong>account amministratore</strong>",
6d9380f96   Cédric Dupont   Update sources OC...
178
179
  "Password" => "Password",
  "Storage & database" => "Archiviazione e database",
03e52840d   Kload   Init
180
181
  "Data folder" => "Cartella dati",
  "Configure the database" => "Configura il database",
6d9380f96   Cédric Dupont   Update sources OC...
182
  "Only %s is available." => "È disponibile solo %s.",
03e52840d   Kload   Init
183
184
185
186
187
  "Database user" => "Utente del database",
  "Database password" => "Password del database",
  "Database name" => "Nome del database",
  "Database tablespace" => "Spazio delle tabelle del database",
  "Database host" => "Host del database",
6d9380f96   Cédric Dupont   Update sources OC...
188
  "SQLite will be used as database. For larger installations we recommend to change this." => "SQLite sarà utilizzato come database. Per installazioni più grandi consigliamo di cambiarlo.",
03e52840d   Kload   Init
189
  "Finish setup" => "Termina la configurazione",
31b7f2792   Kload   Upgrade to ownclo...
190
  "Finishing …" => "Completamento...",
6d9380f96   Cédric Dupont   Update sources OC...
191
  "This application requires JavaScript to be enabled for correct operation.  Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "L'applicazione richiede che JavaScript sia abilitato per un corretto funzionamento. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Abilita JavaScript</a> e ricarica questa interfaccia.",
31b7f2792   Kload   Upgrade to ownclo...
192
  "%s is available. Get more information on how to update." => "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.",
03e52840d   Kload   Init
193
194
195
196
  "Log out" => "Esci",
  "Automatic logon rejected!" => "Accesso automatico rifiutato.",
  "If you did not change your password recently, your account may be compromised!" => "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso.",
  "Please change your password to secure your account again." => "Cambia la password per rendere nuovamente sicuro il tuo account.",
31b7f2792   Kload   Upgrade to ownclo...
197
198
  "Server side authentication failed!" => "Autenticazione lato server non riuscita!",
  "Please contact your administrator." => "Contatta il tuo amministratore di sistema.",
6d9380f96   Cédric Dupont   Update sources OC...
199
  "Forgot your password? Reset it!" => "Hai dimenticato la password? Reimpostala!",
03e52840d   Kload   Init
200
201
202
  "remember" => "ricorda",
  "Log in" => "Accedi",
  "Alternative Logins" => "Accessi alternativi",
6d9380f96   Cédric Dupont   Update sources OC...
203
  "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Ciao,<br><br>volevo informarti che %s ha condiviso <strong>%s</strong> con te.<br><a href=\"%s\">Guarda!</a><br><br>",
31b7f2792   Kload   Upgrade to ownclo...
204
  "This ownCloud instance is currently in single user mode." => "Questa istanza di ownCloud è in modalità utente singolo.",
6d9380f96   Cédric Dupont   Update sources OC...
205
  "This means only administrators can use the instance." => "Ciò significa che solo gli amministratori possono utilizzare l'istanza.",
31b7f2792   Kload   Upgrade to ownclo...
206
207
  "Contact your system administrator if this message persists or appeared unexpectedly." => "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
  "Thank you for your patience." => "Grazie per la pazienza.",
6d9380f96   Cédric Dupont   Update sources OC...
208
209
210
211
212
  "%s will be updated to version %s." => "%s sarà aggiornato alla versione %s.",
  "The following apps will be disabled:" => "Le seguenti applicazioni saranno disabilitate:",
  "The theme %s has been disabled." => "Il tema %s è stato disabilitato.",
  "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ",
  "Start update" => "Avvia l'aggiornamento",
31b7f2792   Kload   Upgrade to ownclo...
213
214
  "This ownCloud instance is currently being updated, which may take a while." => "Questa istanza di ownCloud è in fase di aggiornamento, potrebbe richiedere del tempo.",
  "Please reload this page after a short time to continue using ownCloud." => "Ricarica questa pagina per poter continuare ad usare ownCloud."
03e52840d   Kload   Init
215
  );
31b7f2792   Kload   Upgrade to ownclo...
216
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";