2011-08-18 13:46:49 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Music" => "Musik",
|
2012-01-11 04:06:59 +04:00
|
|
|
"Play" => "Afspil",
|
2011-08-20 07:12:16 +04:00
|
|
|
"Pause" => "Pause",
|
2012-01-11 04:06:59 +04:00
|
|
|
"Previous" => "Forrige",
|
|
|
|
"Next" => "Næste",
|
|
|
|
"Mute" => "Lydløs",
|
|
|
|
"Unmute" => "Lyd til",
|
2011-08-18 13:46:49 +04:00
|
|
|
"Rescan Collection" => "Genskan Samling",
|
|
|
|
"Artist" => "Kunstner",
|
|
|
|
"Album" => "Album",
|
|
|
|
"Title" => "Titel"
|
|
|
|
);
|