Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<html>
<head>
<title>Plugin configuration</title>
</head>
<body>
<h4>Activation</h4>
<p>Check this box to start using related posts on this blog.</p>
<p><em>Note : deactivate the plugin does not remove previous choice made in administration area.</em></p>
<h4>Options</h4>
<p>You can choose which buttons will be displayed. Be careful, theses settings are for all users on the blog.</p>
<h4>How to use it</h4>
<p>Each user on the blog must choose the plugin in <a href="preferences.php#user-options">his preferences</a>.</p>
</body>
</html>

View File

@ -0,0 +1,28 @@
<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/#
#
#
# DOT NOT MODIFY THIS FILE !
$GLOBALS['__l10n']['The configuration has been updated.'] = '';
$GLOBALS['__l10n']['Settings'] = '';
$GLOBALS['__l10n']['Plugin activation'] = '';
$GLOBALS['__l10n']['Enable dcCKEditor plugin'] = '';
$GLOBALS['__l10n']['Options'] = '';
$GLOBALS['__l10n']['Add alignment buttons'] = '';
$GLOBALS['__l10n']['Add lists buttons'] = '';
$GLOBALS['__l10n']['Save configuration'] = '';
$GLOBALS['__l10n']['Add text color button'] = '';
$GLOBALS['__l10n']['Add collapse button'] = '';
$GLOBALS['__l10n']['Add format selection'] = '';
$GLOBALS['__l10n']['Advanced options'] = '';
$GLOBALS['__l10n']['Text areas to be used by CKEditor'] = '';
$GLOBALS['__l10n']['Comma separed list of textareas - jQuery selector. Defaut: '] = '';

View File

@ -0,0 +1,55 @@
#: _config.php:31 _config.php:34 inc/_config.php:43
msgid "The configuration has been updated."
msgstr ""
#: tpl/index.tpl:12
msgid "Settings"
msgstr ""
#: tpl/index.tpl:15
msgid "Plugin activation"
msgstr ""
#: tpl/index.tpl:19
msgid "Enable dcCKEditor plugin"
msgstr ""
#: tpl/index.tpl:26
msgid "Options"
msgstr ""
#: tpl/index.tpl:29
msgid "Add alignment buttons"
msgstr ""
#: tpl/index.tpl:33
msgid "Add lists buttons"
msgstr ""
#: tpl/index.tpl:40 tpl/index.tpl:44 tpl/index.tpl:63
msgid "Save configuration"
msgstr ""
#: tpl/index.tpl:37
msgid "Add text color button"
msgstr ""
#: tpl/index.tpl:41
msgid "Add collapse button"
msgstr ""
#: tpl/index.tpl:45
msgid "Add format selection"
msgstr ""
#: tpl/index.tpl:49
msgid "Advanced options"
msgstr ""
#: tpl/index.tpl:51
msgid "Text areas to be used by CKEditor"
msgstr ""
#: tpl/index.tpl:55
msgid "Comma separed list of textareas - jQuery selector. Defaut: "
msgstr ""

View File

@ -0,0 +1,12 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['dcCKEditor'])) {
$__resources['help']['dcCKEditor'] = dirname(__FILE__) . '/help/config_help.html';
}