1 2 3 4 5 6 7 8 9 10 11 12 13
<?php $TRANSLATIONS = array( "Music" => "Musik", "Play" => "Afspil", "Pause" => "Pause", "Previous" => "Forrige", "Next" => "Næste", "Mute" => "Lydløs", "Unmute" => "Lyd til", "Rescan Collection" => "Genskan Samling", "Artist" => "Kunstner", "Album" => "Album", "Title" => "Titel" );