1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/dw2pdf/lang/uk/lang.php
Daniel Baumann 8e32b01eb0
Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:13 +01:00

16 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Otto Riehl <post@otto-riehl.de>
*/
$lang['export_pdf_button'] = 'Експорт до PDF';
$lang['needtitle'] = 'Будь ласка, вкажіть назву.';
$lang['needns'] = 'Будь ласка, вкажіть існуючий простір імен.';
$lang['notexist'] = 'Запитувана сторінка не існує.';
$lang['empty'] = 'Ви ще не вибрали жодної сторінки.';
$lang['tocheader'] = 'Зміст';
$lang['export_ns'] = 'Експортувати простір імен "%s:" до файлу %s.pdf';
$lang['forbidden'] = 'Ви не маєте доступу до цих сторінок: %s.<br/><br/>Використайте опцію \'Пропустити заборонені сторінки\', щоб створити книгу з доступними сторінками.';
$lang['missingbookcreator'] = 'Плагін Bookcreator не встановлено або вимкнено';