nextcloud/apps/media/l10n/de.php

14 lines
303 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 erneut scannen",
"Artist" => "Künstler",
"Album" => "Album",
"Title" => "Titel"
);