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.
20 lines
976 B
20 lines
976 B
<?php
|
|
/**
|
|
* @author ASENSIO SYSTEM SIA
|
|
*/
|
|
$strings["plugin_title"] = "ONLYOFFICE";
|
|
$strings['plugin_comment'] = "ONLYOFFICE connector permite que você visualize, edite e colabore em documentos de texto, planilhas e apresentações dentro do Chamilo usando o ONLYOFFICE Docs.";
|
|
$strings["enable_onlyoffice_plugin"] = "Habilitar";
|
|
$strings["document_server_url"] = "Endereço do ONLYOFFICE Docs";
|
|
$strings["jwt_secret"] = "Chave secreta (deixe em branco para desativar)";
|
|
$strings["openByOnlyoffice"] = "Abrir com ONLYOFFICE";
|
|
$strings["createNew"] = "Criar novo";
|
|
$strings["title"] = "Título";
|
|
$strings["chooseFileFormat"] = "Escolher formato de arquivo";
|
|
$strings["document"] = "Documento";
|
|
$strings["spreadsheet"] = "Planilha";
|
|
$strings["presentation"] = "Apresentação";
|
|
$strings["create"] = "Criar";
|
|
$strings["fileIsExist"] = "Arquivo já existe";
|
|
$strings["impossibleCreateFile"] = "Impossível criar arquivo";
|
|
$strings["createNewDocument"] = "Criar novo documento";
|
|
|