it.php
480 Bytes
<?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." => "Ciò creerà un file compresso che contiene i dati di questa istanza di ownCloud.",
"Please choose the export type:" => "Scegli il tipo di esportazione:",
"ownCloud system files" => "File di sistema di ownCloud",
"Just user files" => "Solo i file degli utenti",
"Export" => "Esporta"
);