Blame view

sources/l10n/it/settings.po 20.3 KB
03e52840d   Kload   Init
1
2
3
4
5
  # SOME DESCRIPTIVE TITLE.
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  # This file is distributed under the same license as the PACKAGE package.
  # 
  # Translators:
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
9
  # Francesco Apruzzese <cescoap@gmail.com>, 2013
  # idetao <marcxosm@gmail.com>, 2013
  # polxmod <paolo.velati@gmail.com>, 2013
  # Vincenzo Reale <vinx.reale@gmail.com>, 2013
03e52840d   Kload   Init
10
11
12
13
  msgid ""
  msgstr ""
  "Project-Id-Version: ownCloud
  "
31b7f2792   Kload   Upgrade to ownclo...
14
15
16
17
18
19
20
21
  "Report-Msgid-Bugs-To: translations@owncloud.org
  "
  "POT-Creation-Date: 2013-12-05 22:23-0500
  "
  "PO-Revision-Date: 2013-12-05 23:10+0000
  "
  "Last-Translator: polxmod <paolo.velati@gmail.com>
  "
03e52840d   Kload   Init
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)
  "
  "MIME-Version: 1.0
  "
  "Content-Type: text/plain; charset=UTF-8
  "
  "Content-Transfer-Encoding: 8bit
  "
  "Language: it
  "
  "Plural-Forms: nplurals=2; plural=(n != 1);
  "
  
  #: ajax/apps/ocs.php:20
  msgid "Unable to load list from App Store"
  msgstr "Impossibile caricare l'elenco dall'App Store"
31b7f2792   Kload   Upgrade to ownclo...
38
39
  #: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
  #: ajax/togglegroups.php:20 changepassword/controller.php:55
03e52840d   Kload   Init
40
41
  msgid "Authentication error"
  msgstr "Errore di autenticazione"
31b7f2792   Kload   Upgrade to ownclo...
42
43
44
45
46
47
48
  #: ajax/changedisplayname.php:31
  msgid "Your full name has been changed."
  msgstr "Il tuo nome completo è stato cambiato."
  
  #: ajax/changedisplayname.php:34
  msgid "Unable to change full name"
  msgstr "Impossibile cambiare il nome completo"
03e52840d   Kload   Init
49
50
51
52
53
54
55
56
  
  #: ajax/creategroup.php:10
  msgid "Group already exists"
  msgstr "Il gruppo esiste già"
  
  #: ajax/creategroup.php:19
  msgid "Unable to add group"
  msgstr "Impossibile aggiungere il gruppo"
03e52840d   Kload   Init
57
58
59
60
61
62
63
64
65
66
67
  #: ajax/lostpassword.php:12
  msgid "Email saved"
  msgstr "Email salvata"
  
  #: ajax/lostpassword.php:14
  msgid "Invalid email"
  msgstr "Email non valida"
  
  #: ajax/removegroup.php:13
  msgid "Unable to delete group"
  msgstr "Impossibile eliminare il gruppo"
31b7f2792   Kload   Upgrade to ownclo...
68
  #: ajax/removeuser.php:25
03e52840d   Kload   Init
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
  msgid "Unable to delete user"
  msgstr "Impossibile eliminare l'utente"
  
  #: ajax/setlanguage.php:15
  msgid "Language changed"
  msgstr "Lingua modificata"
  
  #: ajax/setlanguage.php:17 ajax/setlanguage.php:20
  msgid "Invalid request"
  msgstr "Richiesta non valida"
  
  #: ajax/togglegroups.php:12
  msgid "Admins can't remove themself from the admin group"
  msgstr "Gli amministratori non possono rimuovere se stessi dal gruppo di amministrazione"
  
  #: ajax/togglegroups.php:30
  #, php-format
  msgid "Unable to add user to group %s"
  msgstr "Impossibile aggiungere l'utente al gruppo %s"
  
  #: ajax/togglegroups.php:36
  #, php-format
  msgid "Unable to remove user from group %s"
  msgstr "Impossibile rimuovere l'utente dal gruppo %s"
  
  #: ajax/updateapp.php:14
  msgid "Couldn't update app."
  msgstr "Impossibile aggiornate l'applicazione."
