summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/lang/nl/lang.php2
-rw-r--r--lib/plugins/config/lang/nl/lang.php1
2 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php
index 860c5abd1..371a49fd5 100644
--- a/inc/lang/nl/lang.php
+++ b/inc/lang/nl/lang.php
@@ -108,6 +108,7 @@ $lang['uploadexist'] = 'Bestand bestaat reeds. Er is niets gewijzigd.'
$lang['uploadbadcontent'] = 'Het geüploade bestand heeft niet de bestandsextensie %s.';
$lang['uploadspam'] = 'De upload is geblokkeerd door de spam blacklist.';
$lang['uploadxss'] = 'De upload is geblokkeerd wegens mogelijk onveilige inhoud.';
+$lang['uploadsize'] = 'Het geüploade bestand is te groot. (max. %s)';
$lang['deletesucc'] = 'Het bestand "%s" is verwijderd.';
$lang['deletefail'] = '"%s" kan niet worden verwijderd - controleer permissies.';
$lang['mediainuse'] = 'Het bestand "%s" is niet verwijderd - het is nog in gebruik.';
@@ -143,6 +144,7 @@ $lang['created'] = 'aangemaakt';
$lang['restored'] = 'oude revisie hersteld';
$lang['external_edit'] = 'Externe bewerking';
$lang['summary'] = 'Samenvatting wijziging';
+$lang['noflash'] = 'De <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is vereist om de pagina te kunnen weergeven.';
$lang['mail_newpage'] = 'pagina toegevoegd:';
$lang['mail_changed'] = 'pagina aangepast:';
$lang['mail_new_user'] = 'nieuwe gebruiker:';
diff --git a/lib/plugins/config/lang/nl/lang.php b/lib/plugins/config/lang/nl/lang.php
index bd35739d1..0882f5f6c 100644
--- a/lib/plugins/config/lang/nl/lang.php
+++ b/lib/plugins/config/lang/nl/lang.php
@@ -53,6 +53,7 @@ $lang['phpok'] = 'Embedded PHP toestaan';
$lang['dformat'] = 'Datum formaat (zie de PHP <a href="http://www.php.net/strftime">strftime</a> functie)';
$lang['signature'] = 'Ondertekening';
$lang['toptoclevel'] = 'Bovenste niveau voor inhoudsopgave';
+$lang['tocminheads'] = 'Minimum aantal koppen dat bepaald of een index gemaakt wordt';
$lang['maxtoclevel'] = 'Laagste niveau voor inhoudsopgave';
$lang['maxseclevel'] = 'Laagste sectiewijzigingsniveau';
$lang['camelcase'] = 'CamelCase gebruiken voor links';