Blame view
sources/apps/admin_migrate/l10n/es.php
504 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?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." => "Se creará un archivo comprimido que contendrá los datos de esta instancia de owncloud.", "Please choose the export type:" => "Por favor elegir el tipo de exportación:", "ownCloud system files" => "Archivos de sistema de ownCloud", "Just user files" => "Sólo archivos de usuario", "Export" => "Exportar" ); |