Blame view

sources/apps/media/l10n/nl.php 522 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  <?php $TRANSLATIONS = array(
  "Music" => "Muziek",
  "songs" => "Nummers",
  "albums" => "Albums",
  "Add to playlist" => "Voeg aan de afspeellijst toe",
  "Add album to playlist" => "Voeg album toe aan afspeellijst",
  "Play" => "Afspelen",
  "Pause" => "Pauzeer",
  "Previous" => "Vorige",
  "Next" => "Volgende",
  "Mute" => "Dempen",
  "Unmute" => "Dempen uit",
  "Rescan Collection" => "Collectie opnieuw scannen",
  "Artist" => "Artiest",
  "Album" => "Album",
  "Title" => "Titel",
  "Media" => "Media",
  "Ampache address:" => "Ampache adres:"
  );