Blame view

sources/apps/admin_migrate/l10n/nl.php 505 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?php $TRANSLATIONS = array(
  "Export this ownCloud instance" => "Exporteer deze ownCloud instantie",
  "This will create a compressed file that contains the data of this owncloud instance." => "Dit zal een gecomprimeerd bestand aanmaken dat de gegevens bevat van deze ownCloud instantie.",
  "Please choose the export type:" => "Kies het type waarnaar u wilt exporteren:",
  "ownCloud system files" => "ownCloud systeem bestanden",
  "Just user files" => "Alleen gebruikers bestanden",
  "Export" => "Exporteer"
  );