summaryrefslogtreecommitdiffstats
path: root/apps/media/l10n/de.php
blob: 021a7e9bfe40f9b18d0a5c9ba1d79e5f14a3dc60 (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 noch einmal scannen",
"Artist" => "Künstler",
"Album" => "Album",
"Title" => "Titel"
);