nextcloud/apps/gallery/l10n/it.php

13 lines
419 B
PHP
Raw Normal View History

2012-01-16 20:34:42 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "Immagini",
2012-07-26 04:02:50 +04:00
"Share gallery" => "Condividi la galleria",
"Error: " => "Errore: ",
"Internal error" => "Errore interno",
"Slideshow" => "Presentazione",
2012-05-13 21:59:44 +04:00
"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"
2012-01-16 20:34:42 +04:00
);