From 380fed16580bf58e472bda5519b248755b0e8970 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 22 Apr 2023 14:17:44 +0200 Subject: [PATCH] release 2023.04.22 --- CHANGELOG.md | 5 +++++ _define.php | 2 +- dcstore.xml | 4 ++-- locales/fr/main.lang.php | 32 +++++++++++++++++--------------- 4 files changed, 25 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ede70b5..f912000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2023.04.022 +- require dotclear 2.26 +- use latest helper namespace +- fix nullsafe warnings + 2023.03.25 - require dotclear 2.26 - use namespace diff --git a/_define.php b/_define.php index 82caea8..88f00bf 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Last entries (Extended)', 'Extended list of entries', 'Jean-Christian Denis and contributors', - '2023.03.25', + '2023.04.22', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 8cbd629..73a8287 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Last entries (Extended) - 2023.03.25 + 2023.04.22 Jean-Christian Denis and contributors Extended list of entries - https://github.com/JcDenis/lastpostsExtend/releases/download/v2023.03.25/plugin-lastpostsExtend.zip + https://github.com/JcDenis/lastpostsExtend/releases/download/v2023.04.22/plugin-lastpostsExtend.zip 2.26 http://plugins.dotaddict.org/dc2/details/lastpostsExtend https://github.com/JcDenis/lastpostsExtend diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 2429c9c..974b199 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -9,18 +9,20 @@ # DOT NOT MODIFY THIS FILE ! # -l10n::$locales['Last entries (Extended)'] = 'Derniers billets (étendu)'; -l10n::$locales['Extended list of entries'] = 'Liste étendue de billets'; -l10n::$locales['Post'] = 'Billet'; -l10n::$locales['Gallery'] = 'Galerie'; -l10n::$locales['Protection:'] = 'Protection :'; -l10n::$locales['only without password'] = 'seulement sans mot de passe'; -l10n::$locales['only with password'] = 'seulement avec mot de passe'; -l10n::$locales['Selected entries only'] = 'Billets sélectionnés seulement'; -l10n::$locales['Updated entries only'] = 'Billets mis à jour seulement'; -l10n::$locales['Limit to tags:'] = 'Limiter aux mots-clés :'; -l10n::$locales['Limit to words:'] = 'Limiter aux mots :'; -l10n::$locales['Show entries first image:'] = 'Afficher la première image du billet :'; -l10n::$locales['Show entries excerpt'] = 'Afficher l\'extrait'; -l10n::$locales['Excerpt length:'] = 'Taille de l\'extrait :'; -l10n::$locales['Show comments count'] = 'Afficher le nombre de commentaires'; +use Dotclear\Helper\L10n; + +L10n::$locales['Last entries (Extended)'] = 'Derniers billets (étendu)'; +L10n::$locales['Extended list of entries'] = 'Liste étendue de billets'; +L10n::$locales['Post'] = 'Billet'; +L10n::$locales['Gallery'] = 'Galerie'; +L10n::$locales['Protection:'] = 'Protection :'; +L10n::$locales['only without password'] = 'seulement sans mot de passe'; +L10n::$locales['only with password'] = 'seulement avec mot de passe'; +L10n::$locales['Selected entries only'] = 'Billets sélectionnés seulement'; +L10n::$locales['Updated entries only'] = 'Billets mis à jour seulement'; +L10n::$locales['Limit to tags:'] = 'Limiter aux mots-clés :'; +L10n::$locales['Limit to words:'] = 'Limiter aux mots :'; +L10n::$locales['Show entries first image:'] = 'Afficher la première image du billet :'; +L10n::$locales['Show entries excerpt'] = 'Afficher l\'extrait'; +L10n::$locales['Excerpt length:'] = 'Taille de l\'extrait :'; +L10n::$locales['Show comments count'] = 'Afficher le nombre de commentaires';