nextcloud/apps/files_sharing/l10n/it.php

20 lines
1006 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-07-09 04:12:22 +04:00
"The password is wrong. Try again." => "La password è errata. Prova ancora.",
2012-08-30 04:06:45 +04:00
"Password" => "Password",
2012-08-31 04:07:19 +04:00
"Submit" => "Invia",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt 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.",
2012-09-23 04:04:41 +04:00
"%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te",
"%s shared the file %s with you" => "%s ha condiviso il file %s con te",
2012-08-31 04:07:19 +04:00
"Download" => "Scarica",
2013-06-30 04:13:07 +04:00
"Upload" => "Carica",
2013-07-04 11:33:58 +04:00
"Cancel upload" => "Annulla il caricamento",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Nessuna anteprima disponibile per"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";