Initial commit
This commit is contained in:
10
content/lib/plugins/authpdo/lang/nl/lang.php
Normal file
10
content/lib/plugins/authpdo/lang/nl/lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hugo Smet <hugo.smet@scarlet.be>
|
||||
*/
|
||||
$lang['connectfail'] = 'Connectie met de database mislukt.';
|
||||
$lang['userexists'] = 'Sorry, een gebruiker met deze login bestaat reeds.';
|
||||
$lang['writefail'] = 'Onmogelijk om de gebruikers data te wijzigen. Gelieve de Wiki-Admin te informeren.';
|
Reference in New Issue
Block a user