Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/onlyoffice/lang/spanish.php

20 lines
997 B

<?php
/**
* @author ASENSIO SYSTEM SIA
*/
$strings["plugin_title"] = "ONLYOFFICE";
$strings['plugin_comment'] = "El conector de ONLYOFFICE le permite ver, editar y colaborar en documentos de texto, hojas de cálculo y presentaciones dentro de Chamilo utilizando ONLYOFFICE Docs.";
$strings["enable_onlyoffice_plugin"] = "Habilitar";
$strings["document_server_url"] = "URL del servidor ONLYOFFICE Docs";
$strings["jwt_secret"] = "Clave secreta (deje en blanco o desactive)";
$strings["openByOnlyoffice"] = "Abrir con ONLYOFFICE";
$strings["createNew"] = "Crear nuevo";
$strings["title"] = "Título";
$strings["chooseFileFormat"] = "Elegir el formato del archivo";
$strings["document"] = "Documento";
$strings["spreadsheet"] = "Hoja de cálculo";
$strings["presentation"] = "Presentación";
$strings["create"] = "Crear";
$strings["fileIsExist"] = "El archivo ya existe";
$strings["impossibleCreateFile"] = "No es posible crear el archivo";
$strings["createNewDocument"] = "Crear documento nuevo";