31b7f2792   Kload   Upgrade to ownclo...
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
  #: changepassword/controller.php:20
  msgid "Wrong password"
  msgstr "Password errata"
  
  #: changepassword/controller.php:42
  msgid "No user supplied"
  msgstr "Non è stato fornito alcun utente"
  
  #: changepassword/controller.php:74
  msgid ""
  "Please provide an admin recovery password, otherwise all user data will be "
  "lost"
  msgstr "Fornisci una password amministrativa di ripristino altrimenti tutti i dati degli utenti saranno persi."
  
  #: changepassword/controller.php:79
  msgid ""
  "Wrong admin recovery password. Please check the password and try again."
  msgstr "Password amministrativa di ripristino errata. Controlla la password e prova ancora."
  
  #: changepassword/controller.php:87
  msgid ""
  "Back-end doesn't support password change, but the users encryption key was "
  "successfully updated."
  msgstr "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata correttamente."
  
  #: changepassword/controller.php:92 changepassword/controller.php:103
  msgid "Unable to change password"
  msgstr "Impossibile cambiare la password"
  
  #: js/apps.js:43
03e52840d   Kload   Init
127
128
  msgid "Update to {appversion}"
  msgstr "Aggiorna a {appversion}"
31b7f2792   Kload   Upgrade to ownclo...
129
  #: js/apps.js:49 js/apps.js:82 js/apps.js:110
03e52840d   Kload   Init
130
131
  msgid "Disable"
  msgstr "Disabilita"
31b7f2792   Kload   Upgrade to ownclo...
132
  #: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
03e52840d   Kload   Init
133
134
  msgid "Enable"
  msgstr "Abilita"
31b7f2792   Kload   Upgrade to ownclo...
135
  #: js/apps.js:71
03e52840d   Kload   Init
136
137
  msgid "Please wait...."
  msgstr "Attendere..."
31b7f2792   Kload   Upgrade to ownclo...
138
139
140
141
142
143
144
145
146
  #: js/apps.js:79 js/apps.js:80 js/apps.js:101
  msgid "Error while disabling app"
  msgstr "Errore durante la disattivazione"
  
  #: js/apps.js:100 js/apps.js:114 js/apps.js:115
  msgid "Error while enabling app"
  msgstr "Errore durante l'attivazione"
  
  #: js/apps.js:125
03e52840d   Kload   Init
147
148
  msgid "Updating...."
  msgstr "Aggiornamento in corso..."
31b7f2792   Kload   Upgrade to ownclo...
149
  #: js/apps.js:128
03e52840d   Kload   Init
150
151
  msgid "Error while updating app"
  msgstr "Errore durante l'aggiornamento"
31b7f2792   Kload   Upgrade to ownclo...
152
  #: js/apps.js:128
03e52840d   Kload   Init
153
154
  msgid "Error"
  msgstr "Errore"
31b7f2792   Kload   Upgrade to ownclo...
155
156
157
158
159
  #: js/apps.js:129 templates/apps.php:43
  msgid "Update"
  msgstr "Aggiorna"
  
  #: js/apps.js:132
03e52840d   Kload   Init
160
161
  msgid "Updated"
  msgstr "Aggiornato"
31b7f2792   Kload   Upgrade to ownclo...
162
163
164
165
166
167
168
169
170
  #: js/personal.js:220
  msgid "Select a profile picture"
  msgstr "Seleziona un'immagine del profilo"
  
  #: js/personal.js:266
  msgid "Decrypting files... Please wait, this can take some time."
  msgstr "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo."
  
  #: js/personal.js:287
03e52840d   Kload   Init
171
172
  msgid "Saving..."
  msgstr "Salvataggio in corso..."
