From 7f90d22fb44bafe31d263b3a1bfc875fd2027cf4 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 11 Mar 2023 16:07:26 +0100 Subject: [PATCH] preview for Dotclear 2.26 --- CHANGELOG.md | 2 +- README.md | 4 ++-- _define.php | 2 +- dcstore.xml | 8 ++++---- locales/fr/main.lang.php | 2 +- locales/fr/main.po | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da95774..2bf9021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.2 - xxxx.xx.xx +1.2 - 2023.03.11 - Update to Dotclear 2.26 - use abstract plugin id - use php namespace diff --git a/README.md b/README.md index bfbf915..7dd64c9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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) [![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) [![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: - * Dotclear 2.24 + * Dotclear 2.26 * super admin permission ## USAGE diff --git a/_define.php b/_define.php index 824e882..7ab24d6 100644 --- a/_define.php +++ b/_define.php @@ -15,7 +15,7 @@ if (!defined('DC_RC_PATH')) { } $this->registerModule( - 'Logs', + "Dotclear's logs", 'Displays Dotclear logs', 'Tomtom and Contributors', '1.2', diff --git a/dcstore.xml b/dcstore.xml index 10cbbfd..58617d9 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,12 +1,12 @@ - dcLog - 1.1.1 + Dotclear's logs + 1.2 Tomtom and Contributors Displays Dotclear logs - https://github.com/JcDenis/dcLog/releases/download/v1.1.1/plugin-dcLog.zip - 2.24 + https://github.com/JcDenis/dcLog/releases/download/v1.2/plugin-dcLog.zip + 2.26 https://plugins.dotaddict.org/dc2/details/dcLog https://github.com/JcDenis/dcLog diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index b962577..8bee002 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -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['Delete selected logs'] = 'Supprimer les logs sélectionnés'; l10n::$locales['Delete all logs'] = 'Supprimer tous les logs'; -l10n::$locales['Logs'] = 'Enregistrements'; +l10n::$locales['Dotclear\'s logs'] = 'Logs'; diff --git a/locales/fr/main.po b/locales/fr/main.po index 4082eea..7154f73 100644 --- a/locales/fr/main.po +++ b/locales/fr/main.po @@ -3,7 +3,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: dcLog 1.2\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" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -64,6 +64,6 @@ msgstr "Supprimer les logs sélectionnés" msgid "Delete all logs" msgstr "Supprimer tous les logs" -msgid "Logs" -msgstr "Enregistrements" +msgid "Dotclear's logs" +msgstr "Logs"