Current oav website
This commit is contained in:
@ -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>
|
||||
28
dotclear._no/plugins/dcCKEditor/locales/en/main.lang.php
Normal file
28
dotclear._no/plugins/dcCKEditor/locales/en/main.lang.php
Normal 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: '] = '';
|
||||
55
dotclear._no/plugins/dcCKEditor/locales/en/main.po
Normal file
55
dotclear._no/plugins/dcCKEditor/locales/en/main.po
Normal 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 ""
|
||||
12
dotclear._no/plugins/dcCKEditor/locales/en/resources.php
Normal file
12
dotclear._no/plugins/dcCKEditor/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']['dcCKEditor'])) {
|
||||
$__resources['help']['dcCKEditor'] = dirname(__FILE__) . '/help/config_help.html';
|
||||
}
|
||||
Reference in New Issue
Block a user