はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#Note: If this file prevents running vector 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
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<title></title>
</head>
<body>
<!-- prevent directory browsing -->
</body>
</html>
+106
View File
@@ -0,0 +1,106 @@
<?php
/**
* Dutch language for the "vector" DokuWiki template
* by Theo Klein (14/06/2010)
*
* If your language is not/only partially translated or you found an error/typo,
* have a look at the following files:
* - /lib/tpl/vector/lang/<your lang>/lang.php
* - /lib/tpl/vector/lang/<your lang>/settings.php
* If they are not existing, copy and translate the English ones (hint: looking
* at <http://[your lang].wikipedia.org> might be helpful).
*
* Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
* 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 Theo Klein
* @link https://www.dokuwiki.org/template:vector
* @link https://www.dokuwiki.org/config:lang
* @link https://www.dokuwiki.org/devel:configuration
*/
//check if we are running within the DokuWiki environment
if (!defined("DOKU_INC")){
die();
}
//tabs, personal tools and special links
$lang["vector_article"] = "Artikel";
$lang["vector_discussion"] = "Overleg";
$lang["vector_read"] = "Lezen";
$lang["vector_edit"] = "Bewerken";
$lang["vector_create"] = "Aanmaken";
$lang["vector_userpage"] = "Gebruikers Pagina";
$lang["vector_specialpage"] = "Speciale Pagina's";
$lang["vector_mytalk"] = "Mijn overleg";
$lang["vector_exportodt"] = "Downloaden als ODT";
$lang["vector_exportpdf"] = "Downloaden als PDF";
$lang["vector_subscribens"] = "Inschrijven folderwijzigingen"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs
$lang["vector_unsubscribens"] = "Uitschrijven folderwijzigingen"; //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs
$lang["vector_translations"] = "Talen";
//headlines for the different bars and boxes
$lang["vector_navigation"] = "Navigatie";
$lang["vector_toolbox"] = "Hulpmiddelen";
$lang["vector_exportbox"] = "Afdrukken/exporteren";
$lang["vector_inotherlanguages"] = "In andere talen";
$lang["vector_printexport"] = "Print/exporteer";
$lang["vector_personnaltools"] = "Persoonlijke hulpmiddelen";
//buttons
$lang["vector_btn_go"] = "Ga naar";
$lang["vector_btn_search"] = "Zoek";
$lang["vector_btn_search_title"] = "Zoek naar deze tekst";
//exportbox ("print/export")
$lang["vector_exportbxdef_print"] = "Printbare versie";
$lang["vector_exportbxdef_downloadodt"] = "Download als ODT";
$lang["vector_exportbxdef_downloadpdf"] = "Download als PDF";
//default toolbox
$lang["vector_toolbxdef_whatlinkshere"] = "Links naar deze pagina";
$lang["vector_toolbxdef_siteindex"] = "Site index";
$lang["vector_toolbxdef_upload"] = "Upload bestand";
$lang["vector_toolboxdef_permanent"] = "Permanente verwijzing";
$lang["vector_toolboxdef_cite"] = "Deze pagina citeren";
//cite this article
$lang["vector_cite_bibdetailsfor"] = "Bibliografische details voor";
$lang["vector_cite_pagename"] = "Paginanaam";
$lang["vector_cite_author"] = "Auteur";
$lang["vector_cite_publisher"] = "Uitgever";
$lang["vector_cite_dateofrev"] = "Datum van deze revisie";
$lang["vector_cite_dateretrieved"] = "Opgehaald op";
$lang["vector_cite_permurl"] = "Permanente URL";
$lang["vector_cite_pageversionid"] = "Pagina Versie ID";
$lang["vector_cite_citationstyles"] = "Stylen om te verwijzen naar";
$lang["vector_cite_checkstandards"] = "Vergeet niet uw eigen normen of richtlijnen te controleren voor de exacte zinsbouw die voldoet aan uw behoeften.";
$lang["vector_cite_latexusepackagehint"] = "Bij gebruik van URLs in het LaTeX-pakket geeft deze methode veel mooiere opgemaakte webadressen, hint: zoek naar '\usepackage {url} ' in de handleiding'";
$lang["vector_cite_retrieved"] = "Opgehaald op";
$lang["vector_cite_from"] = "van";
$lang["vector_cite_in"] = "In";
$lang["vector_cite_accessed"] = "Op";
$lang["vector_cite_cited"] = "Geciteerd";
$lang["vector_cite_lastvisited"] = "Laatst bezocht op";
$lang["vector_cite_availableat"] = "Beschikbaar op";
$lang["vector_cite_discussionpages"] = "DokuWiki overlegpagina's";
$lang["vector_cite_markup"] = "Opmaak";
$lang["vector_cite_result"] = "Resultaat";
$lang["vector_cite_thisversion"] = "deze versie";
//other
$lang["vector_search"] = "Zoek";
$lang["vector_accessdenied"] = "Toegang gewijgerd";
$lang["vector_fillplaceholder"] = "Vul dit veld in";
$lang["vector_donate"] = "Doneer";
$lang["vector_mdtemplatefordw"] = "vector template voor DokuWiki";
$lang["vector_recentchanges"] = "Recent gewijzigd";
+73
View File
@@ -0,0 +1,73 @@
<?php
/**
* Dutch language for the Config Manager
* by Theo Klein (14/06/2010)
*
* If your language is not/only partially translated or you found an error/typo,
* have a look at the following files:
* - /lib/tpl/vector/lang/<your lang>/lang.php
* - /lib/tpl/vector/lang/<your lang>/settings.php
* If they are not existing, copy and translate the English ones (hint: looking
* at <http://[your lang].wikipedia.org> might be helpful).
*
* Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
* 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 Theo Klein
* @link https://www.dokuwiki.org/template:vector
* @link https://www.dokuwiki.org/config:lang
* @link https://www.dokuwiki.org/devel:configuration
*/
//check if we are running within the DokuWiki environment
if (!defined("DOKU_INC")){
die();
}
//discussion pages
$lang["vector_discuss"] = "Gebruik discussie pagina's en tabs?";
$lang["vector_discuss_ns"] = "Indien ja, gebruik de volgende ':namespace:' als root voor discussies:";
//site notice
$lang["vector_sitenotice"] = "Toon notificatie door de gehele site?";
$lang["vector_sitenotice_location"] = "Indien ja, gebruik de volgende wiki pagina als notificatie:";
//navigation
$lang["vector_navigation"] = "Toon navigatie?";
$lang["vector_navigation_location"] = "Indien ja, gebruik de volgende wiki pagina als navigatie:";
//exportbox ("print/export")
$lang["vector_exportbox"] = "Toon 'Afdrukken/exporteren' box?";
$lang["vector_exportbox_default"] = "Indien ja, gebruik de standaard 'Afdrukken/exporteren' box?";
$lang["vector_exportbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'Afdrukken/exporteren' box locatie:";
//toolbox
$lang["vector_toolbox"] = "Toon hulpmiddelen?";
$lang["vector_toolbox_default"] = "Indien ja, gebruik de standaard hulpmiddelen?";
$lang["vector_toolbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'hulpmiddelen' locatie:";
//custom copyright notice
$lang["vector_copyright"] = "Toon copyright notificatie?";
$lang["vector_copyright_default"] = "Indien ja, gebruik de standaard copyright notificatie?";
$lang["vector_copyright_location"] = "Wanneer de standaard niet gebruikt wordt, gebruik de volgende wiki pagina als copyright notificatie:";
//donation link/button
$lang["vector_donate"] = "Toon donatie button?";
$lang["vector_donate_url"] = "Gebruik de volgende URL voor donaties:";
//TOC
$lang["vector_toc_position"] = "Positionering van de inhoudopgave";
//other stuff
$lang["vector_breadcrumbs_position"] = "Positie van broodkruimel navigatie (indien ingeschakeld):";
$lang["vector_youarehere_position"] = "Positie van 'U bent hier' navigatie (indien ingeschakeld):";
$lang["vector_cite_author"] = "Naam van de auteur in 'Citeer dit artikel':";
$lang["vector_loaduserjs"] = "Laad 'vector/user/user.js'?";
View File