diff --git a/CREDITS b/CREDITS index e568e6a..b2e9dd8 100644 --- a/CREDITS +++ b/CREDITS @@ -43,3 +43,9 @@ Myeongjin contributed the Korean language files. + + + VII. Hugo Smet + + Hugo Smet contributed the Dutch language files. + diff --git a/lang/nl/.htaccess b/lang/nl/.htaccess new file mode 100644 index 0000000..0ce2f18 --- /dev/null +++ b/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 diff --git a/lang/nl/index.html b/lang/nl/index.html new file mode 100644 index 0000000..0a6fd58 --- /dev/null +++ b/lang/nl/index.html @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/lang/nl/lang.php b/lang/nl/lang.php new file mode 100644 index 0000000..37b916a --- /dev/null +++ b/lang/nl/lang.php @@ -0,0 +1,54 @@ +/lang.php" + * - "/lib/tpl/mnml-blog/lang//settings.php" + * If they are not existing, copy and translate the English ones. + * + * Don't forget to mail your translation to + * Andreas Haerter + * 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"; + diff --git a/lang/nl/settings.php b/lang/nl/settings.php new file mode 100644 index 0000000..7a59d99 --- /dev/null +++ b/lang/nl/settings.php @@ -0,0 +1,58 @@ +/lang.php" + * - "/lib/tpl/mnml-blog/lang//settings.php" + * If they are not existing, copy and translate the English ones. + * + * Don't forget to mail your translation to + * Andreas Haerter + * 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'?"; +