Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add Dutch language files
- Loading branch information
1 parent
b27d8d2
commit f2455b8
Showing
5 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,9 @@ | |
|
||
Myeongjin contributed the Korean language files. | ||
|
||
|
||
|
||
VII. Hugo Smet | ||
|
||
Hugo Smet contributed the Dutch language files. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 '<blog newform>' 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'?"; | ||
|