release 1.3
This commit is contained in:
parent
478452a5c9
commit
829c750901
@ -1,3 +1,7 @@
|
||||
1.3 - 2023.03.26
|
||||
- require dotclear 2.26
|
||||
- use namespace
|
||||
|
||||
1.2 - 2022.12.07
|
||||
- update to dotclear 2.24
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/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/emailNotification)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/blob/master/LICENSE)
|
||||
|
||||
@ -18,7 +18,7 @@ It sends email when a new comment is done.
|
||||
|
||||
_Email notification_ requires:
|
||||
|
||||
* Dotclear 2.24
|
||||
* Dotclear 2.26
|
||||
* A working mail service
|
||||
|
||||
## USAGE
|
||||
|
@ -18,9 +18,9 @@ $this->registerModule(
|
||||
'Email notification',
|
||||
'Email notification',
|
||||
'Olivier Meunier and contributors',
|
||||
'1.2',
|
||||
'1.3',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcAuth::PERMISSION_USAGE,
|
||||
dcAuth::PERMISSION_CONTENT_ADMIN,
|
||||
|
@ -2,11 +2,11 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="emailNotification">
|
||||
<name>Email notification</name>
|
||||
<version>1.2</version>
|
||||
<version>1.3</version>
|
||||
<author>Olivier Meunier and contributors</author>
|
||||
<desc>Email notification</desc>
|
||||
<file>https://github.com/JcDenis/emailNotification/releases/download/v1.2/plugin-emailNotification.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<file>https://github.com/JcDenis/emailNotification/releases/download/v1.3/plugin-emailNotification.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/emailNotification</da:details>
|
||||
<da:support>https://github.com/JcDenis/emailNotification</da:support>
|
||||
</module>
|
||||
|
25
locales/fr/main.lang.php
Normal file
25
locales/fr/main.lang.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
#
|
||||
# DOT NOT MODIFY THIS FILE !
|
||||
#
|
||||
|
||||
l10n::$locales['Never'] = 'Jamais';
|
||||
l10n::$locales['My entries'] = 'Mes billets';
|
||||
l10n::$locales['All entries'] = 'Tous les billets';
|
||||
l10n::$locales['Email notification'] = 'Notification par e-mail';
|
||||
l10n::$locales['Notify new comments by email:'] = 'Avertir des nouveaux commentaires par e-mail :';
|
||||
l10n::$locales['"%s" - New comment'] = '"%s" - Nouveau commentaire';
|
||||
l10n::$locales['Blog: %s'] = 'Blog : %s';
|
||||
l10n::$locales['Entry: %s <%s>'] = 'Billet : %s <%s>';
|
||||
l10n::$locales['Comment by: %s <%s>'] = 'Commentaire par : %s <%s>';
|
||||
l10n::$locales['Website: %s'] = 'Site web : %s';
|
||||
l10n::$locales['Comment status: %s'] = 'Statut du commentaire : %s';
|
||||
l10n::$locales['Edit this comment: <%s>'] = 'Modifier ce commentaire : %s';
|
||||
l10n::$locales['You must log in on the backend before clicking on this link to go directly to the comment.'] = 'Vous devez vous enregistrer sur l\'interface d\'administration avant de cliquer sur ce lien pour aller directement sur ce commentaire.';
|
||||
l10n::$locales['You received a new comment on your blog:'] = 'Vous avez reçu un nouveau commentaire sur votre blog :';
|
Loading…
Reference in New Issue
Block a user