it.php 384 B

12345678910111213
  1. <?php $TRANSLATIONS = array(
  2. "Pictures" => "Immagini",
  3. "Settings" => "Impostazioni",
  4. "Rescan" => "Nuova scansione",
  5. "Stop" => "Ferma",
  6. "Share" => "Condividi",
  7. "Back" => "Indietro",
  8. "Remove confirmation" => "Rimuovi conferma",
  9. "Do you want to remove album" => "Vuoi rimuovere l'album",
  10. "Change album name" => "Cambia il nome dell'album",
  11. "New album name" => "Nuovo nome dell'album"
  12. );