translation-value-sets/ru/series_time_role.php

7 lines
169 B
PHP
Raw Normal View History

2024-06-12 00:11:16 +02:00
<?PHP
declare(strict_types = 1);
$series_time_role = array (
2024-10-21 01:23:58 +02:00
'premiere' => 'Премьера',
'time_of_presentation' => 'Время представления',
2024-06-12 00:11:16 +02:00
);