preview for Dotclear 2.26
This commit is contained in:
parent
eeceb3ee92
commit
7f90d22fb4
@ -1,4 +1,4 @@
|
|||||||
1.2 - xxxx.xx.xx
|
1.2 - 2023.03.11
|
||||||
- Update to Dotclear 2.26
|
- Update to Dotclear 2.26
|
||||||
- use abstract plugin id
|
- use abstract plugin id
|
||||||
- use php namespace
|
- use php namespace
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
[![Release](https://img.shields.io/github/v/release/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
|
[![Release](https://img.shields.io/github/v/release/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
|
||||||
[![Date](https://img.shields.io/github/release-date/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
|
[![Date](https://img.shields.io/github/release-date/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
|
||||||
[![Issues](https://img.shields.io/github/issues/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/issues)
|
[![Issues](https://img.shields.io/github/issues/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/issues)
|
||||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download)
|
||||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/dcLog)
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/dcLog)
|
||||||
[![License](https://img.shields.io/github/license/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/blob/master/LICENSE)
|
[![License](https://img.shields.io/github/license/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/blob/master/LICENSE)
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ Display dotclear's logs.
|
|||||||
|
|
||||||
_dcLog_ requires:
|
_dcLog_ requires:
|
||||||
|
|
||||||
* Dotclear 2.24
|
* Dotclear 2.26
|
||||||
* super admin permission
|
* super admin permission
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
@ -15,7 +15,7 @@ if (!defined('DC_RC_PATH')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->registerModule(
|
$this->registerModule(
|
||||||
'Logs',
|
"Dotclear's logs",
|
||||||
'Displays Dotclear logs',
|
'Displays Dotclear logs',
|
||||||
'Tomtom and Contributors',
|
'Tomtom and Contributors',
|
||||||
'1.2',
|
'1.2',
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="dcLog">
|
<module id="dcLog">
|
||||||
<name>dcLog</name>
|
<name>Dotclear's logs</name>
|
||||||
<version>1.1.1</version>
|
<version>1.2</version>
|
||||||
<author>Tomtom and Contributors</author>
|
<author>Tomtom and Contributors</author>
|
||||||
<desc>Displays Dotclear logs</desc>
|
<desc>Displays Dotclear logs</desc>
|
||||||
<file>https://github.com/JcDenis/dcLog/releases/download/v1.1.1/plugin-dcLog.zip</file>
|
<file>https://github.com/JcDenis/dcLog/releases/download/v1.2/plugin-dcLog.zip</file>
|
||||||
<da:dcmin>2.24</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/dcLog</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/dcLog</da:details>
|
||||||
<da:support>https://github.com/JcDenis/dcLog</da:support>
|
<da:support>https://github.com/JcDenis/dcLog</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
@ -27,4 +27,4 @@ l10n::$locales['Are you sure you want to delete all logs?'] = 'Êtes vous s
|
|||||||
l10n::$locales['There are no logs'] = 'Il n\'y a aucun log';
|
l10n::$locales['There are no logs'] = 'Il n\'y a aucun log';
|
||||||
l10n::$locales['Delete selected logs'] = 'Supprimer les logs sélectionnés';
|
l10n::$locales['Delete selected logs'] = 'Supprimer les logs sélectionnés';
|
||||||
l10n::$locales['Delete all logs'] = 'Supprimer tous les logs';
|
l10n::$locales['Delete all logs'] = 'Supprimer tous les logs';
|
||||||
l10n::$locales['Logs'] = 'Enregistrements';
|
l10n::$locales['Dotclear\'s logs'] = 'Logs';
|
||||||
|
@ -3,7 +3,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Project-Id-Version: dcLog 1.2\n"
|
"Project-Id-Version: dcLog 1.2\n"
|
||||||
"POT-Creation-Date: \n"
|
"POT-Creation-Date: \n"
|
||||||
"PO-Revision-Date: 2023-03-11T14:48:16+00:00\n"
|
"PO-Revision-Date: 2023-03-11T15:06:19+00:00\n"
|
||||||
"Last-Translator: Jean-Christian Denis\n"
|
"Last-Translator: Jean-Christian Denis\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -64,6 +64,6 @@ msgstr "Supprimer les logs sélectionnés"
|
|||||||
msgid "Delete all logs"
|
msgid "Delete all logs"
|
||||||
msgstr "Supprimer tous les logs"
|
msgstr "Supprimer tous les logs"
|
||||||
|
|
||||||
msgid "Logs"
|
msgid "Dotclear's logs"
|
||||||
msgstr "Enregistrements"
|
msgstr "Logs"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user