summaryrefslogtreecommitdiffstats
path: root/apps/media/l10n/nl.php
blob: 705bf2a613c36a248599e87ca6eae5d9e08e642e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php $TRANSLATIONS = array(
"Music" => "Muziek",
"Play" => "Afspelen",
"Pause" => "Pauzeer",
"Previous" => "Vorige",
"Next" => "Volgende",
"Mute" => "Dempen",
"Unmute" => "Dempen uit",
"Rescan Collection" => "Collectie opnieuw scannen",
"Artist" => "Artiest",
"Album" => "Album",
"Title" => "Titel"
);