12345678910111213 |
- <?php $TRANSLATIONS = array(
- "Pictures" => "Immagini",
- "Settings" => "Impostazioni",
- "Rescan" => "Nuova scansione",
- "Stop" => "Ferma",
- "Share" => "Condividi",
- "Back" => "Indietro",
- "Remove confirmation" => "Rimuovi conferma",
- "Do you want to remove album" => "Vuoi rimuovere l'album",
- "Change album name" => "Cambia il nome dell'album",
- "New album name" => "Nuovo nome dell'album"
- );
|