Current oav website
This commit is contained in:
17
dotclear._no/plugins/aboutConfig/locales/en/help/help.html
Normal file
17
dotclear._no/plugins/aboutConfig/locales/en/help/help.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>About:Config</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h4>About:Config</h4>
|
||||
<p>This page provides technical information about the configuration of the current blog (as well as configuration common to all the blogs). These parameters are usually managed by other pages in the administration interface.<br />
|
||||
Only modify something here if you know what you are doing!</p>
|
||||
|
||||
<p>Some parameters can only be modified on this page.</p>
|
||||
|
||||
<p>The page has two tabs: <strong>Settings for the current blog (blog name)</strong> and <strong>Global settings</strong> to manage the current blog settings and the global settings, respectively.</p>
|
||||
|
||||
<p>You can directly access the different page sections using the <strong>Goto</strong> dropdown menu.</p>
|
||||
</body>
|
||||
</html>
|
||||
12
dotclear._no/plugins/aboutConfig/locales/en/resources.php
Normal file
12
dotclear._no/plugins/aboutConfig/locales/en/resources.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!isset($__resources['help']['aboutConfig'])) {
|
||||
$__resources['help']['aboutConfig'] = dirname(__FILE__) . '/help/help.html';
|
||||
}
|
||||
21
dotclear._no/plugins/aboutConfig/locales/fr/help/help.html
Normal file
21
dotclear._no/plugins/aboutConfig/locales/fr/help/help.html
Normal file
@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>About:Config</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h4>About:Config</h4>
|
||||
<p>Cette page présente des informations <em>techniques</em>
|
||||
brutes, relatives à la configuration du blog courant (et communes à tous les blogs).
|
||||
Généralement ces paramètres sont gérés par d'autres pages de l'administration.<br />
|
||||
Ne modifiez quelque chose que si vous savez ce que vous faîtes.</p>
|
||||
|
||||
<p>Certains paramètres ne sont modifiables que sur cette page.</p>
|
||||
|
||||
<p>La page présente deux onglets "Réglages pour le blog courant (nom du blog)" et "Réglages généraux"
|
||||
qui permettent de gérer (et présenter) respectivement les réglages du blog courant et
|
||||
ceux communs à tous les blogs.</p>
|
||||
|
||||
<p>Vous pouvez accéder directement aux différentes sections de la page avec le menu de sélection.</p>
|
||||
</body>
|
||||
</html>
|
||||
12
dotclear._no/plugins/aboutConfig/locales/fr/resources.php
Normal file
12
dotclear._no/plugins/aboutConfig/locales/fr/resources.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!isset($__resources['help']['aboutConfig'])) {
|
||||
$__resources['help']['aboutConfig'] = dirname(__FILE__) . '/help/help.html';
|
||||
}
|
||||
Reference in New Issue
Block a user