release 2022.12.25
This commit is contained in:
parent
25f4e928ad
commit
990ccadf07
@ -1,3 +1,9 @@
|
|||||||
|
2022.12.25
|
||||||
|
- use SVG icon
|
||||||
|
- use constants for database tables names
|
||||||
|
- use abstract plugin id
|
||||||
|
- fix install (unsed for now)
|
||||||
|
|
||||||
2022.11.20
|
2022.11.20
|
||||||
- fix compatibility with Dotclear 2.24 (required)
|
- fix compatibility with Dotclear 2.24 (required)
|
||||||
- fix wrong timezone on admin vs public expired date
|
- fix wrong timezone on admin vs public expired date
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Expired entries',
|
'Expired entries',
|
||||||
'Change entries options at a given date',
|
'Change entries options at a given date',
|
||||||
'Jean-Christian Denis and Contributors',
|
'Jean-Christian Denis and Contributors',
|
||||||
'2022.11.12',
|
'2022.12.25',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="postExpired">
|
<module id="postExpired">
|
||||||
<name>Expired entries</name>
|
<name>Expired entries</name>
|
||||||
<version>2022.11.12</version>
|
<version>2022.12.25</version>
|
||||||
<author>Jean-Christian Denis and Contributors</author>
|
<author>Jean-Christian Denis and Contributors</author>
|
||||||
<desc>Change entries options at a given date</desc>
|
<desc>Change entries options at a given date</desc>
|
||||||
<file>https://github.com/JcDenis/postExpired/releases/download/v2022.11.12/plugin-postExpired.zip</file>
|
<file>https://github.com/JcDenis/postExpired/releases/download/v2022.12.25/plugin-postExpired.zip</file>
|
||||||
<da:dcmin>2.24</da:dcmin>
|
<da:dcmin>2.24</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/postExpired</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/postExpired</da:details>
|
||||||
<da:support>https://github.com/JcDenis/postExpired</da:support>
|
<da:support>https://github.com/JcDenis/postExpired</da:support>
|
||||||
|
27
locales/fr/main.lang.php
Normal file
27
locales/fr/main.lang.php
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Dotclear
|
||||||
|
*
|
||||||
|
* @copyright Olivier Meunier & Association Dotclear
|
||||||
|
* @copyright GPL-2.0-only
|
||||||
|
*/
|
||||||
|
#
|
||||||
|
# DOT NOT MODIFY THIS FILE !
|
||||||
|
#
|
||||||
|
|
||||||
|
l10n::$locales['Expired entries'] = 'Billets périmés';
|
||||||
|
l10n::$locales['Add expired date'] = 'Ajouter une date de péremption';
|
||||||
|
l10n::$locales['Remove expired date'] = 'Retirer une date de péremption';
|
||||||
|
l10n::$locales['Expired date'] = 'Date de péremption';
|
||||||
|
l10n::$locales['Expired date added.'] = 'Date de péremption ajoutée.';
|
||||||
|
l10n::$locales['Add expired date to this selection'] = 'Ajouter une date de péremtion à cette sélection';
|
||||||
|
l10n::$locales['Expired date deleted.'] = 'Dtae de péremtion supprimé';
|
||||||
|
l10n::$locales['On this date, change:'] = 'Á cette date, changer :';
|
||||||
|
l10n::$locales['Selection:'] = 'Séléction :';
|
||||||
|
l10n::$locales['Comments status:'] = 'Status des commentaires :';
|
||||||
|
l10n::$locales['Trackbacks status:'] = 'Status des rétroliens :';
|
||||||
|
l10n::$locales['Not changed'] = 'Inchangé';
|
||||||
|
l10n::$locales['Opened'] = 'Ouvert';
|
||||||
|
l10n::$locales['Closed'] = 'Fermé';
|
||||||
|
l10n::$locales['Expired on'] = 'Expire le';
|
||||||
|
l10n::$locales['This entry has no expiration date'] = 'Ce billet n\'a pas de date de péremption';
|
Loading…
Reference in New Issue
Block a user