blob: 6f1c77e4173138c04a8b1aa4ac45b4e167a55c57 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php $TRANSLATIONS = array(
"Export" => "Exporta",
"Something went wrong while the export file was being generated" => "Alguna cosa ha anat malament en generar el fitxer d'exportació",
"An error has occurred" => "S'ha produït un error",
"Export your user account" => "Exporta el vostre compte d'usuari",
"This will create a compressed file that contains your ownCloud account." => "Això crearà un fitxer comprimit que conté el vostre compte ownCloud.",
"Import user account" => "Importa el compte d'usuari",
"ownCloud User Zip" => "zip d'usuari ownCloud",
"Import" => "Importa"
);
|