14 lines
308 B
PHP
14 lines
308 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Music" => "Musik",
|
|
"Play" => "Abspielen",
|
|
"Pause" => "Pause",
|
|
"Previous" => "Vorheriges",
|
|
"Next" => "Nächstes",
|
|
"Mute" => "Ton aus",
|
|
"Unmute" => "Ton an",
|
|
"Rescan Collection" => "Sammlung noch einmal scannen",
|
|
"Artist" => "Künstler",
|
|
"Album" => "Album",
|
|
"Title" => "Titel"
|
|
);
|