Skip to content

Commit

Permalink
Merge pull request #9 from dokuwiki-translate/lang_update_237
Browse files Browse the repository at this point in the history
Translation update (nl)
  • Loading branch information
samwilson committed Aug 20, 2013
2 parents f14ce98 + 687370b commit ee852db
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lang/nl/lang.php
@@ -0,0 +1,10 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hugo Smet <hugo.smet@scarlet.be>
*/
$lang['namespaceRoot'] = 'Root';
$lang['okbutton'] = 'Pagina toevoegen';
$lang['nooption'] = 'U heeft geen rechten om pagina\'s toe te voegen';
11 changes: 11 additions & 0 deletions lang/nl/settings.php
@@ -0,0 +1,11 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hugo Smet <hugo.smet@scarlet.be>
*/
$lang['addpage_exclude'] = 'Uitgesloten naamruimte\'s (gescheiden door ;)';
$lang['addpage_showroot'] = 'Toon root naamruimte';
$lang['addpage_hide'] = 'Bij gebruik van {{NEWPAGE>[ns]}} syntax: Verberg naamruimte selectie (niet aangevinkt: toon enkel sub naamruimte\'s)';
$lang['addpage_hideACL'] = 'Verberg {{NEWPAGE}} wanneer de gebruiker geen rechten heeft om pagina\'s toe te voegen (toon melding wanneer niet aangevinkt)';

0 comments on commit ee852db

Please sign in to comment.