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