はじまりの大地

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>
+105
View File
@@ -0,0 +1,105 @@
<?php
/**
* French language for the "vector" DokuWiki template
*
* 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 Julien Revault d'Allonnes <jrevault@gmail.com>
* @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"] = "Article";
$lang["vector_discussion"] = "Discussion";
$lang["vector_read"] = "Lire";
$lang["vector_edit"] = "Editer";
$lang["vector_create"] = "Créer";
$lang["vector_userpage"] = "Page utilisateur";
$lang["vector_specialpage"] = "Page spéciales";
$lang["vector_mytalk"] = "Mes discussions";
$lang["vector_exportodt"] = "Exporter : ODT";
$lang["vector_exportpdf"] = "Exporter : PDF";
$lang["vector_subscribens"] = "Souscrire modif NS"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs
$lang["vector_unsubscribens"] = "Désouscrire modif NS"; //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs
$lang["vector_translations"] = "Langages";
//headlines for the different bars and boxes
$lang["vector_navigation"] = "Navigation";
$lang["vector_toolbox"] = "Outils";
$lang["vector_exportbox"] = "Imprimer/exporter";
$lang["vector_inotherlanguages"] = "Langages";
$lang["vector_printexport"] = "Imprimer/exporter";
$lang["vector_personnaltools"] = "Outils personels";
//buttons
$lang["vector_btn_go"] = "Go";
$lang["vector_btn_search"] = "Recherche";
$lang["vector_btn_search_title"] = "Rechercher ce texte";
//exportbox ("print/export")
$lang["vector_exportbxdef_print"] = "Version imprimable";
$lang["vector_exportbxdef_downloadodt"] = "Télécharger en ODT";
$lang["vector_exportbxdef_downloadpdf"] = "Télécharger en PDF";
//default toolbox
$lang["vector_toolbxdef_whatlinkshere"] = "Page amont liées";
$lang["vector_toolbxdef_upload"] = "Envoyer un fichier";
$lang["vector_toolbxdef_siteindex"] = "Site index";
$lang["vector_toolboxdef_permanent"] = "Lien permanent";
$lang["vector_toolboxdef_cite"] = "Citer cette page";
//cite this article
$lang["vector_cite_bibdetailsfor"] = "Détail bibliographique pour";
$lang["vector_cite_pagename"] = "Nom de page";
$lang["vector_cite_author"] = "Auteur";
$lang["vector_cite_publisher"] = "Publieur";
$lang["vector_cite_dateofrev"] = "Date de revision";
$lang["vector_cite_dateretrieved"] = "Date récupérée";
$lang["vector_cite_permurl"] = "URL permanente";
$lang["vector_cite_pageversionid"] = "Version ID de la page";
$lang["vector_cite_citationstyles"] = "Style de citation pour";
$lang["vector_cite_checkstandards"] = "Veuillez vérifier dans un manuel, un guide standards ou avec un instructeur pour la syntaxe exacte lié à vos besoins.";
$lang["vector_cite_latexusepackagehint"] = "Lorsque vous utilisez l'URL de packaging LaTeX (\usepackage{url} quelquepart au début), qui donne souvent des addresses webs mieux formatées, ce qui suit peut être préféré";
$lang["vector_cite_retrieved"] = "Récupéré";
$lang["vector_cite_from"] = "depuis";
$lang["vector_cite_in"] = "Dans";
$lang["vector_cite_accessed"] = "Accès";
$lang["vector_cite_cited"] = "Cité";
$lang["vector_cite_lastvisited"] = "Dernière visite";
$lang["vector_cite_availableat"] = "Dipso à";
$lang["vector_cite_discussionpages"] = "DokuWiki discussion";
$lang["vector_cite_markup"] = "Annotation";
$lang["vector_cite_result"] = "Resultat";
$lang["vector_cite_thisversion"] = "cette version";
//other
$lang["vector_search"] = "Recherche";
$lang["vector_accessdenied"] = "Accès interdit";
$lang["vector_fillplaceholder"] = "Remplissez cet espace réservé";
$lang["vector_donate"] = "Dons";
$lang["vector_mdtemplatefordw"] = "vector template pour DokuWiki";
$lang["vector_recentchanges"] = "Changements récents";
+78
View File
@@ -0,0 +1,78 @@
<?php
/**
* French language for the Config Manager
*
* 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 Julien Revault d'Allonnes <jrevault@gmail.com>
* @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();
}
//user pages
$lang["vector_userpage"] = "Utiliser les pages utilisateurs ?";
$lang["vector_userpage_ns"] = "Si oui, utilisez ':namespace:' comme pages racines :";
//discussion pages
$lang["vector_discuss"] = "Utiliser les onglets discussion ?";
$lang["vector_discuss_ns"] = "Si oui, utilisez':namespace:' comme pages racines :";
//site notice
$lang["vector_sitenotice"] = "Afficher la notice du site ?";
$lang["vector_sitenotice_location"] = "Si oui, utilisez la page wiki suivante pour la notice :";
//navigation
$lang["vector_navigation"] = "Afficher la navigation ?";
$lang["vector_navigation_location"] = "Si oui, utilisez la page wiki suivante pour la navigation :";
//exportbox ("print/export")
$lang["vector_exportbox"] = "Afficher la boite 'imprimer/exporter' ?";
$lang["vector_exportbox_default"] = "Si oui, utilisez la boite 'imprimer/exporter' par default ?";
$lang["vector_exportbox_location"] = "Si non, utilisez la page wiki suivante :";
//toolbox
$lang["vector_toolbox"] = "Afficher la outils ?";
$lang["vector_toolbox_default"] = "Si oui, utilisez la outils par default ?";
$lang["vector_toolbox_location"] = "Si non, utilisez la page wiki suivante :";
//custom copyright notice
$lang["vector_copyright"] = "Afficher le copyright en pied de page?";
$lang["vector_copyright_default"] = "Si oui, utilisez la notice de copyright par default ?";
$lang["vector_copyright_location"] = "Si non, utilisez la page wiki suivante :";
//donation link/button
$lang["vector_donate"] = "Afficher le lien de dons ?";
$lang["vector_donate_url"] = "Si non, utilisez l'URL suivante our les donations :";
//TOC
$lang["vector_toc_position"] = "Sommaire position";
//other stuff
$lang["vector_breadcrumbs_position"] = "Position du fil d'ariane (si actif) :";
$lang["vector_youarehere_position"] = "Position du 'Vous êtes ici' (si actif) :";
$lang["vector_cite_author"] = "Nom de l'auteur dans 'Citer cet article' :";
$lang["vector_loaduserjs"] = "Charger 'vector/user/user.js' ?";
$lang["vector_closedwiki"] = "Wiki fermé (la plupart des liens/onglets/boites sont masquée sans connexion) ?";
View File