From 1336841072ceafa32d5fcd03e7e6f45425c6899d Mon Sep 17 00:00:00 2001 From: Sjoerd <sjoerd@sjomar.eu> Date: Wed, 10 Aug 2016 12:02:29 +0200 Subject: [PATCH] translation update --- inc/lang/nl/lang.php | 6 +++--- lib/plugins/acl/lang/nl/lang.php | 2 +- lib/plugins/authad/lang/nl/lang.php | 2 +- lib/plugins/authad/lang/nl/settings.php | 5 ++++- lib/plugins/authldap/lang/nl/lang.php | 2 +- lib/plugins/authldap/lang/nl/settings.php | 2 +- lib/plugins/authmysql/lang/nl/lang.php | 2 +- lib/plugins/authmysql/lang/nl/settings.php | 2 +- lib/plugins/authpgsql/lang/nl/settings.php | 2 +- lib/plugins/authplain/lang/nl/lang.php | 4 +++- lib/plugins/config/lang/nl/lang.php | 1 - lib/plugins/popularity/lang/nl/lang.php | 2 +- lib/plugins/revert/lang/nl/lang.php | 2 +- lib/plugins/styling/lang/nl/lang.php | 2 +- lib/plugins/usermanager/lang/nl/lang.php | 2 +- lib/tpl/dokuwiki/lang/nl/lang.php | 2 +- 16 files changed, 22 insertions(+), 18 deletions(-) diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php index eb7ef09ad..5e797f21c 100644 --- a/inc/lang/nl/lang.php +++ b/inc/lang/nl/lang.php @@ -28,8 +28,8 @@ * @author Johan Wijnker <johan@wijnker.eu> * @author Hugo Smet <hugo.smet@scarlet.be> * @author Mark C. Prins <mprins@users.sf.net> - * @author hugo smet <hugo.smet@scarlet.be> * @author Wesley de Weerd <wesleytiel@gmail.com> + * @author Sjoerd <sjoerd@sjomar.eu> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; @@ -361,7 +361,7 @@ $lang['currentns'] = 'Huidige namespace'; $lang['searchresult'] = 'Zoekresultaat'; $lang['plainhtml'] = 'Alleen HTML'; $lang['wikimarkup'] = 'Wiki Opmaak'; -$lang['email_signature_text'] = 'Deze mail werd gegenereerd door DokuWiki op -@DOKUWIKIURL@'; $lang['page_nonexist_rev'] = 'Pagina bestaat niet bij %s. Het is vervolgens aangemaakt bij <a href="%s">%s</a>.'; $lang['unable_to_parse_date'] = 'Begrijp het niet bij parameter "%s".'; +$lang['email_signature_text'] = 'Deze mail werd gegenereerd door DokuWiki op +@DOKUWIKIURL@'; diff --git a/lib/plugins/acl/lang/nl/lang.php b/lib/plugins/acl/lang/nl/lang.php index a73d13344..e8b3b20dc 100644 --- a/lib/plugins/acl/lang/nl/lang.php +++ b/lib/plugins/acl/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author François Kooman <fkooman.tuxed.net> * @author Jack van Klaren <dokuwiki@afentoe.xs4all.nl> * @author Riny Heijdendael <riny@heijdendael.nl> diff --git a/lib/plugins/authad/lang/nl/lang.php b/lib/plugins/authad/lang/nl/lang.php index 4e873201f..1449b190d 100644 --- a/lib/plugins/authad/lang/nl/lang.php +++ b/lib/plugins/authad/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Rene <wllywlnt@yahoo.com> * @author Dion Nicolaas <dion@nicolaas.net> * @author Hugo Smet <hugo.smet@scarlet.be> diff --git a/lib/plugins/authad/lang/nl/settings.php b/lib/plugins/authad/lang/nl/settings.php index 591d72941..c0be12e79 100644 --- a/lib/plugins/authad/lang/nl/settings.php +++ b/lib/plugins/authad/lang/nl/settings.php @@ -2,9 +2,10 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Remon <no@email.local> * @author Gerrit Uitslag <klapinklapin@gmail.com> + * @author Sjoerd <sjoerd@sjomar.eu> */ $lang['account_suffix'] = 'Je account domeinnaam. Bijv <code>@mijn.domein.org</code>'; $lang['base_dn'] = 'Je basis DN. Bijv. <code>DC=mijn,DC=domein,DC=org</code>'; @@ -19,3 +20,5 @@ $lang['use_tls'] = 'TLS verbinding gebruiken? Zo ja, activeer dan $lang['debug'] = 'Aanvullende debug informatie tonen bij fouten?'; $lang['expirywarn'] = 'Waarschuwingstermijn voor vervallen wachtwoord. 0 om te deactiveren.'; $lang['additional'] = 'Een kommagescheiden lijst van extra AD attributen van de gebruiker. Wordt gebruikt door sommige plugins.'; +$lang['update_name'] = 'Sta gebruikers toe om hun getoonde AD naam bij te werken'; +$lang['update_mail'] = 'Sta gebruikers toe hun email adres bij te werken'; diff --git a/lib/plugins/authldap/lang/nl/lang.php b/lib/plugins/authldap/lang/nl/lang.php index 7cbec9baa..fab4870ca 100644 --- a/lib/plugins/authldap/lang/nl/lang.php +++ b/lib/plugins/authldap/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Hugo Smet <hugo.smet@scarlet.be> */ $lang['connectfail'] = 'LDAP kan niet connecteren: %s'; diff --git a/lib/plugins/authldap/lang/nl/settings.php b/lib/plugins/authldap/lang/nl/settings.php index 41fcce2cd..1f80b0251 100644 --- a/lib/plugins/authldap/lang/nl/settings.php +++ b/lib/plugins/authldap/lang/nl/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Gerrit Uitslag <klapinklapin@gmail.com> * @author Remon <no@email.local> * @author Johan Wijnker <johan@wijnker.eu> diff --git a/lib/plugins/authmysql/lang/nl/lang.php b/lib/plugins/authmysql/lang/nl/lang.php index 9a8cf3114..1f6d8af73 100644 --- a/lib/plugins/authmysql/lang/nl/lang.php +++ b/lib/plugins/authmysql/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Hugo Smet <hugo.smet@scarlet.be> */ $lang['connectfail'] = 'Connectie met de database mislukt.'; diff --git a/lib/plugins/authmysql/lang/nl/settings.php b/lib/plugins/authmysql/lang/nl/settings.php index 9848f2019..a4bab2dac 100644 --- a/lib/plugins/authmysql/lang/nl/settings.php +++ b/lib/plugins/authmysql/lang/nl/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Remon <no@email.local> */ $lang['server'] = 'De MySQL server'; diff --git a/lib/plugins/authpgsql/lang/nl/settings.php b/lib/plugins/authpgsql/lang/nl/settings.php index 3faa78705..7b4ec702c 100644 --- a/lib/plugins/authpgsql/lang/nl/settings.php +++ b/lib/plugins/authpgsql/lang/nl/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Remon <no@email.local> */ $lang['server'] = 'Je PostgreSQL server'; diff --git a/lib/plugins/authplain/lang/nl/lang.php b/lib/plugins/authplain/lang/nl/lang.php index 56ba2ab90..73130f684 100644 --- a/lib/plugins/authplain/lang/nl/lang.php +++ b/lib/plugins/authplain/lang/nl/lang.php @@ -2,9 +2,11 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Hugo Smet <hugo.smet@scarlet.be> + * @author Sjoerd <sjoerd@sjomar.eu> */ $lang['userexists'] = 'Er bestaat al een gebruiker met deze loginnaam.'; $lang['usernotexists'] = 'Sorry, deze gebruiker bestaat niet.'; $lang['writefail'] = 'Onmogelijk om de gebruikers data te wijzigen. Gelieve de Wiki-Admin te informeren.'; +$lang['protected'] = 'Gegevens van gebruiker %s is beschermd en kan niet worden veranderd of verwijderd'; diff --git a/lib/plugins/config/lang/nl/lang.php b/lib/plugins/config/lang/nl/lang.php index d173ea685..bdb670f11 100644 --- a/lib/plugins/config/lang/nl/lang.php +++ b/lib/plugins/config/lang/nl/lang.php @@ -17,7 +17,6 @@ * @author Ricardo Guijt <ricardoguijt@gmail.com> * @author Gerrit <klapinklapin@gmail.com> * @author Hugo Smet <hugo.smet@scarlet.be> - * @author hugo smet <hugo.smet@scarlet.be> */ $lang['menu'] = 'Configuratie-instellingen'; $lang['error'] = 'De instellingen zijn niet gewijzigd wegens een incorrecte waarde, kijk je wijzigingen na en sla dan opnieuw op.<br />Je kunt de incorrecte waarde(s) herkennen aan de rode rand.'; diff --git a/lib/plugins/popularity/lang/nl/lang.php b/lib/plugins/popularity/lang/nl/lang.php index 6ffa71e82..d7ec14da1 100644 --- a/lib/plugins/popularity/lang/nl/lang.php +++ b/lib/plugins/popularity/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Wouter Schoot <wouter@schoot.org> * @author Niels Schoot <niels.schoot@quintiq.com> * @author Dion Nicolaas <dion@nicolaas.net> diff --git a/lib/plugins/revert/lang/nl/lang.php b/lib/plugins/revert/lang/nl/lang.php index d04b96869..a91b50fd5 100644 --- a/lib/plugins/revert/lang/nl/lang.php +++ b/lib/plugins/revert/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Wouter Schoot <wouter@schoot.org> * @author John de Graaff <john@de-graaff.net> * @author Niels Schoot <niels.schoot@quintiq.com> diff --git a/lib/plugins/styling/lang/nl/lang.php b/lib/plugins/styling/lang/nl/lang.php index dd258051e..4775fa893 100644 --- a/lib/plugins/styling/lang/nl/lang.php +++ b/lib/plugins/styling/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Mark C. Prins <mprins@users.sf.net> * @author hugo smet <hugo.smet@scarlet.be> */ diff --git a/lib/plugins/usermanager/lang/nl/lang.php b/lib/plugins/usermanager/lang/nl/lang.php index ea85d0f7b..8233d8663 100644 --- a/lib/plugins/usermanager/lang/nl/lang.php +++ b/lib/plugins/usermanager/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Wouter Schoot <wouter@schoot.org> * @author John de Graaff <john@de-graaff.net> * @author Niels Schoot <niels.schoot@quintiq.com> diff --git a/lib/tpl/dokuwiki/lang/nl/lang.php b/lib/tpl/dokuwiki/lang/nl/lang.php index cb84fd82a..5d3e9e940 100644 --- a/lib/tpl/dokuwiki/lang/nl/lang.php +++ b/lib/tpl/dokuwiki/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author hugo smet <hugo.smet@scarlet.be> */ $lang['__background_site__'] = 'Kleur voor de onderste ondergrond (achter de inhoud kader)'; -- GitLab