31b7f2792   Kload   Upgrade to ownclo...
173
  #: js/users.js:47
03e52840d   Kload   Init
174
175
  msgid "deleted"
  msgstr "eliminati"
31b7f2792   Kload   Upgrade to ownclo...
176
  #: js/users.js:47
03e52840d   Kload   Init
177
178
  msgid "undo"
  msgstr "annulla"
31b7f2792   Kload   Upgrade to ownclo...
179
  #: js/users.js:79
03e52840d   Kload   Init
180
181
  msgid "Unable to remove user"
  msgstr "Impossibile rimuovere l'utente"
31b7f2792   Kload   Upgrade to ownclo...
182
183
  #: js/users.js:95 templates/users.php:26 templates/users.php:90
  #: templates/users.php:118
03e52840d   Kload   Init
184
185
  msgid "Groups"
  msgstr "Gruppi"
31b7f2792   Kload   Upgrade to ownclo...
186
  #: js/users.js:100 templates/users.php:92 templates/users.php:130
03e52840d   Kload   Init
187
188
  msgid "Group Admin"
  msgstr "Gruppi amministrati"
31b7f2792   Kload   Upgrade to ownclo...
189
  #: js/users.js:123 templates/users.php:170
03e52840d   Kload   Init
190
191
  msgid "Delete"
  msgstr "Elimina"
31b7f2792   Kload   Upgrade to ownclo...
192
  #: js/users.js:284
03e52840d   Kload   Init
193
194
  msgid "add group"
  msgstr "aggiungi gruppo"
31b7f2792   Kload   Upgrade to ownclo...
195
  #: js/users.js:451
03e52840d   Kload   Init
196
197
  msgid "A valid username must be provided"
  msgstr "Deve essere fornito un nome utente valido"
31b7f2792   Kload   Upgrade to ownclo...
198
  #: js/users.js:452 js/users.js:458 js/users.js:473
03e52840d   Kload   Init
199
200
  msgid "Error creating user"
  msgstr "Errore durante la creazione dell'utente"
31b7f2792   Kload   Upgrade to ownclo...
201
  #: js/users.js:457
03e52840d   Kload   Init
202
203
  msgid "A valid password must be provided"
  msgstr "Deve essere fornita una password valida"
31b7f2792   Kload   Upgrade to ownclo...
204
205
206
207
208
  #: js/users.js:481
  msgid "Warning: Home directory for user \"{user}\" already exists"
  msgstr "Avviso: la cartella home dell'utente \"{user}\" esiste già"
  
  #: personal.php:45 personal.php:46
03e52840d   Kload   Init
209
210
  msgid "__language_name__"
  msgstr "Italiano"
31b7f2792   Kload   Upgrade to ownclo...
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
  #: templates/admin.php:8
  msgid "Everything (fatal issues, errors, warnings, info, debug)"
  msgstr "Tutto (problemi gravi, errori, avvisi, informazioni, debug)"
  
  #: templates/admin.php:9
  msgid "Info, warnings, errors and fatal issues"
  msgstr "Informazioni, avvisi, errori e problemi gravi"
  
  #: templates/admin.php:10
  msgid "Warnings, errors and fatal issues"
  msgstr "Avvisi, errori e problemi gravi"
  
  #: templates/admin.php:11
  msgid "Errors and fatal issues"
  msgstr "Errori e problemi gravi"
  
  #: templates/admin.php:12
  msgid "Fatal issues only"
  msgstr "Solo problemi gravi"
  
  #: templates/admin.php:22 templates/admin.php:36
03e52840d   Kload   Init
232
233
  msgid "Security Warning"
  msgstr "Avviso di sicurezza"
31b7f2792   Kload   Upgrade to ownclo...
234
235
236
237
238
239
240
241
  #: templates/admin.php:25
  #, php-format
  msgid ""
  "You are accessing %s via HTTP. We strongly suggest you configure your server"
  " to require using HTTPS instead."
  msgstr "Sei connesso a %s con il protocollo HTTP. Ti suggeriamo fortemente di configurare il tuo server per richiedere l'utilizzo del protocollo HTTPS al posto di HTTP."
  
  #: templates/admin.php:39
