2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-06-22 09:54:36 +04:00
" Server to server sharing is not enabled on this server " => " La condivisione tra server non è abilitata su questo server " ,
2014-08-18 09:56:30 +04:00
" Invalid or untrusted SSL certificate " => " Certificato SSL non valido o non attendibile " ,
2014-06-22 09:54:36 +04:00
" Couldn't add remote share " => " Impossibile aggiungere la condivisione remota " ,
2014-06-05 09:57:20 +04:00
" Shared with you " => " Condiviso con te " ,
" Shared with others " => " Condiviso con altri " ,
2014-06-07 09:56:13 +04:00
" Shared by link " => " Condiviso tramite collegamento " ,
2014-06-05 09:57:20 +04:00
" No files have been shared with you yet. " => " Non è stato ancora condiviso alcun file con te. " ,
" You haven't shared any files yet. " => " Non hai ancora condiviso alcun file. " ,
2014-06-07 09:56:13 +04:00
" You haven't shared any files by link yet. " => " Non hai ancora condiviso alcun file tramite collegamento. " ,
2014-07-09 09:55:51 +04:00
" Do you want to add the remote share { name} from { owner}@ { remote}? " => " Vuoi aggiungere la condivisione remota { name} da { owner}@ { remote}? " ,
" Remote share " => " Condivisione remota " ,
" Remote share password " => " Password della condivisione remota " ,
" Cancel " => " Annulla " ,
" Add remote share " => " Aggiungi condivisione remota " ,
2014-06-21 09:54:37 +04:00
" No ownCloud installation found at { remote} " => " Nessuna installazione di ownCloud trovata su { remote} " ,
" Invalid ownCloud url " => " URL di ownCloud non valido " ,
2014-06-01 09:55:19 +04:00
" Shared by " => " Condiviso da " ,
2013-10-14 04:33:30 +04:00
" This share is password-protected " => " Questa condivione è protetta da password " ,
2013-07-09 04:12:22 +04:00
" The password is wrong. Try again. " => " La password è errata. Prova ancora. " ,
2014-07-08 09:55:17 +04:00
" Password " => " Password " ,
2014-06-01 09:55:19 +04:00
" Name " => " Nome " ,
2014-06-05 09:57:20 +04:00
" Share time " => " Tempo di condivisione " ,
2013-08-01 09:57:04 +04:00
" Sorry, this link doesn’ t seem to work anymore. " => " Spiacenti, questo collegamento sembra non essere più attivo. " ,
" Reasons might be: " => " I motivi potrebbero essere: " ,
" the item was removed " => " l'elemento è stato rimosso " ,
" the link expired " => " il collegamento è scaduto " ,
" sharing is disabled " => " la condivisione è disabilitata " ,
" For more info, please ask the person who sent this link. " => " Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento. " ,
2014-07-04 09:56:01 +04:00
" Add to your ownCloud " => " Aggiungi al tuo ownCloud " ,
2014-05-04 09:56:15 +04:00
" Download " => " Scarica " ,
2014-03-12 09:57:17 +04:00
" Download %s " => " Scarica %s " ,
2014-06-21 09:54:37 +04:00
" Direct link " => " Collegamento diretto " ,
2014-06-29 09:56:00 +04:00
" Remote Shares " => " Condivisioni remote " ,
2014-06-22 09:54:36 +04:00
" Allow other instances to mount public links shared from this server " => " Permetti ad altre istanze di montare collegamenti pubblici condivisi da questo server " ,
" Allow users to mount public link shares " => " Permetti agli utenti di montare condivisioni con collegamento pubblico "
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;