Skip to content

Commit

Permalink
Add Dutch language files
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashaerter committed Nov 17, 2013
1 parent b27d8d2 commit f2455b8
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CREDITS
Expand Up @@ -43,3 +43,9 @@


Myeongjin contributed the Korean language files. Myeongjin contributed the Korean language files.




VII. Hugo Smet

Hugo Smet contributed the Dutch language files.

7 changes: 7 additions & 0 deletions lang/nl/.htaccess
@@ -0,0 +1,7 @@
#Note: If this file prevents running mnml-blog in your environment, simply delete
# it. Everything should be safe even if the files blocked by the following
# Apache rules are accessible.
# The reason for protecting these files is to to keep searchengines/foo
# away from indexing files containing version information, names and/or not
# necessarily public template parts by default.
Deny from all
9 changes: 9 additions & 0 deletions lang/nl/index.html
@@ -0,0 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<title></title>
</head>
<body>
<!-- prevent directory browsing -->
</body>
</html>
54 changes: 54 additions & 0 deletions lang/nl/lang.php
@@ -0,0 +1,54 @@
<?php

/**
* Dutch language for the "mnml-blog" DokuWiki template
*
* If your language is not/only partially translated or you found an error/typo,
* have a look at the following files:
* - "/lib/tpl/mnml-blog/lang/<your lang>/lang.php"
* - "/lib/tpl/mnml-blog/lang/<your lang>/settings.php"
* If they are not existing, copy and translate the English ones.
*
* Don't forget to mail your translation to
* Andreas Haerter <development@andreas-haerter.com>
* Thanks :-D.
*
*
* LICENSE: This file is open source software (OSS) and may be copied under
* certain conditions. See COPYING file for details or try to contact
* the author(s) of this file in doubt.
*
* @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
* @author Hugo Smet
* @link http://www.dokuwiki.org/template:mnml-blog
* @link http://www.dokuwiki.org/config:lang
* @link http://www.dokuwiki.org/devel:configuration
*/


//check if we are running within the DokuWiki environment
if (!defined("DOKU_INC")){
die();
}

//links (not all are used by default but may be useful for /user/boxes.php)
$lang["mnmlblog_lnk_print"] = "Printversie";
$lang["mnmlblog_lnk_permrev"] = "Permanent link";
$lang["mnmlblog_lnk_whatlinkshere"] = "What links here";
$lang["mnmlblog_lnk_siteindex"] = "Site index";
$lang["mnmlblog_lnk_upload"] = "Bestand opladen";
$lang["mnmlblog_lnk_newposting"] = "Nieuwe blog";

//qr code box
$lang["mnmlblog_qrcodebox_qrcode"] = "QR Code: URL van huidige pagina";
$lang["mnmlblog_qrcodebox_genforcurrentpage"] = "gegenereerd voor huidige pagina";
$lang["mnmlblog_qrcodebox_urlofcurrentpage"] = "Huidige pagina als QR Code (scannen voor makkelijke toegang op mobieltjes)";

//other
$lang["mnmlblog_search"] = "Zoek";
$lang["mnmlblog_accessdenied"] = "Toegang geweigerd";
$lang["mnmlblog_fillplaceholder"] = "Geef waarde voor deze variabele of schakel deze uit";
$lang["mnmlblog_donate"] = "Gift";
$lang["mnmlblog_mdtemplatefordw"] = "mnml-blog sjabloon voor DokuWiki";
$lang["mnmlblog_recentchanges"] = "Recente wijzigingen";

58 changes: 58 additions & 0 deletions lang/nl/settings.php
@@ -0,0 +1,58 @@
<?php

/**
* Dutch language for the Config Manager
*
* If your language is not/only partially translated or you found an error/typo,
* have a look at the following files:
* - "/lib/tpl/mnml-blog/lang/<your lang>/lang.php"
* - "/lib/tpl/mnml-blog/lang/<your lang>/settings.php"
* If they are not existing, copy and translate the English ones.
*
* Don't forget to mail your translation to
* Andreas Haerter <development@andreas-haerter.com>
* Thanks :-D.
*
*
* LICENSE: This file is open source software (OSS) and may be copied under
* certain conditions. See COPYING file for details or try to contact
* the author(s) of this file in doubt.
*
* @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
* @author Hugo Smet
* @link http://www.dokuwiki.org/template:mnml-blog
* @link http://www.dokuwiki.org/config:lang
* @link http://www.dokuwiki.org/devel:configuration
*/


//check if we are running within the DokuWiki environment
if (!defined("DOKU_INC")){
die();
}

//header navigation
$lang["mnmlblog_headernav"] = "Toon selectiebalk in hoofding?";
$lang["mnmlblog_headernav_location"] = "Indien ja, gebruik volgende wiki pagina als hoofding selectiebalk:";

//sidebar navigation
$lang["mnmlblog_sidebarnav"] = "Toon selectiebalk langs de zijkant?";
$lang["mnmlblog_sidebarnav_location"] = "Indien ja, gebruik volgende wiki pagina als selectiebalk aan de zijkant:";

//custom copyright notice
$lang["mnmlblog_copyright"] = "Copyright tonen?";
$lang["mnmlblog_copyright_default"] = "Indien ja, gebruik de verstek waarde voor de copyright?";
$lang["mnmlblog_copyright_location"] = "Indien niet, gebruik volgende wiki pagina als copyright:";

//search form
$lang["mnmlblog_search"] = "Zoek functie tonen?";
$lang["mnmlblog_search_pos"] = "Indien ja, welke positie";

//qr code box
$lang["mnmlblog_qrcodebox"] = "Toon QR Code van de URL van de huidige wiki pagina (om makkelijk URL op mobieltje te activeren)?";

//other stuff
$lang["mnmlblog_newpostform_location"] = "Gebruik volgende wiki pagina voor '&lt;blog newform&gt;' formulier:";
$lang["mnmlblog_hideadminlinksfromanon"] = "Verberg alle admin en gebruikers functionaliteit indien de gebruiker niet geauthenticeerd is? Weet dat je het login scherm manueel moet oproepen indien dit actief is (hint: '".DOKU_URL.DOKU_SCRIPT."?do=login').";
$lang["mnmlblog_loaduserjs"] = "Laad 'mnml-blog/user/user.js'?";

0 comments on commit f2455b8

Please sign in to comment.