blob: cb6699b1d9439aa123ecbf59af8c35773ab301de (
plain)
1
2
3
4
5
|
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Exportar esta instancia de ownCloud",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Se creará un archivo comprimido que contendrá los datos de esta instancia de owncloud.\n Por favor elegir el tipo de exportación:",
"Export" => "Exportar"
);
|