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/english.php

24 lines
1.1 KiB

<?php
/**
* @author ASENSIO SYSTEM SIA
*
*/
$strings["plugin_title"] = "ONLYOFFICE";
$strings['plugin_comment'] = "ONLYOFFICE connector allows you to view, edit, and collaborate on text documents, spreadsheets, and presentations within Chamilo using ONLYOFFICE Docs.";
$strings["enable_onlyoffice_plugin"] = "Enable";
$strings["document_server_url"] = "ONLYOFFICE Docs address";
$strings["jwt_secret"] = "Secret key (leave blank to disable)";
$strings["openByOnlyoffice"] = "Open with ONLYOFFICE";
$strings["createNew"] = "Create new";
$strings["title"] = "Title";
$strings["chooseFileFormat"] = "Choose file format";
$strings["document"] = "Document";
$strings["spreadsheet"] = "Spreadsheet";
$strings["presentation"] = "Presentation";
$strings["create"] = "Create";
$strings["fileIsExist"] = "File already exists";
$strings["impossibleCreateFile"] = "Impossible to create file";
$strings["createNewDocument"] = "Create new document";
$strings["formTemplate"] = "Form template";
$strings["fillInFormInOnlyoffice"] = "Fill in form in ONLYOFFICE";
$strings["UpdateOnlyoffice"] = "Please update ONLYOFFICE Docs to version 7.0 to work on fillable forms online";