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,9 @@
<html>
<head>
<title>dcLegacyEditor</title>
</head>
<body>
<h4>Editeur</h4>
<p>Editeur historique de dotclear.</p>
</body>
</html>

View File

@ -0,0 +1,15 @@
<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/#
#
#
# DOT NOT MODIFY THIS FILE !
$GLOBALS['__l10n']['Enable dcLegacyEditor plugin'] = 'Activer le plugin dcLegacyEditor';

View File

@ -0,0 +1,2 @@
msgid "Enable dcLegacyEditor plugin"
msgstr "Activer le plugin dcLegacyEditor"

View File

@ -0,0 +1,10 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
$__resources['help']['dcLegacyEditor'] = dirname(__FILE__) . '/help/legacy_editor.html';