it.php 389 B

12345678910
  1. <?php $TRANSLATIONS = array(
  2. "Password" => "Password",
  3. "Submit" => "Invia",
  4. "%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te",
  5. "%s shared the file %s with you" => "%s ha condiviso il file %s con te",
  6. "Download" => "Scarica",
  7. "No preview available for" => "Nessuna anteprima disponibile per",
  8. "web services under your control" => "servizi web nelle tue mani"
  9. );