03e52840d   Kload   Init
242
243
  msgid ""
  "Your data directory and your files are probably accessible from the "
31b7f2792   Kload   Upgrade to ownclo...
244
245
246
247
248
249
  "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."
  msgstr "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
250

31b7f2792   Kload   Upgrade to ownclo...
251
  #: templates/admin.php:50
03e52840d   Kload   Init
252
253
  msgid "Setup Warning"
  msgstr "Avviso di configurazione"
31b7f2792   Kload   Upgrade to ownclo...
254
  #: templates/admin.php:53
03e52840d   Kload   Init
255
256
257
258
  msgid ""
  "Your web server is not yet properly setup to allow files synchronization "
  "because the WebDAV interface seems to be broken."
  msgstr "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...
259
  #: templates/admin.php:54
03e52840d   Kload   Init
260
  #, php-format
31b7f2792   Kload   Upgrade to ownclo...
261
  msgid "Please double check the <a href=\"%s\">installation guides</a>."
03e52840d   Kload   Init
262
  msgstr "Leggi attentamente le <a href='%s'>guide d'installazione</a>."
31b7f2792   Kload   Upgrade to ownclo...
263
  #: templates/admin.php:65
03e52840d   Kload   Init
264
265
  msgid "Module 'fileinfo' missing"
  msgstr "Modulo 'fileinfo' mancante"
31b7f2792   Kload   Upgrade to ownclo...
266
  #: templates/admin.php:68
03e52840d   Kload   Init
267
268
269
270
  msgid ""
  "The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
  "module to get best results with mime-type detection."
  msgstr "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME."
31b7f2792   Kload   Upgrade to ownclo...
271
272
273
274
275
276
277
278
279
280
281
282
  #: templates/admin.php:79
  msgid "Your PHP version is outdated"
  msgstr "La tua versione di PHP è superata"
  
  #: templates/admin.php:82
  msgid ""
  "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or "
  "newer because older versions are known to be broken. It is possible that "
  "this installation is not working correctly."
  msgstr "La tua versione di PHP è superata. Ti raccomandiamo di aggiornare alla versione 5.3.8 o superiore poiché è risaputo che le vecchie versioni siano fallate. L'installazione attuale potrebbe non funzionare correttamente."
  
  #: templates/admin.php:93
03e52840d   Kload   Init
283
284
  msgid "Locale not working"
  msgstr "Locale non funzionante"
31b7f2792   Kload   Upgrade to ownclo...
285
286
287
288
289
290
291
292
293
294
295
  #: templates/admin.php:98
  msgid "System locale can not be set to a one which supports UTF-8."
  msgstr "La localizzazione di sistema non può essere impostata a una che supporta UTF-8."
  
  #: templates/admin.php:102
  msgid ""
  "This means that there might be problems with certain characters in file "
  "names."
  msgstr "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file."
  
  #: templates/admin.php:106
03e52840d   Kload   Init
296
297
  #, php-format
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
298
299
300
301
  "We strongly suggest to install the required packages on your system to "
  "support one of the following locales: %s."
  msgstr "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle
  localizzazioni seguenti: %s."
03e52840d   Kload   Init
302

31b7f2792   Kload   Upgrade to ownclo...
303
  #: templates/admin.php:118
03e52840d   Kload   Init
304
305
  msgid "Internet connection not working"
  msgstr "Concessione Internet non funzionante"
31b7f2792   Kload   Upgrade to ownclo...
306
  #: templates/admin.php:121
03e52840d   Kload   Init
307
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
308
309
310
311
312
313
314
315
  "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."
  msgstr "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à."
  
  #: templates/admin.php:135
03e52840d   Kload   Init
316
317
  msgid "Cron"
  msgstr "Cron"
