nextcloud/apps/media/l10n/nl.php

14 lines
303 B
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
"Music" => "Muziek",
2012-01-11 04:06:59 +04:00
"Play" => "Afspelen",
"Pause" => "Pauzeer",
"Previous" => "Vorige",
"Next" => "Volgende",
"Mute" => "Dempen",
"Unmute" => "Dempen uit",
2011-08-18 13:46:49 +04:00
"Rescan Collection" => "Collectie opnieuw scannen",
"Artist" => "Artiest",
"Album" => "Album",
"Title" => "Titel"
);