ca.php
491 Bytes
<?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." => "Això crearà un fitxer comprimit que conté les dades d'aquesta instància ownCloud",
"Please choose the export type:" => "Escolliu el tipus d'exportació:",
"ownCloud system files" => "sistema de fitxers ownCloud",
"Just user files" => "Només els fitxers d'usuari",
"Export" => "Exporta"
);