31b7f2792   Kload   Upgrade to ownclo...
318
  #: templates/admin.php:142
03e52840d   Kload   Init
319
320
  msgid "Execute one task with each page loaded"
  msgstr "Esegui un'operazione con ogni pagina caricata"
31b7f2792   Kload   Upgrade to ownclo...
321
  #: templates/admin.php:150
03e52840d   Kload   Init
322
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
323
324
325
  "cron.php is registered at a webcron service to call cron.php every 15 "
  "minutes over http."
  msgstr "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http."
03e52840d   Kload   Init
326

31b7f2792   Kload   Upgrade to ownclo...
327
328
329
  #: templates/admin.php:158
  msgid "Use systems cron service to call the cron.php file every 15 minutes."
  msgstr "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti."
03e52840d   Kload   Init
330

31b7f2792   Kload   Upgrade to ownclo...
331
  #: templates/admin.php:163
03e52840d   Kload   Init
332
333
  msgid "Sharing"
  msgstr "Condivisione"
31b7f2792   Kload   Upgrade to ownclo...
334
  #: templates/admin.php:169
03e52840d   Kload   Init
335
336
  msgid "Enable Share API"
  msgstr "Abilita API di condivisione"
31b7f2792   Kload   Upgrade to ownclo...
337
  #: templates/admin.php:170
03e52840d   Kload   Init
338
339
  msgid "Allow apps to use the Share API"
  msgstr "Consenti alle applicazioni di utilizzare le API di condivisione"
31b7f2792   Kload   Upgrade to ownclo...
340
  #: templates/admin.php:177
03e52840d   Kload   Init
341
342
  msgid "Allow links"
  msgstr "Consenti collegamenti"
31b7f2792   Kload   Upgrade to ownclo...
343
  #: templates/admin.php:178
03e52840d   Kload   Init
344
345
  msgid "Allow users to share items to the public with links"
  msgstr "Consenti agli utenti di condividere pubblicamente elementi tramite collegamenti"
31b7f2792   Kload   Upgrade to ownclo...
346
347
348
349
350
351
352
353
354
355
  #: templates/admin.php:186
  msgid "Allow public uploads"
  msgstr "Consenti caricamenti pubblici"
  
  #: templates/admin.php:187
  msgid ""
  "Allow users to enable others to upload into their publicly shared folders"
  msgstr "Consenti agli utenti di abilitare altri al caricamento nelle loro cartelle pubbliche condivise"
  
  #: templates/admin.php:195
03e52840d   Kload   Init
356
357
  msgid "Allow resharing"
  msgstr "Consenti la ri-condivisione"
31b7f2792   Kload   Upgrade to ownclo...
358
  #: templates/admin.php:196
03e52840d   Kload   Init
359
360
  msgid "Allow users to share items shared with them again"
  msgstr "Consenti agli utenti di condividere a loro volta elementi condivisi da altri"
31b7f2792   Kload   Upgrade to ownclo...
361
  #: templates/admin.php:203
03e52840d   Kload   Init
362
363
  msgid "Allow users to share with anyone"
  msgstr "Consenti agli utenti di condividere con chiunque"
31b7f2792   Kload   Upgrade to ownclo...
364
  #: templates/admin.php:206
03e52840d   Kload   Init
365
366
  msgid "Allow users to only share with users in their groups"
  msgstr "Consenti agli utenti di condividere solo con utenti dei loro gruppi"
31b7f2792   Kload   Upgrade to ownclo...
367
368
369
370
371
372
373
374
375
  #: templates/admin.php:213
  msgid "Allow mail notification"
  msgstr "Consenti le notifiche tramite posta elettronica"
  
  #: templates/admin.php:214
  msgid "Allow user to send mail notification for shared files"
  msgstr "Consenti all'utente di inviare notifiche tramite posta elettronica per i file condivisi"
  
  #: templates/admin.php:221
03e52840d   Kload   Init
376
377
  msgid "Security"
  msgstr "Protezione"
