Current oav website
This commit is contained in:
17
dotclear._no/plugins/userPref/locales/en/help/help.html
Normal file
17
dotclear._no/plugins/userPref/locales/en/help/help.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>User:preferences</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h4>User:preferences</h4>
|
||||
<p>This page provides technical informations about parameters usually managed by other pages in the administration interface.<br />
|
||||
Only modify something here if you know what you are doing!</p>
|
||||
|
||||
<p>For instance, the <code>nodragdrop</code> parameter can be configured in the <a href="preferences.php#user-options"><strong>My options</strong> tab</a> of the <strong>My preferences</strong> page.</p>
|
||||
|
||||
<p>The page has two tabs: <strong>User preferences</strong> and <strong>Global preferences</strong> to manage the current user preferences and the preferences common to every users, 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/userPref/locales/en/resources.php
Normal file
12
dotclear._no/plugins/userPref/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']['userPref'])) {
|
||||
$__resources['help']['userPref'] = dirname(__FILE__) . '/help/help.html';
|
||||
}
|
||||
18
dotclear._no/plugins/userPref/locales/fr/help/help.html
Normal file
18
dotclear._no/plugins/userPref/locales/fr/help/help.html
Normal file
@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>User:preferences</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h4>User:preferences</h4>
|
||||
<p>Cette page présente des informations <em>techniques</em>
|
||||
brutes généralement gérées par d'autres pages.<br />
|
||||
Ne modifiez quelque chose que si vous savez ce que vous faîtes.</p>
|
||||
<p>Par exemple le paramètre <em>nodragdrop</em> se configure sur la page
|
||||
"Mes préférences" dans <a href="preferences.php#user-options">l'onglet "Mes options"</a>.</p>
|
||||
<p>La page présente deux onglets "Préférences utilisateur·rice·s" et "Préférences globales"
|
||||
qui permettent de gérer (et présenter) respectivement vos préférences et
|
||||
celles communes à tous les utilisateur·rice·s.</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/userPref/locales/fr/resources.php
Normal file
12
dotclear._no/plugins/userPref/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']['userPref'])) {
|
||||
$__resources['help']['userPref'] = dirname(__FILE__) . '/help/help.html';
|
||||
}
|
||||
Reference in New Issue
Block a user