aboutsummaryrefslogtreecommitdiffstats
path: root/apps/media/l10n/de.php
blob: d3d288dc6fe1500e6725aa0a01f9dca0aeec956c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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"
);