diff options
-rw-r--r-- | inc/lang/nl/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/acl/lang/nl/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/config/lang/nl/lang.php | 4 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/nl/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/revert/lang/nl/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/nl/lang.php | 1 |
6 files changed, 9 insertions, 0 deletions
diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php index cd4cc1cf0..d58413728 100644 --- a/inc/lang/nl/lang.php +++ b/inc/lang/nl/lang.php @@ -8,6 +8,7 @@ * @author Riny Heijdendael <riny@heijdendael.nl> * @author Koen Huybrechts <huybkoen@gmail.com> * @author Wouter Schoot <wouter@schoot.org> + * @author John de Graaff <john@de-graaff.net> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; diff --git a/lib/plugins/acl/lang/nl/lang.php b/lib/plugins/acl/lang/nl/lang.php index 64affdd82..ff8972ac8 100644 --- a/lib/plugins/acl/lang/nl/lang.php +++ b/lib/plugins/acl/lang/nl/lang.php @@ -8,6 +8,7 @@ * @author Riny Heijdendael <riny@heijdendael.nl> * @author Koen Huybrechts <huybkoen@gmail.com> * @author Wouter Schoot <wouter@schoot.org> + * @author John de Graaff <john@de-graaff.net> */ $lang['admin_acl'] = 'Toegangsrechten'; $lang['acl_group'] = 'Groep'; diff --git a/lib/plugins/config/lang/nl/lang.php b/lib/plugins/config/lang/nl/lang.php index 62a14906a..7a607da30 100644 --- a/lib/plugins/config/lang/nl/lang.php +++ b/lib/plugins/config/lang/nl/lang.php @@ -5,6 +5,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Pieter van der Meulen <pieter@vdmeulen.net> * @author Wouter Schoot <wouter@schoot.org> + * @author John de Graaff <john@de-graaff.net> */ $lang['menu'] = 'Configuratie instellingen'; $lang['error'] = 'De instellingen zijn niet aangebracht wegens een niet correcte waarde, kijk svp je wijzigingen na en sla dan opnieuw op.<br />Je kunt de incorrecte waarde herkennen aan de rode rand.'; @@ -151,3 +152,6 @@ $lang['rss_linkto_o_current'] = 'de huidige pagina'; $lang['compression_o_0'] = 'geen'; $lang['compression_o_gz'] = 'gzip'; $lang['compression_o_bz2'] = 'bz2'; +$lang['xsendfile_o_0'] = 'niet gebruiken'; +$lang['xsendfile_o_1'] = 'Eigen lighttpd kop (voor release 1.5)'; +$lang['xsendfile_o_2'] = 'Standaard X-Sendfile kop'; diff --git a/lib/plugins/plugin/lang/nl/lang.php b/lib/plugins/plugin/lang/nl/lang.php index 4b818b0b7..f19e90574 100644 --- a/lib/plugins/plugin/lang/nl/lang.php +++ b/lib/plugins/plugin/lang/nl/lang.php @@ -3,6 +3,7 @@ * Dutch language file * * @author Wouter Schoot <wouter@schoot.org> + * @author John de Graaff <john@de-graaff.net> */ $lang['menu'] = 'Plugins beheren'; $lang['download'] = 'Download en installeer een nieuwe plugin'; diff --git a/lib/plugins/revert/lang/nl/lang.php b/lib/plugins/revert/lang/nl/lang.php index e5690d288..27416187d 100644 --- a/lib/plugins/revert/lang/nl/lang.php +++ b/lib/plugins/revert/lang/nl/lang.php @@ -3,6 +3,7 @@ * Dutch language file * * @author Wouter Schoot <wouter@schoot.org> + * @author John de Graaff <john@de-graaff.net> */ $lang['menu'] = 'Herstel Manager'; $lang['filter'] = 'Zoek naar bekladde pagina\'s'; diff --git a/lib/plugins/usermanager/lang/nl/lang.php b/lib/plugins/usermanager/lang/nl/lang.php index 1d35214b9..97b09a1c0 100644 --- a/lib/plugins/usermanager/lang/nl/lang.php +++ b/lib/plugins/usermanager/lang/nl/lang.php @@ -3,6 +3,7 @@ * Dutch language file * * @author Wouter Schoot <wouter@schoot.org> + * @author John de Graaff <john@de-graaff.net> */ $lang['menu'] = 'Gebruikers Manager'; $lang['noauth'] = '(gebruikers authenticatie niet beschikbaar)'; |