diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d200d4..1b515d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ dev - [ ] source translation - [ ] fix third-party API (temp removed) +2022.12.26 +- fix wrong dt::str parameter (thx Pierre Van Glabeke) +- fix backup limit (unlimited) +- groups admin behaviors +- remove settings addNamespace method +- use abstract plugin id and settings ns + 2022.12.22 - use SVG icon - use short settings id diff --git a/_define.php b/_define.php index d7998d5..0f2b44d 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Translater', 'Translate your Dotclear plugins and themes', 'Jean-Christian Denis & contributors', - '2022.12.22', + '2022.12.26', [ 'requires' => [['core', '2.24']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 49a8329..3a560b4 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Translater - 2022.12.22 + 2022.12.26 Jean-Christian Denis & contributors Translate your Dotclear plugins and themes - https://github.com/JcDenis/translater/releases/download/v2022.12.22/plugin-translater.zip + https://github.com/JcDenis/translater/releases/download/v2022.12.26/plugin-translater.zip 2.24 https://plugins.dotaddict.org/dc2/details/translater http://forum.dotclear.org/viewtopic.php?id=39220 diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 10a46b1..ef64968 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -25,6 +25,7 @@ l10n::$locales['Name of exported package:'] = 'Nom du pa l10n::$locales['Backups'] = 'Sauvegardes'; l10n::$locales['Make backups when changes are made'] = 'Faire une sauvegarde quand des changements sont effectués'; l10n::$locales['Limit backups to %s files per module'] = 'Limiter les sauvegardes à %s fichiers par module'; +l10n::$locales['Set to 0 for no limit.'] = 'Mettre à 0 pour aucune limite.'; l10n::$locales['Store backups in:'] = 'Enregistrer les sauvegardes dans :'; l10n::$locales['Behaviors'] = 'Comportements'; l10n::$locales['Default start menu:'] = 'Menu de départ par défaut :'; diff --git a/locales/fr/main.po b/locales/fr/main.po index a1d85cc..ff87e81 100644 --- a/locales/fr/main.po +++ b/locales/fr/main.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: translater 2022.12.22\n" +"Project-Id-Version: translater 2022.12.26\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2022-12-26T20:24:33+00:00\n" +"PO-Revision-Date: 2022-12-26T20:46:11+00:00\n" "Last-Translator: Jean-Christian Denis\n" "Language-Team: \n" "MIME-Version: 1.0\n"