xref: /template/wikiweko/lang/eu/settings.php (revision dbba3fd5d0de6350525ab4e6b6e68b8896a78a4e)
1e662c9c9SAndreas Haerter<?php
2e662c9c9SAndreas Haerter
3e662c9c9SAndreas Haerter/**
4e662c9c9SAndreas Haerter * Basque language for the Config Manager
5e662c9c9SAndreas Haerter *
6e662c9c9SAndreas Haerter * If your language is not/only partially translated or you found an error/typo,
7e662c9c9SAndreas Haerter * have a look at the following files:
8e662c9c9SAndreas Haerter * - "/lib/tpl/vector/lang/<your lang>/lang.php"
9e662c9c9SAndreas Haerter * - "/lib/tpl/vector/lang/<your lang>/settings.php"
10e662c9c9SAndreas Haerter * If they are not existing, copy and translate the English ones (hint: looking
11e662c9c9SAndreas Haerter * at <http://[your lang].wikipedia.org> might be helpful). And don't forget to
12*dbba3fd5SAndreas Haerter * mail the translation to us, SYN Systems <dokuwiki@dev.syn-systems.com>.
13*dbba3fd5SAndreas Haerter * Thanks :-D.
14e662c9c9SAndreas Haerter *
15e662c9c9SAndreas Haerter *
16e662c9c9SAndreas Haerter * LICENSE: This file is open source software (OSS) and may be copied under
17e662c9c9SAndreas Haerter *          certain conditions. See COPYING file for details or try to contact
18e662c9c9SAndreas Haerter *          the author(s) of this file in doubt.
19e662c9c9SAndreas Haerter *
20e662c9c9SAndreas Haerter * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
21e662c9c9SAndreas Haerter * @author ander
22e662c9c9SAndreas Haerter * @link http://www.dokuwiki.org/template:vector
23e662c9c9SAndreas Haerter * @link http://www.dokuwiki.org/config:lang
24e662c9c9SAndreas Haerter * @link http://www.dokuwiki.org/devel:configuration
25e662c9c9SAndreas Haerter */
26e662c9c9SAndreas Haerter
27e662c9c9SAndreas Haerter
28e662c9c9SAndreas Haerter//check if we are running within the DokuWiki environment
29e662c9c9SAndreas Haerterif (!defined("DOKU_INC")){
30e662c9c9SAndreas Haerter    die();
31e662c9c9SAndreas Haerter}
32e662c9c9SAndreas Haerter
33e662c9c9SAndreas Haerter//user pages
34e662c9c9SAndreas Haerter$lang["vector_userpage"]    = "Erabili erabiltzaile orrialdeak?";
35e662c9c9SAndreas Haerter$lang["vector_userpage_ns"] = "Bai bada, erabili hurrengo ':izenespazioa:' erabiltzaile orrialdeen erro bezala:";
36e662c9c9SAndreas Haerter
37e662c9c9SAndreas Haerter//discussion pages
38e662c9c9SAndreas Haerter$lang["vector_discuss"]    = "Erabili eztabaida fitxak/lekuak?";
39e662c9c9SAndreas Haerter$lang["vector_discuss_ns"] = "Bai bada, erabili hurrengo ':izenespazioa:' eztabaiden orrialdeen erro bezala:";
40e662c9c9SAndreas Haerter
41e662c9c9SAndreas Haerter//site notice
42e662c9c9SAndreas Haerter$lang["vector_sitenotice"]          = "Erakutsi lekuaren oharrak?";
43e662c9c9SAndreas Haerter$lang["vector_sitenotice_location"] = "Bai bada, erabili hurrengo wiki orrialdea lekuaren oharrenfako:";
44e662c9c9SAndreas Haerter
45e662c9c9SAndreas Haerter//navigation
46e662c9c9SAndreas Haerter$lang["vector_navigation"]          = "Erakutsi Nabigazioa?";
47e662c9c9SAndreas Haerter$lang["vector_navigation_location"] = "Bai bada, erabili hurrengo wiki orria nabigaziorako:";
48e662c9c9SAndreas Haerter
49e662c9c9SAndreas Haerter//exportbox ("print/export")
50e662c9c9SAndreas Haerter$lang["vector_exportbox"]          = "Erakutsi 'imprimatu/esportatu' koadroa?";
51e662c9c9SAndreas Haerter$lang["vector_exportbox_default"]  = "Bai bada, erabili lehenetsitako  'imprimatu/esportatu' koadroa?";
52e662c9c9SAndreas Haerter$lang["vector_exportbox_location"] = "Ez bada lehenetsia, erabili hurrengo orrialdea 'inprimatu/esportatu' koadroaren kokapen bezala:";
53e662c9c9SAndreas Haerter
54e662c9c9SAndreas Haerter//toolbox
55e662c9c9SAndreas Haerter$lang["vector_toolbox"]          = "Erakutsi tresna koadroa?";
56e662c9c9SAndreas Haerter$lang["vector_toolbox_default"]  = "Bai bada, lehenetsitako tresna koadroa erabili?";
57e662c9c9SAndreas Haerter$lang["vector_toolbox_location"] = "Ez bada lehenetsia, erabili hurrengo wiki orrialdea tresna koadroaren kokapen bezala:";
58e662c9c9SAndreas Haerter
59e662c9c9SAndreas Haerter//custom copyright notice
60e662c9c9SAndreas Haerter$lang["vector_copyright"]          = "Erakutsi copyright oharra?";
61e662c9c9SAndreas Haerter$lang["vector_copyright_default"]  = "Bai bada, erabili lehenetsitako copyright oharra?";
62e662c9c9SAndreas Haerter$lang["vector_copyright_location"] = "Ez bada lehenetsia, erabili hurrengo wiki orrialdea copyright oharrarendako:";
63e662c9c9SAndreas Haerter
64e662c9c9SAndreas Haerter//donation link/button
65e662c9c9SAndreas Haerter$lang["vector_donate"]          = "Erakutsi dohaintza lotura/botoia?";
66e662c9c9SAndreas Haerter$lang["vector_donate_url"]      = "Ez bada lehenetsia, erabili hurrengo URL-a dohaintzetarako:";
67e662c9c9SAndreas Haerter
68e662c9c9SAndreas Haerter//TOC
69e662c9c9SAndreas Haerter$lang["vector_toc_position"] = "Edukien taularen (TOC) posizioa";
70e662c9c9SAndreas Haerter
71e662c9c9SAndreas Haerter//other stuff
72e662c9c9SAndreas Haerter$lang["vector_breadcrumbs_position"]  = "Breadcrumb-aren posizioa nabigazioan (gaituta badago):";
73e662c9c9SAndreas Haerter$lang["vector_youarehere_position"]   = "'Hemen zaude'-ren posizioa nabigazioan (gaituta badago):";
74e662c9c9SAndreas Haerter$lang["vector_cite_author"]           = "Jarri autorearen izena 'Artikuluaren aipamenean':";
75e662c9c9SAndreas Haerter$lang["vector_loaduserjs"]            = "Kargatu 'vector/user/user.js'?";
76e662c9c9SAndreas Haerter$lang["vector_closedwiki"]            = "Wiki itxia (lotura/fitxa/koadro gehienak ezkutatuta daude erabiltzailea sartu arte)?";
77e662c9c9SAndreas Haerter
78