You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it.php 530B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Impossibile eliminare %s definitivamente",
  4. "Couldn't restore %s" => "Impossibile ripristinare %s",
  5. "Deleted files" => "File eliminati",
  6. "Error" => "Errore",
  7. "Deleted Files" => "File eliminati",
  8. "restored" => "ripristinati",
  9. "Nothing in here. Your trash bin is empty!" => "Qui non c'è niente. Il tuo cestino è vuoto.",
  10. "Name" => "Nome",
  11. "Restore" => "Ripristina",
  12. "Deleted" => "Eliminati",
  13. "Delete" => "Elimina"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";