Approval.
This commit is contained in:
13
ro/general.php
Normal file
13
ro/general.php
Normal 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',
|
||||
);
|
Reference in New Issue
Block a user