31b7f2792   Kload   Upgrade to ownclo...
378
  #: templates/admin.php:234
03e52840d   Kload   Init
379
380
  msgid "Enforce HTTPS"
  msgstr "Forza HTTPS"
31b7f2792   Kload   Upgrade to ownclo...
381
382
383
384
  #: templates/admin.php:236
  #, php-format
  msgid "Forces the clients to connect to %s via an encrypted connection."
  msgstr "Forza i client a connettersi a %s tramite una connessione cifrata."
03e52840d   Kload   Init
385

31b7f2792   Kload   Upgrade to ownclo...
386
387
  #: templates/admin.php:242
  #, php-format
03e52840d   Kload   Init
388
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
389
390
391
  "Please connect to your %s via HTTPS to enable or disable the SSL "
  "enforcement."
  msgstr "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL."
03e52840d   Kload   Init
392

31b7f2792   Kload   Upgrade to ownclo...
393
  #: templates/admin.php:254
03e52840d   Kload   Init
394
395
  msgid "Log"
  msgstr "Log"
31b7f2792   Kload   Upgrade to ownclo...
396
  #: templates/admin.php:255
03e52840d   Kload   Init
397
398
  msgid "Log level"
  msgstr "Livello di log"
31b7f2792   Kload   Upgrade to ownclo...
399
  #: templates/admin.php:287
03e52840d   Kload   Init
400
  msgid "More"
31b7f2792   Kload   Upgrade to ownclo...
401
402
403
404
405
  msgstr "Altro"
  
  #: templates/admin.php:288
  msgid "Less"
  msgstr "Meno"
03e52840d   Kload   Init
406

31b7f2792   Kload   Upgrade to ownclo...
407
  #: templates/admin.php:294 templates/personal.php:173
03e52840d   Kload   Init
408
409
  msgid "Version"
  msgstr "Versione"
31b7f2792   Kload   Upgrade to ownclo...
410
  #: templates/admin.php:298 templates/personal.php:176
03e52840d   Kload   Init
411
412
413
414
415
416
417
418
  msgid ""
  "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>."
  msgstr "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>."
31b7f2792   Kload   Upgrade to ownclo...
419
  #: templates/apps.php:13
03e52840d   Kload   Init
420
421
  msgid "Add your App"
  msgstr "Aggiungi la tua applicazione"
31b7f2792   Kload   Upgrade to ownclo...
422
  #: templates/apps.php:28
03e52840d   Kload   Init
423
424
  msgid "More Apps"
  msgstr "Altre applicazioni"
31b7f2792   Kload   Upgrade to ownclo...
425
  #: templates/apps.php:33
03e52840d   Kload   Init
426
427
  msgid "Select an App"
  msgstr "Seleziona un'applicazione"
31b7f2792   Kload   Upgrade to ownclo...
428
  #: templates/apps.php:39
03e52840d   Kload   Init
429
430
  msgid "See application page at apps.owncloud.com"
  msgstr "Vedere la pagina dell'applicazione su apps.owncloud.com"
31b7f2792   Kload   Upgrade to ownclo...
431
  #: templates/apps.php:41
03e52840d   Kload   Init
432
433
  msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
  msgstr "<span class=\"licence\"></span>-licenziato da <span class=\"author\"></span>"
03e52840d   Kload   Init
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
  #: templates/help.php:4
  msgid "User Documentation"
  msgstr "Documentazione utente"
  
  #: templates/help.php:6
  msgid "Administrator Documentation"
  msgstr "Documentazione amministratore"
  
  #: templates/help.php:9
  msgid "Online Documentation"
  msgstr "Documentazione in linea"
  
  #: templates/help.php:11
  msgid "Forum"
  msgstr "Forum"
  
  #: templates/help.php:14
  msgid "Bugtracker"
  msgstr "Sistema di tracciamento bug"
  
  #: templates/help.php:17
  msgid "Commercial Support"
  msgstr "Supporto commerciale"
  
  #: templates/personal.php:8
