diff options
author | keeshessels <keeshessels@piwigo.org> | 2010-05-03 18:05:59 +0000 |
---|---|---|
committer | keeshessels <keeshessels@piwigo.org> | 2010-05-03 18:05:59 +0000 |
commit | 3be918de4da10a6a92507604d7c0063dddc6e8b5 (patch) | |
tree | 1f051ce6c8533e168aa74bb04b3ec6b4b62eb954 | |
parent | a3f7bac7a6405a66ee8d31100157a8bfb24c893d (diff) |
A few nl_NL updates
git-svn-id: http://piwigo.org/svn/trunk@6055 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/nl_NL/install.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/nl_NL/install.lang.php b/language/nl_NL/install.lang.php index 03173d8b6..3e4d9a3d4 100644 --- a/language/nl_NL/install.lang.php +++ b/language/nl_NL/install.lang.php @@ -52,7 +52,7 @@ $lang['Webmaster password'] = 'Wachtwoord webbeheerder'; $lang['Keep it confidential, it enables you to access administration panel'] = 'Hou dit vertrouwlijk, het geeft toegang tot de beheermodule'; $lang['Password [confirm]'] = 'Bevestig wachtwoord'; $lang['verification'] = 'verificatie'; -$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Hulp nodig ? stel uw vraag op het <a href="%s" target="_blank">Piwigo forum</a>.'; +$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Hulp nodig ? Stel uw vraag op het <a href="%s" target="_blank">Piwigo forum</a>.'; $lang['Webmaster mail address'] = 'Email-adres van de webbeheerder'; $lang['Visitors will be able to contact site administrator with this mail'] = 'Met dit email-adres kunnen bezoekers contact opnemen met de beheerder'; $lang['Database type'] = 'Database type'; |