server/apps/gallery/l10n/it.php

13 lines
384 B
PHP
Raw Normal View History

2012-01-16 16:34:42 +00:00
<?php $TRANSLATIONS = array(
2012-05-13 17:59:44 +00:00
"Pictures" => "Immagini",
2012-06-05 22:29:28 +00:00
"Settings" => "Impostazioni",
2012-05-09 10:41:01 +00:00
"Rescan" => "Nuova scansione",
2012-05-13 17:59:44 +00:00
"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"
2012-01-16 16:34:42 +00:00
);