blob: 8743b39760186afca32a581b83a5988f4ee686ab (
plain)
1
2
3
4
5
|
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Exporta aquesta instància de ownCloud",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Això crearà un fitxer comprimit amb les dades d'aquesta instància ownCloud.\n Escolliu el tipus d'exportació:",
"Export" => "Exporta"
);
|