11 lines
599 B
PHP
11 lines
599 B
PHP
<?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"
|
|
);
|