diff options
author | Wouter Schoot <wouter@schoot.org> | 2009-01-27 16:40:43 +0100 |
---|---|---|
committer | Wouter Schoot <wouter@schoot.org> | 2009-01-27 16:40:43 +0100 |
commit | cf9c7925cf1090ac27214767636a4ce40d99cf65 (patch) | |
tree | caa456c2383ad71864fc3eed6f91c19e02cf1443 /inc | |
parent | ff9bc2cd09433e6371e56d2d70bb7a03fe5111e5 (diff) | |
download | rpg-cf9c7925cf1090ac27214767636a4ce40d99cf65.tar.gz rpg-cf9c7925cf1090ac27214767636a4ce40d99cf65.tar.bz2 |
Dutch language update
Ignore-this: 25e0dc33f99cc4b0d02627976ded5bac
darcs-hash:20090127154043-a6b47-0c00c648b245221a64dba0a16130af5dbcb6a23f.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/nl/lang.php | 2 |
1 files changed, 2 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:'; |