nextcloud/apps/gallery/l10n/it.php

13 lines
419 B
PHP

<?php $TRANSLATIONS = array(
"Pictures" => "Immagini",
"Share gallery" => "Condividi la galleria",
"Error: " => "Errore: ",
"Internal error" => "Errore interno",
"Slideshow" => "Presentazione",
"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"
);