1<?php
2
3/**
4 * Esperanto language for the "monobook" 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/monobook/lang/<your lang>/lang.php
9 * - /lib/tpl/monobook/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 Aleksej Kuznecov <ka2pink@gmail.com>
22 * @link https://www.dokuwiki.org/template:monobook
23 * @link https://www.dokuwiki.org/config:lang
24 * @link https://www.dokuwiki.org/devel:configuration
25 */
26
27//Language constant, for the monobook DokuWiki template  :
28
29//check if we are running within the DokuWiki environment
30if (!defined("DOKU_INC")){
31    die();
32}
33
34//tabs
35$lang["monobook_tab_article"] = "Artikolo";
36$lang["monobook_tab_discussion"] = "Diskutejo";
37$lang["monobook_tab_userpage"] = "Uzantopaĝo";
38$lang["monobook_tab_specialpage"] = "Specialaj paĝoj";
39$lang["monobook_tab_mytalk"] = "Mia diskutejo";
40$lang["monobook_tab_exportodt"] = "Eksport: ODT";
41$lang["monobook_tab_exportpdf"] = "Eksport: PDF";
42
43//Constants for the search toolbar
44$lang['monobook_bar_views'] = 'Views';
45$lang['monobook_bar_personnaltools'] = 'Personalaj iloj';
46$lang['monobook_bar_navigation'] = 'Navigado';
47$lang['monobook_bar_toolbox'] = 'Ilaro';
48$lang['monobook_bar_inotherlanguages'] = 'En aliaj lingvoj';
49$lang['monobook_bar_search'] = 'Serĉo';
50
51//buttons
52$lang['monobook_btn_go'] = 'Ek!';
53$lang['monobook_btn_search'] = 'Serĉo';
54
55//default toolbox
56$lang["monobook_toolbxdef_whatlinkshere"] = "Ligoj tien";
57$lang["monobook_toolbxdef_upload"] = "Ŝarĝi dosieron";
58$lang["monobook_toolbxdef_siteindex"] = "Indekso";
59$lang["monobook_toolbxdef_print"] = "Printebla versio";
60$lang["monobook_toolboxdef_permanent"] = "Rekta ligo";
61$lang["monobook_toolboxdef_cite"] = "Citi tiun artikolon";
62
63//other
64$lang["monobook_accessdenied"] = "Aliro malpermesita";
65$lang["monobook_fillplaceholder"] = "Bonvolu plenigi tiun kampon";
66$lang["monobook_donate"] = "Donaci";
67$lang["monobook_mdtemplatefordw"] = "ŝablono monobook por DokuWiki";
68$lang["monobook_recentchanges"] = "Lastaj ŝanĝoj";
69
70