Approval.

This commit is contained in:
2025-02-11 01:02:16 +00:00
committed by md translation bot
parent 715ce7a62f
commit 0708b5f362
7 changed files with 301 additions and 0 deletions

13
ka/general.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
declare(strict_types = 1);
$general = array (
'topic' => 'Topic',
'topics' => 'Topics',
'exhibition_view' => 'Exhibition View',
'expand_all' => 'Expand all',
'reduce' => 'Reduce',
'objektsfor' => 'Objects for',
'objektsfor_description' => 'Object views of objects from this and subtopics that correspond to the given location.',
'next' => 'Next',
'previous' => 'Previous',
);