03e52840d   Kload   Init
459
460
  msgid "Get the apps to sync your files"
  msgstr "Scarica le applicazioni per sincronizzare i tuoi file"
31b7f2792   Kload   Upgrade to ownclo...
461
  #: templates/personal.php:19
03e52840d   Kload   Init
462
463
  msgid "Show First Run Wizard again"
  msgstr "Mostra nuovamente la procedura di primo avvio"
31b7f2792   Kload   Upgrade to ownclo...
464
465
466
467
468
469
  #: templates/personal.php:27
  #, php-format
  msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
  msgstr "Hai utilizzato <strong>%s</strong> dei <strong>%s</strong> disponibili"
  
  #: templates/personal.php:39 templates/users.php:23 templates/users.php:89
03e52840d   Kload   Init
470
471
  msgid "Password"
  msgstr "Password"
31b7f2792   Kload   Upgrade to ownclo...
472
  #: templates/personal.php:40
03e52840d   Kload   Init
473
474
  msgid "Your password was changed"
  msgstr "La tua password è cambiata"
31b7f2792   Kload   Upgrade to ownclo...
475
  #: templates/personal.php:41
03e52840d   Kload   Init
476
477
  msgid "Unable to change your password"
  msgstr "Modifica password non riuscita"
31b7f2792   Kload   Upgrade to ownclo...
478
  #: templates/personal.php:42
03e52840d   Kload   Init
479
480
  msgid "Current password"
  msgstr "Password attuale"
31b7f2792   Kload   Upgrade to ownclo...
481
  #: templates/personal.php:44
03e52840d   Kload   Init
482
483
  msgid "New password"
  msgstr "Nuova password"
31b7f2792   Kload   Upgrade to ownclo...
484
  #: templates/personal.php:46
03e52840d   Kload   Init
485
486
  msgid "Change password"
  msgstr "Modifica password"
31b7f2792   Kload   Upgrade to ownclo...
487
488
489
  #: templates/personal.php:58 templates/users.php:88
  msgid "Full Name"
  msgstr "Nome completo"
03e52840d   Kload   Init
490

31b7f2792   Kload   Upgrade to ownclo...
491
  #: templates/personal.php:73
03e52840d   Kload   Init
492
  msgid "Email"
31b7f2792   Kload   Upgrade to ownclo...
493
  msgstr "Posta elettronica"
03e52840d   Kload   Init
494

31b7f2792   Kload   Upgrade to ownclo...
495
  #: templates/personal.php:75
03e52840d   Kload   Init
496
497
  msgid "Your email address"
  msgstr "Il tuo indirizzo email"
31b7f2792   Kload   Upgrade to ownclo...
498
  #: templates/personal.php:76
03e52840d   Kload   Init
499
500
  msgid "Fill in an email address to enable password recovery"
  msgstr "Inserisci il tuo indirizzo email per abilitare il recupero della password"
31b7f2792   Kload   Upgrade to ownclo...
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
  #: templates/personal.php:86
  msgid "Profile picture"
  msgstr "Immagine del profilo"
  
  #: templates/personal.php:91
  msgid "Upload new"
  msgstr "Carica nuova"
  
  #: templates/personal.php:93
  msgid "Select new from Files"
  msgstr "Seleziona nuova da file"
  
  #: templates/personal.php:94
  msgid "Remove image"
  msgstr "Rimuovi immagine"
  
  #: templates/personal.php:95
  msgid "Either png or jpg. Ideally square but you will be able to crop it."
  msgstr "Sia png che jpg. Preferibilmente quadrata, ma potrai ritagliarla."
  
  #: templates/personal.php:97
  msgid "Your avatar is provided by your original account."
  msgstr "Il tuo avatar è ottenuto da tuo account originale."
  
  #: templates/personal.php:101
  msgid "Abort"
  msgstr "Interrompi"
  
  #: templates/personal.php:102
  msgid "Choose as profile image"
  msgstr "Scegli come immagine del profilo"
  
  #: templates/personal.php:110 templates/personal.php:111
