translation-themator/uk/general.php
2023-01-23 21:43:39 +00:00

14 lines
543 B
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
declare(strict_types = 1);
$general = array (
'topic' => 'Тема',
'topics' => 'Теми',
'exhibition_view' => 'Перегляд виставки',
'expand_all' => 'Розгорнути усе',
'reduce' => 'Зменшити',
'objektsfor' => 'Об\'єкти для',
'objektsfor_description' => 'Перегляд об\'єктів з цієї теми та підтем, що відповідають заданому місцезнаходженню',
'next' => 'Далі',
'previous' => 'Попередній',
);