blob: f3eeb15dab565141d057225d48b8fd402755de7b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php $TRANSLATIONS = array(
"Export" => "Esporta",
"Something went wrong while the export file was being generated" => "Si è verificato un errore durante la creazione del file di esportazione",
"An error has occurred" => "Si è verificato un errore",
"Export your user account" => "Esporta il tuo account utente",
"This will create a compressed file that contains your ownCloud account." => "Questa operazione creerà un file compresso che contiene il tuo account ownCloud.",
"Import user account" => "Importa account utente",
"ownCloud User Zip" => "Zip account utente",
"Import" => "Importa"
);
|