it.php 1.1 KB

123456789101112131415161718192021
  1. <?php
  2. $TRANSLATIONS = array(
  3. "This share is password-protected" => "Questa condivione è protetta da password",
  4. "The password is wrong. Try again." => "La password è errata. Prova ancora.",
  5. "Password" => "Password",
  6. "Sorry, this link doesn’t seem to work anymore." => "Spiacenti, questo collegamento sembra non essere più attivo.",
  7. "Reasons might be:" => "I motivi potrebbero essere:",
  8. "the item was removed" => "l'elemento è stato rimosso",
  9. "the link expired" => "il collegamento è scaduto",
  10. "sharing is disabled" => "la condivisione è disabilitata",
  11. "For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
  12. "%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te",
  13. "%s shared the file %s with you" => "%s ha condiviso il file %s con te",
  14. "Download" => "Scarica",
  15. "Upload" => "Carica",
  16. "Cancel upload" => "Annulla il caricamento",
  17. "No preview available for" => "Nessuna anteprima disponibile per",
  18. "Direct link" => "Collegamento diretto"
  19. );
  20. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";