nextcloud/apps/media/l10n/da.php

14 lines
286 B
PHP

<?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"
);