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.
24 lines
1.2 KiB
24 lines
1.2 KiB
<?php
|
|
/**
|
|
* @author ASENSIO SYSTEM SIA
|
|
*
|
|
*/
|
|
$strings["plugin_title"] = "ONLYOFFICE";
|
|
$strings['plugin_comment'] = "Mit dem ONLYOFFICE-Konnektor können Sie in Chamilo Textdokumente, Tabellenkalkulationen und Präsentationen mit ONLYOFFICE Docs öffnen und bearbeiten";
|
|
$strings["enable_onlyoffice_plugin"] = "Aktivieren";
|
|
$strings["document_server_url"] = "Die Adresse von ONLYOFFICE Docs";
|
|
$strings["jwt_secret"] = "Geheimer Schlüssel (freilassen, um zu deaktivieren)";
|
|
$strings["openByOnlyoffice"] = "In ONLYOFFICE öffnen";
|
|
$strings["createNew"] = "Neu erstellen";
|
|
$strings["title"] = "Titel";
|
|
$strings["chooseFileFormat"] = "Dateiformat auswählen";
|
|
$strings["document"] = "Dokument";
|
|
$strings["spreadsheet"] = "Tabellenkalkulation";
|
|
$strings["presentation"] = "Präsentation";
|
|
$strings["create"] = "Erstellen";
|
|
$strings["fileIsExist"] = "Die Datei ist bereits vorhanden";
|
|
$strings["impossibleCreateFile"] = "Datei kann nicht erstellt werden";
|
|
$strings["createNewDocument"] = "Neues Dokument erstellen";
|
|
$strings["formTemplate"] = "Formularvorlage";
|
|
$strings["fillInFormInOnlyoffice"] = "Formular in ONLYOFFICE ausfüllen";
|
|
$strings["UpdateOnlyoffice"] = "Für Online-Arbeit mit Formularen ist Version 7.0 von ONLYOFFICE Docs erforderlich"; |