Skip to content

Commit

Permalink
4.2.11
Browse files Browse the repository at this point in the history
AutoMsg from front : missing mail text translation
User change profil : use btn-primary class instead of button
  • Loading branch information
conseilgouz committed Jun 20, 2024
1 parent 759c3ad commit e3ee566
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automsginstaller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="4.0" type="plugin" group="system" method="upgrade">
<name>plgautomsginstaller</name>
<author>ConseilGouz</author>
<creationDate>2024-06-12</creationDate>
<creationDate>2024-06-20</creationDate>
<copyright>(C)2024 ConseilGouz. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>4.2.10</version>
<version>4.2.11</version>
<description>AutoMsg</description>
<scriptfile>script.install.php</scriptfile>
<files>
Expand Down
2 changes: 1 addition & 1 deletion packages/com_automsg/admin/language/fr-FR/com_automsg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COM_AUTOMSG_MAIL_ASYNCMAIL_TITLE="AutoMsg : Message utilisateur article en mode
COM_AUTOMSG_MAIL_ASYNCMAIL_DESC="AutoMsg : envoi d'email avec un ou plusieurs articles en mode asynchrone (tâche planifiée)."
COM_AUTOMSG_MAIL_REPORT_TITLE="AutoMsg : compte-rendu d'un envoi."
COM_AUTOMSG_MAIL_REPORT_DESC="AutoMsg : message de compte-rendu envoyé à l'administrateur."
COM_AUTOMSG_PUBLISHED_SUBJECT="{SITENAME] : Article publié"
COM_AUTOMSG_PUBLISHED_SUBJECT="{SITENAME} : Article publié"
COM_AUTOMSG_PUBLISHED_MSG="Votre article <b>{TITLE}</b> est publié.<br>Vous pouvez le voir {URL}"
COM_AUTOMSG_USER_SUBJECT="{SITENAME} : Nouvel article: {TITLE}"
COM_AUTOMSG_USER_MSG="Nouvel article publié par : {CREATOR}, titre : {TITLE}.<br>Vous pouvez le voir {URL}<br>Lien de désinscription : {UNSUBSCRIBE}"
Expand Down
8 changes: 8 additions & 0 deletions packages/com_automsg/language/en-GB/com_automsg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ COM_AUTOMSG_NOT_FOUND="User not found, check your link."
COM_AUTOMSG_SAVE_SUCCESS="Update saved."
COM_AUTOMSG_UNSUBSCRIBE="Unsubscribe"
COM_AUTOMSG_CLICK="by clicking on this link."
COM_AUTOMSG_PUBLISHED_SUBJECT="{SITENAME} : Published article"
COM_AUTOMSG_PUBLISHED_MSG="Your article <b>{TITLE}</b> has been published.<br>Click on {URL} to see it."
COM_AUTOMSG_USER_SUBJECT="{SITENAME} : New article: {TITLE}"
COM_AUTOMSG_USER_MSG="A article has been published by : {CREATOR}, title : {TITLE}.<br>Click on {URL} to see it.<br>Unsubscribe : {UNSUBSCRIBE}"
COM_AUTOMSG_ASYNC_SUBJECT="{SITENAME} : New articles"
COM_AUTOMSG_ASYNC_MSG="New articles have been published.<br>By | Category | Title | Link<br>{ARTICLES} {CREATOR} | {CAT} |{TITLE} | {URL} <br> {/ARTICLES}<br>We wish you good reading.<br>Unsubscribe link : {UNSUBSCRIBE}"
COM_AUTOMSG_REPORT_SUBJECT="{SITENAME} : AutoMsg report."
COM_AUTOMSG_REPORT_MSG="{ARTICLE} : {TOTAL} message(s) have been sent, {OK} message(s) without any error, {ERROR} message(s) with an error, {WAITING} waiting message(s)."
8 changes: 8 additions & 0 deletions packages/com_automsg/language/fr-FR/com_automsg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ COM_AUTOMSG_NOT_FOUND="Utilisateur non trouvé, vérifiez votre lien."
COM_AUTOMSG_SAVE_SUCCESS="Modification enregistrée."
COM_AUTOMSG_UNSUBSCRIBE="Se d&eacute;sinscrire"
COM_AUTOMSG_CLICK="en cliquant sur ce lien"
COM_AUTOMSG_PUBLISHED_SUBJECT="{SITENAME} : Article publié"
COM_AUTOMSG_PUBLISHED_MSG="Votre article <b>{TITLE}</b> est publié.<br>Vous pouvez le voir {URL}"
COM_AUTOMSG_USER_SUBJECT="{SITENAME} : Nouvel article: {TITLE}"
COM_AUTOMSG_USER_MSG="Nouvel article publié par : {CREATOR}, titre : {TITLE}.<br>Vous pouvez le voir {URL}<br>Lien de désinscription : {UNSUBSCRIBE}"
COM_AUTOMSG_ASYNC_SUBJECT="{SITENAME} : nouveaux articles"
COM_AUTOMSG_ASYNC_MSG="De nouveaux articles sont été créés.<br>Par | Catégorie | Titre | Lien<br>{ARTICLES} {CREATOR} | {CAT} |{TITLE} | {URL} <br> {/ARTICLES}<br>Bonne lecture.<br>Lien de désinscription : {UNSUBSCRIBE}"
COM_AUTOMSG_REPORT_SUBJECT="{SITENAME} : Compte-rendu envoi mail automatique."
COM_AUTOMSG_REPORT_MSG="{ARTICLE} : {TOTAL} message(s) envoyé(s), {OK} message(s) sans erreur, {ERROR} message(s) avec erreur, {WAITING} message(s) en attente."
2 changes: 1 addition & 1 deletion packages/com_automsg/site/tmpl/automsg/cancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
<?php echo Text::_('COM_AUTOMSG_CANCEL'); ?>
</div>
<div class="col-md-1"></div>
<div class="col-md-4" style="margin-top:1em"><a href="index.php" rel="noopener noreferrer"><button><?php echo Text::_('COM_AUTOMSG_HOME');?></button></a></div>
<div class="col-md-4" style="margin-top:1em"><a href="index.php" rel="noopener noreferrer" class="btn btn-primary"><?php echo Text::_('COM_AUTOMSG_HOME');?></a></div>
</div>
2 changes: 1 addition & 1 deletion packages/com_automsg/site/tmpl/automsg/complete.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
<?php echo Text::_('COM_AUTOMSG_DONE'); ?>
</div>
<div class="col-md-1"></div>
<div class="col-md-4" style="margin-top:1em"><a href="index.php" rel="noopener noreferrer"><button><?php echo Text::_('COM_AUTOMSG_HOME');?></button></a></div>
<div class="col-md-4" style="margin-top:1em"><a href="index.php" class="btn btn-primary" rel="noopener noreferrer"><?php echo Text::_('COM_AUTOMSG_HOME');?></a></div>
</div>
2 changes: 1 addition & 1 deletion packages/com_automsg/site/tmpl/automsg/notfound.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
<?php echo Text::_('COM_AUTOMSG_NOTFOUND'); ?>
</div>
<div class="col-md-1"></div>
<div class="col-md-4" style="margin-top:1em"><a href="index.php" rel="noopener noreferrer"><button><?php echo Text::_('COM_AUTOMSG_HOME');?></button></a></div>
<div class="col-md-4" style="margin-top:1em"><a href="index.php" class="btn btn-primary" rel="noopener noreferrer"><?php echo Text::_('COM_AUTOMSG_HOME');?></a></div>
</div>
12 changes: 12 additions & 0 deletions pkg_automsg_changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<changelogs>
<changelog>
<element>com_automsg</element>
<type>package</type>
<version>4.2.11</version>
<note>
<item>Update : 20/06/2024</item>
</note>
<fix>
<item>AutoMsg from front : missing mail text translation</item>
<item>User change profil : use btn-primary class instead of button</item>
</fix>
</changelog>
<changelog>
<element>com_automsg</element>
<type>package</type>
Expand Down

0 comments on commit e3ee566

Please sign in to comment.