16 lines
315 B
PHP
16 lines
315 B
PHP
<?php
|
|
|
|
return [
|
|
// Metadata table labels
|
|
'field' => 'Feld',
|
|
'value' => 'Wert',
|
|
'track' => 'Titel',
|
|
'style' => 'Stil',
|
|
'contributors' => 'Mitwirkende',
|
|
'released_on' => 'Veröffentlicht am',
|
|
'distributor' => 'Vertriebsfirma',
|
|
'label' => 'Label',
|
|
'youtube' => 'YouTube',
|
|
];
|
|
?>
|