diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-01-04 15:14:57 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-01-04 15:14:57 +0100 |
commit | 76dfe0e1c5034e9dc1938b8bbe8b8c926b983cb1 (patch) | |
tree | ab20fe4b305eac4dc590657f2b279f8b9d091b59 | |
parent | 2be4553e152086cb657b7f4c103f65d35b64c092 (diff) | |
download | rpg-76dfe0e1c5034e9dc1938b8bbe8b8c926b983cb1.tar.gz rpg-76dfe0e1c5034e9dc1938b8bbe8b8c926b983cb1.tar.bz2 |
Dutch update
darcs-hash:20080104141457-7ad00-f2ffae5e2d53b6d3018e9a5ad85264b557626b53.gz
-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)'; |