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

44 lines
2.8 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";
$strings["NotSupportedVersion"] = "Not supported version";
$strings["jwt_header"] = "Authorization header (leave blank to use default header)";
$strings["connect_demo"] = "Connect to demo ONLYOFFICE Docs server";
$strings["demoPeriodIsOver"] = "The 30-day test period is over, you can no longer connect to demo ONLYOFFICE Docs server.";
$strings["demoPrevMessage"] = "This is a public test server, please do not use it for private sensitive data. The server will be available during a 30-day period.";
$strings["demoUsingMessage"] = "You are using public demo ONLYOFFICE Docs server. Please do not store private sensitive data.";
$strings["document_server_internal"] = "ONLYOFFICE Docs address for internal requests from the server";
$strings["NotSupportedVersion"] = "Not supported version";
$strings["storage_url"] = "Server address for internal requests from ONLYOFFICE Docs";
$strings["DocsCloudBannerTitle"] = "ONLYOFFICE Docs Cloud";
$strings["DocsCloudBannerMain"] = "Easily launch the editors in the cloud without downloading and installation";
$strings["DocsCloudBannerButton"] = "Get Now";
$strings["connectionError"] = "Error when trying to connect";
$strings["docServiceError"] = "Error occurred in the document service";
$strings["pluginIsNotConfigured"] = "ONLYOFFICE app is not configured. Please contact admin";
$strings["cantReadXml"] = "Server can't read xml";
$strings["badResponseErrors"] = "Bad Response. Errors: ";
$strings["mixedContent"] = "Mixed Active Content is not allowed. HTTPS address for ONLYOFFICE Docs is required.";
$strings["badHealthcheckStatus"] = "Bad healthcheck status";
$strings["notSupportedVersion"] = "Not supported version";