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

21 lines
1008 B

<?php
/**
* @author ASENSIO SYSTEM SIA
*
*/
$strings["plugin_title"] = "ONLYOFFICE";
$strings['plugin_comment'] = "ONLYOFFICE connector pozwala na przeglądanie, edytowanie oraz współpracę nad dokumentami tekstowymi, arkuszami kalkulacyjnymi i prezentacjami w Chamilo za pośrednictwem ONLYOFFICE Docs.";
$strings["enable_onlyoffice_plugin"] = "Włącz";
$strings["document_server_url"] = "Adres ONLYOFFICE Docs";
$strings["jwt_secret"] = "Klucz zabezpieczeń (pozostaw puste aby wyłączyć)";
$strings["openByOnlyoffice"] = "Otwórz w ONLYOFFICE";
$strings["createNew"] = "Utwórz nowy";
$strings["title"] = "Tytuł";
$strings["chooseFileFormat"] = "Wybierz format pliku";
$strings["document"] = "Dokument";
$strings["spreadsheet"] = "Arkusz kalkulacyjny";
$strings["presentation"] = "Prezentacja";
$strings["create"] = "Utwórz";
$strings["fileIsExist"] = "Plik już istnieje";
$strings["impossibleCreateFile"] = "Nie można utworzyć pliku";
$strings["createNewDocument"] = "Utwórz nowy dokument";