summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/nl.php
blob: ec7551d9596e338db99952ab13d04e5d6baf50cc (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Kon niet terugdraaien: %s",
"Versions" => "Versies",
"Failed to revert {file} to revision {timestamp}." => "Kon {file} niet terugdraaien naar revisie {timestamp}.",
"More versions..." => "Meer versies...",
"No other versions available" => "Geen andere versies beschikbaar",
"Restore" => "Herstellen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";