From cf9c7925cf1090ac27214767636a4ce40d99cf65 Mon Sep 17 00:00:00 2001 From: Wouter Schoot <wouter@schoot.org> Date: Tue, 27 Jan 2009 16:40:43 +0100 Subject: [PATCH] Dutch language update Ignore-this: 25e0dc33f99cc4b0d02627976ded5bac darcs-hash:20090127154043-a6b47-0c00c648b245221a64dba0a16130af5dbcb6a23f.gz --- inc/lang/nl/lang.php | 2 ++ lib/plugins/config/lang/nl/lang.php | 1 + 2 files changed, 3 insertions(+) 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'; -- GitLab