translation-value-sets/hu/series_time_role.php

7 lines
143 B
PHP
Raw Normal View History

2024-06-11 22:11:16 +00:00
<?PHP
declare(strict_types = 1);
$series_time_role = array (
2025-02-03 16:29:56 +00:00
'premiere' => 'Premier',
'time_of_presentation' => 'Bemutató időpontja',
2024-06-11 22:11:16 +00:00
);