1<?php
2
3/**
4 * English language for the "mnml-blog" DokuWiki template
5 *
6 * If your language is not/only partially translated or you found an error/typo,
7 * have a look at the following files:
8 * - /lib/tpl/mnml-blog/lang/<your lang>/lang.php
9 * - /lib/tpl/mnml-blog/lang/<your lang>/settings.php
10 * If they are not existing, copy and translate the English ones.
11 *
12 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
13 * Thanks! :-D
14 *
15 *
16 * LICENSE: This file is open source software (OSS) and may be copied under
17 *          certain conditions. See COPYING file for details or try to contact
18 *          the author(s) of this file in doubt.
19 *
20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
21 * @author ARSAVA <dokuwiki@dev.arsava.com>
22 * @link https://www.dokuwiki.org/template:mnml-blog
23 * @link https://www.dokuwiki.org/config:lang
24 * @link https://www.dokuwiki.org/devel:configuration
25 */
26
27
28//check if we are running within the DokuWiki environment
29if (!defined("DOKU_INC")){
30    die();
31}
32
33//links (not all are used by default but may be useful for /user/boxes.php)
34$lang["mnmlblog_lnk_print"] = "Printable version";
35$lang["mnmlblog_lnk_permrev"] = "Permanent link";
36$lang["mnmlblog_lnk_whatlinkshere"] = "What links here";
37$lang["mnmlblog_lnk_siteindex"] = "Site index";
38$lang["mnmlblog_lnk_upload"] = "Upload file";
39$lang["mnmlblog_lnk_newposting"] = "New posting";
40
41//qr code box
42$lang["mnmlblog_qrcodebox_qrcode"] = "QR Code: URL of current page";
43$lang["mnmlblog_qrcodebox_genforcurrentpage"] = "generated for current page";
44$lang["mnmlblog_qrcodebox_urlofcurrentpage"] = "Current page as QR Code (scan for easy mobile access)";
45
46//other
47$lang["mnmlblog_search"] = "Search";
48$lang["mnmlblog_accessdenied"] = "Access denied";
49$lang["mnmlblog_fillplaceholder"] = "Please fill or disable this placeholder";
50$lang["mnmlblog_donate"] = "Donate";
51$lang["mnmlblog_mdtemplatefordw"] = "mnml-blog template for DokuWiki";
52$lang["mnmlblog_recentchanges"] = "Recent changes";
53
54