03e52840d   Kload   Init
534
535
  msgid "Language"
  msgstr "Lingua"
31b7f2792   Kload   Upgrade to ownclo...
536
  #: templates/personal.php:130
03e52840d   Kload   Init
537
538
  msgid "Help translate"
  msgstr "Migliora la traduzione"
31b7f2792   Kload   Upgrade to ownclo...
539
  #: templates/personal.php:137
03e52840d   Kload   Init
540
541
  msgid "WebDAV"
  msgstr "WebDAV"
31b7f2792   Kload   Upgrade to ownclo...
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
  #: templates/personal.php:139
  #, php-format
  msgid ""
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via "
  "WebDAV</a>"
  msgstr "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\">accedere ai tuoi file con WebDAV</a>"
  
  #: templates/personal.php:150
  msgid "Encryption"
  msgstr "Cifratura"
  
  #: templates/personal.php:152
  msgid "The encryption app is no longer enabled, please decrypt all your files"
  msgstr "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file"
  
  #: templates/personal.php:158
  msgid "Log-in password"
  msgstr "Password di accesso"
  
  #: templates/personal.php:163
  msgid "Decrypt all Files"
  msgstr "Decifra tutti i file"
03e52840d   Kload   Init
564

31b7f2792   Kload   Upgrade to ownclo...
565
  #: templates/users.php:21
03e52840d   Kload   Init
566
567
  msgid "Login Name"
  msgstr "Nome utente"
31b7f2792   Kload   Upgrade to ownclo...
568
  #: templates/users.php:30
03e52840d   Kload   Init
569
570
  msgid "Create"
  msgstr "Crea"
31b7f2792   Kload   Upgrade to ownclo...
571
572
573
574
575
576
577
578
579
580
581
  #: templates/users.php:36
  msgid "Admin Recovery Password"
  msgstr "Password di ripristino amministrativa"
  
  #: templates/users.php:37 templates/users.php:38
  msgid ""
  "Enter the recovery password in order to recover the users files during "
  "password change"
  msgstr "Digita la password di ripristino per recuperare i file degli utenti durante la modifica della password."
  
  #: templates/users.php:42
03e52840d   Kload   Init
582
583
  msgid "Default Storage"
  msgstr "Archiviazione predefinita"
31b7f2792   Kload   Upgrade to ownclo...
584
585
586
587
588
  #: templates/users.php:44 templates/users.php:139
  msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")"
  msgstr "Digita la quota di archiviazione (ad es.: \"512 MB\" or \"12 GB\")"
  
  #: templates/users.php:48 templates/users.php:148
03e52840d   Kload   Init
589
590
  msgid "Unlimited"
  msgstr "Illimitata"
31b7f2792   Kload   Upgrade to ownclo...
591
  #: templates/users.php:66 templates/users.php:163
03e52840d   Kload   Init
592
593
  msgid "Other"
  msgstr "Altro"
31b7f2792   Kload   Upgrade to ownclo...
594
595
596
597
598
  #: templates/users.php:87
  msgid "Username"
  msgstr "Nome utente"
  
  #: templates/users.php:94
03e52840d   Kload   Init
599
600
  msgid "Storage"
  msgstr "Archiviazione"
31b7f2792   Kload   Upgrade to ownclo...
601
602
603
  #: templates/users.php:108
  msgid "change full name"
  msgstr "modica nome completo"
03e52840d   Kload   Init
604

31b7f2792   Kload   Upgrade to ownclo...
605
  #: templates/users.php:112
03e52840d   Kload   Init
606
607
  msgid "set new password"
  msgstr "imposta una nuova password"
31b7f2792   Kload   Upgrade to ownclo...
608
  #: templates/users.php:143
03e52840d   Kload   Init
609
610
  msgid "Default"
  msgstr "Predefinito"