nextcloud/apps/media/l10n/de.php

14 lines
303 B
PHP
Raw Normal View History

2011-08-13 14:43:15 +04:00
<?php $TRANSLATIONS = array(
"Music" => "Musik",
2012-01-11 04:06:59 +04:00
"Play" => "Abspielen",
2011-08-20 07:12:16 +04:00
"Pause" => "Pause",
2012-01-11 04:06:59 +04:00
"Previous" => "Vorheriges",
"Next" => "Nächstes",
"Mute" => "Ton aus",
"Unmute" => "Ton an",
2012-05-09 14:41:01 +04:00
"Rescan Collection" => "Sammlung erneut scannen",
2011-08-13 14:43:15 +04:00
"Artist" => "Künstler",
"Album" => "Album",
"Title" => "Titel"
);