nextcloud/apps/admin_migrate/l10n/it.php
2012-08-20 02:01:32 +02:00

5 lines
386 B
PHP

<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Esporta questa istanza di ownCloud",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Questa operazione creerà un file compresso che contiene i dati dell'istanza di ownCloud. Scegli il tipo di esportazione:",
"Export" => "Esporta"
);