25 lines
1.2 KiB
PHP
25 lines
1.2 KiB
PHP
<?php
|
|
$lang->custom->libreOffice = 'Office Convert';
|
|
$lang->custom->libreOfficeTurnon = 'LibreOffice';
|
|
$lang->custom->type = 'Loại';
|
|
$lang->custom->libreOfficePath = 'Soffice Path';
|
|
$lang->custom->collaboraPath = 'Collabora Path';
|
|
|
|
$lang->custom->errorSofficePath = 'Soffice file không tồn tại.';
|
|
$lang->custom->errorRunSoffice = "Lỗi run soffice. Lỗi: %s";
|
|
$lang->custom->errorRunCollabora = "Lỗi connect to Collabora. Check Collabora settings and see whether it is connected to the network.";
|
|
$lang->custom->cannotUseCollabora = "If you choose Collabora, ZenTao phải là configured in static access.";
|
|
|
|
$lang->custom->turnonList[1] = 'On';
|
|
$lang->custom->turnonList[0] = 'Off';
|
|
|
|
$lang->custom->typeList['libreoffice'] = 'LibreOffice';
|
|
$lang->custom->typeList['collabora'] = 'Collabora Online';
|
|
|
|
$lang->custom->sofficePlaceholder = 'Write the path for soffice in LibreOffice, ví dụ: /opt/libreoffice/program/soffice';
|
|
$lang->custom->collaboraPlaceholder = 'Write the path for Collabora URL, ví dụ: https://127.0.0.1:9980';
|
|
|
|
$lang->custom->system[] = 'feedback';
|
|
$lang->custom->feedback = 'Phản hồi';
|
|
$lang->custom->feedbackReview = 'Xét duyệt';
|