Actualización

This commit is contained in:
Xes
2025-04-10 12:36:07 +02:00
parent 1da7c3f3b9
commit 4aff98e77b
3147 changed files with 320647 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
<?php
/**
* @author Ascensio 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'] = 'PDF form';
$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';