-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Language : add German translation - thank you Hajo Nieman
- Loading branch information
1 parent
f1f2509
commit 04ec06a
Showing
19 changed files
with
186 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension version="4.0" type="plugin" group="system" method="upgrade"> | ||
<name>plgautomsginstaller</name> | ||
<author>ConseilGouz</author> | ||
<creationDate>2024-09-12</creationDate> | ||
<creationDate>2024-09-25</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.15</version> | ||
<version>4.2.16</version> | ||
<description>AutoMsg</description> | ||
<scriptfile>script.install.php</scriptfile> | ||
<files> | ||
|
@@ -18,6 +18,7 @@ | |
<language tag="fr-FR">fr-FR/plgautomsginstaller.sys.ini</language> | ||
<language tag="en-GB">en-GB/plgautomsginstaller.sys.ini</language> | ||
<language tag="nl-NL">nl-NL/plgautomsginstaller.sys.ini</language> | ||
<language tag="de-DE">de-DE/plgautomsginstaller.sys.ini</language> | ||
</languages> | ||
<updateservers> | ||
<server type="extension" name="AutoMsg" priority="1">https://raw.githubusercontent.com/conseilgouz/updates_github/master/pkg_automsg_update.xml</server> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
PLG_AUTOMSG="AutoMsg-Paket" | ||
PLG_AUTOMSG_XML_DESCRIPTION="AutoMsg-Paket: Senden Sie E-Mails an registrierte Benutzer, wenn Artikel veröffentlicht werden" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
COM_AUTOMSG_XML_DESCRIPTION="AutoMsg-Komponente: Senden Sie eine E-Mail an Benutzer, wenn ein oder mehrere Artikel veröffentlicht werden." | ||
COM_AUTOMSG="AutoMsg" | ||
COM_AUTOMSG_DEFAULT_LABEL="AutoMsg-Komponente: E-Mails senden" | ||
COM_AUTOMSG_MENU="AutoMsg" | ||
COM_AUTOMSG_CONFIG="Konfiguration" | ||
CG_PX_CONFIG_EDIT="<link rel='stylesheet' href='components/com_automsg/admincss/automsg.css' type='text/css'/>AutoMsg-Konfiguration" | ||
COM_AUTOMSG_MESSAGE="Nachricht" | ||
CG_PX_MESSAGE_EDIT="<link rel='stylesheet' href='components/com_automsg/admincss/automsg.css' type='text/css'/>AutoMsg Nachricht" | ||
COM_AUTOMSG_MESSAGES="<link rel='stylesheet' href='components/com_automsg/admincss/automsg.css' type='text/css'/>Nachrichten" | ||
CG_PX_WAITING_EDIT="Warten auf AutoMsg" | ||
COM_AUTOMSG_USERGROUP_LABEL="E-Mail-Benutzergruppen" | ||
COM_AUTOMSG_USERGROUP_DESC="Wählen Sie Benutzergruppen aus, die E-Mails erhalten" | ||
COM_AUTOMSG_CREATOR="E-Mail-Typ des Erstellers des Artikels" | ||
COM_AUTOMSG_CREATOR_DESC="Senden Sie eine spezielle E-Mail an den Ersteller des Artikels oder senden Sie die gleiche E-Mail wie an jeden anderen Benutzer." | ||
COM_AUTOMSG_CREATOR_SAME="Dieselbe Nachricht" | ||
COM_AUTOMSG_CREATOR_OTHER="Spezifische Nachricht" | ||
COM_AUTOMSG_AUTO="E-Mails zu automatisch veröffentlichten Artikeln senden?" | ||
COM_AUTOMSG_AUTO_DESC="Senden Sie E-Mails zu Artikeln, die automatisch vom Vorgesetzten/Administrator/Validator veröffentlicht wurden." | ||
COM_AUTOMSG_NOTE_ADM="Nachrichten werden in <a href='index.php?option=com_mails&view=templates' target='_blank'>E-Mail-Vorlagen</a> definiert.<br>Wenn Sie URLs oder Bilder in Ihren Nachrichten senden, überprüfen Sie in der <a href='index.php?option=com_config&view=component&component=com_mails' target='_blank'>E-Mail-Vorlagenkonfiguration</a>, ob das E-Mail-Format <b>HTML</b> oder <b>beides</b> ist." | ||
COM_AUTOMSG_ASYNC_DESC="Async modes : <br>no : one article per mail as soon an article is published<br>all = articles from a day/a week/... in a single message<br>or one article per message, later (depending on task definition)" | ||
COM_AUTOMSG_ASYNC="Asynchroner Modus?" | ||
COM_AUTOMSG_NOTE_ASYNC="Für den asynchronen Modus muss AutoMsg <b>Geplante Aufgaben</b> aktiviert sein. Bitte aktivieren Sie <a href='index.php?option=com_scheduler&view=tasks' target='_blank'>Geplante Aufgaben</a>." | ||
COM_AUTOMSG_LIMIT="Mails limitieren?" | ||
COM_AUTOMSG_LIMIT_DESC="Müssen Sie die Anzahl der pro Sitzung gesendeten E-Mails begrenzen (Hoster-Limit)?" | ||
COM_AUTOMSG_NOTE_LIMIT="Zur Handhabung des E-Mail-Limits müssen die <b>Geplanten Aufgaben</b> von AutoMsg aktiviert sein. Bitte aktivieren Sie <a href='index.php?option=com_scheduler&view=tasks' target='_blank'>Geplante Aufgaben</a>." | ||
COM_AUTOMSG_MAILLIMIT="Begrenzen?" | ||
COM_AUTOMSG_MAILLIMIT_DESC="Geben Sie die maximale Anzahl von E-Mails pro Sitzung ein (lassen Sie 0 = keine Begrenzung, warum also danach fragen).<br>Andere E-Mails werden nach der unten definierten Verzögerung gesendet." | ||
COM_AUTOMSG_MAILDELAY="Verzögerung ?" | ||
COM_AUTOMSG_MAILDELAY_DESC="Geben Sie die Verzögerung <b>in Stunden</b> zwischen 2 Sitzungen ein (Standard = 1)" | ||
COM_AUTOMSG_REPORT="Bericht an den Administrator senden?" | ||
COM_AUTOMSG_REPORT_DESC="Senden Sie eine Berichts-E-Mail an den Administrator oder nicht (Standard = Nein).<br>Wenn SMTP-Fehler auftreten (z. B. zu viele Nachrichten in einer Sitzung), wird diese E-Mail nicht gesendet." | ||
COM_AUTOMSG_LOG="Protokolldatei?" | ||
COM_AUTOMSG_LOG_DESC="Protokolliert versendete oder nicht versendete E-Mails in einer Logdatei (Standard = nein).<br>Sie finden diese unter <b>administrator/logs/com_automsg.log.php</b>." | ||
COM_AUTOMSG_HOME="Zurück zur Startseite" | ||
COM_AUTOMSG_CANCEL="Anfrage storniert" | ||
COM_AUTOMSG_DONE="Anfrage in Bearbeitung" | ||
COM_AUTOMSG_NOTE="Hallo %s, <br>Sie können die automatische E-Mail-Benachrichtigung für veröffentlichte Artikel aktualisieren.<br>" | ||
COM_AUTOMSG_USER_NOT_FOUND="Benutzer nicht gefunden, überprüfen Sie Ihren Link." | ||
COM_AUTOMSG_SAVE_SUCCESS="Update gespeichert." | ||
COM_AUTOMSG_UNSUBSCRIBE="Abbestellen" | ||
COM_AUTOMSG_CLICK="indem Sie auf diesen Link klicken." | ||
COM_AUTOMSG_TASK_SUCCESS="AutoMsg-Aufgabe erledigt" | ||
COM_AUTOMSG_NOASK="Keine AutoMsg-Aufgabe definiert oder aktiv" | ||
COM_AUTOMSG_TASK_ERROR="Fehler in der AutoMsg-Aufgabe, <a href='index.php?option=com_scheduler&view=tasks'>Klicken Sie hier, um auf geplante Aufgaben zuzugreifen</a>" | ||
COM_AUTOMSG_MAIL_OWNERMAIL_TITLE="AutoMsg : E-Mail des Artikelautors" | ||
COM_AUTOMSG_MAIL_OWNERMAIL_DESC="AutoMsg : E-Mail, die gesendet wird, um dem Ersteller des Artikels zu bestätigen, dass sein Artikel veröffentlicht wurde." | ||
COM_AUTOMSG_MAIL_USERMAIL_TITLE="AutoMsg : Artikel pro Benutzernachricht" | ||
COM_AUTOMSG_MAIL_USERMAIL_DESC="AutoMsg : Senden Sie eine E-Mail mit einem Artikel pro Benutzer" | ||
COM_AUTOMSG_MAIL_ASYNCMAIL_TITLE="AutoMsg : Artikel-/Benutzermail im asynchronen Modus" | ||
COM_AUTOMSG_MAIL_ASYNCMAIL_DESC="AutoMsg : Senden Sie eine E-Mail mit einem oder mehreren Artikeln im asynchronen Modus (geplante Aufgabe)." | ||
COM_AUTOMSG_MAIL_REPORT_TITLE="AutoMsg : E-Mail-Bericht." | ||
COM_AUTOMSG_MAIL_REPORT_DESC="AutoMsg : E-Mail-Bericht an den/die Administrator(en) gesendet." | ||
COM_AUTOMSG_PUBLISHED_SUBJECT="{SITENAME} : Veröffentlichter Artikel" | ||
COM_AUTOMSG_PUBLISHED_MSG="Ihr Artikel <b>{TITLE}</b> wurde veröffentlicht.<br>Klicken Sie auf {URL}, um ihn anzuzeigen." | ||
COM_AUTOMSG_USER_SUBJECT="{SITENAME} : Neuer Artikel: {TITLE}" | ||
COM_AUTOMSG_USER_MSG="Ein Artikel wurde veröffentlicht von: {CREATOR}, Titel: {TITLE}.<br>Klicken Sie auf {URL}, um ihn anzuzeigen.<br>Abonnement kündigen: {UNSUBSCRIBE}" | ||
COM_AUTOMSG_ASYNC_SUBJECT="{SITENAME} : Neue Artikel" | ||
COM_AUTOMSG_ASYNC_MSG="Neue Artikel wurden veröffentlicht.<br>Nach | Kategorie | Titel | Link<br>{ARTICLES} {CREATOR} | {CAT} |{TITLE} | {URL} <br> {/ARTICLES}<br>Wir wünschen Ihnen viel Spaß beim Lesen.<br>Link zum Abbestellen: {UNSUBSCRIBE}" | ||
COM_AUTOMSG_REPORT_SUBJECT="{SITENAME} : AutoMsg Bericht." | ||
COM_AUTOMSG_REPORT_MSG="{ARTICLE}: {TOTAL} Nachricht(en) wurden gesendet, {OK} Nachricht(en) ohne Fehler, {ERROR} Nachricht(en) mit einem Fehler, {WAITING} wartende Nachricht(en)." | ||
COM_AUTOMSG_RESTARTED="Erneutes Senden von Nachrichten abgeschlossen" | ||
COM_AUTOMSG_RETRIED="Fehler beim erneuten Senden behoben" | ||
COM_AUTOMSG_NOT_FOUND="Fehler: Artikel %s existiert nicht mehr." | ||
COM_AUTOMSG_MESSAGES_BUTTON_SEND="Senden" | ||
COM_AUTOMSG_MESSAGES_BUTTON_SEE="Sehen Sie es" | ||
COM_AUTOMSG_MESSAGES_BUTTON_RETRY="Wiederholen" | ||
COM_AUTOMSG_MESSAGES_CLICK="Zum Senden klicken" | ||
COM_AUTOMSG_MESSAGES_SENT="Senden" | ||
COM_AUTOMSG_MESSAGES_ERRORS="Fehler" | ||
COM_AUTOMSG_MESSAGES_WAITING="Warten" | ||
COM_AUTOMSG_MESSAGES_ARTICLES="Artikel" | ||
COM_AUTOMSG_MESSAGES_WAITINGS="Warten" | ||
COM_AUTOMSG_MESSAGES_TOTAL="Total" | ||
COM_AUTOMSG_MESSAGES_OK="Ok" | ||
COM_AUTOMSG_MESSAGES_DETAIL_ERRORS="<b>Fehlerliste</b><br>(Sie können bis zu dreimal versuchen, Fehler erneut zu senden: Wählen Sie den Fehler mit dem entsprechenden Kontrollkästchen aus und klicken Sie auf die Schaltfläche <b>Wiederholen</b>.)" | ||
COM_AUTOMSG_MESSAGES_DETAIL_WAITING="Warteliste" | ||
COM_AUTOMSG_MESSAGES_CONTAINS_ERRORS="Enthält Fehler" | ||
COM_AUTOMSG_SAVE_OK="Gespeichert" | ||
COM_AUTOMSG_NOTFOUND="AutoMsg Komponente nicht gefunden" | ||
COM_AUTOMSG_TASK_LOCKED="Aufgabe seit %s gesperrt<br><a href='index.php?option=com_scheduler&view=tasks' target='_blank'>Siehe AutoMsg-geplante Aufgabe</a>" | ||
COM_AUTOMSG_TASK_DISABLED="AutoMsg-Aufgabe: geplante Aufgabe deaktiviert.<br><a href='index.php?option=com_scheduler&view=tasks' target='_blank'>Siehe Geplante AutoMsg-Aufgabe</a>" | ||
COM_AUTOMSG_TASK_NOTASK="AutoMsg-Aufgabe: Aufgabe nicht gefunden" | ||
COM_AUTOMSG_TASK_NEXT="AutoMsg-Aufgabe: nächste Ausführung: %s" | ||
COM_AUTOMSG_ASYNC_ONE="Ein Artikel pro Nachricht" | ||
COM_AUTOMSG_LOG_ERRORS="Fehler" |
18 changes: 18 additions & 0 deletions
18
packages/com_automsg/admin/language/de-DE/com_automsg.sys.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
COM_AUTOMSG_XML_DESCRIPTION="AutoMsg-Komponente: Senden Sie eine E-Mail an Benutzer, wenn ein oder mehrere Artikel veröffentlicht werden." | ||
COM_AUTOMSG="AutoMsg-Komponente" | ||
COM_AUTOMSG_MENU="AutoMsg" | ||
COM_AUTOMSG_CONFIG="Konfiguration" | ||
COM_AUTOMSG_MESSAGES="Nachrichten" | ||
COM_AUTOMSG_WAITING="Warten" | ||
PLG_AUTOMSG_INSTALL_END="Das AutoMsg-Paket wurde erfolgreich installiert.<br>Die Parameter finden Sie unter <a href='index.php?option=com_automsg&view=config' target='_blank'>Konfiguration der AutoMsg-Komponente</a>.<br>" | ||
ERROR_INSTALLATION_LIBRARY_FAILED="Die Installation der Bibliothek AutoMsg ist fehlgeschlagen" | ||
PLG_AUTOMSG_INSTALL_CONFIG_OK="Konfiguration konvertiert<span class='text-success'><b>..OK../b></span>" | ||
PLG_AUTOMSG_INSTALL_CONFIG_ERROR="Fehler beim Konvertieren der Konfiguration" | ||
PLG_AUTOMSG_INSTALL_TEMPLATES_OK="Aktualisieren Sie <a href='index.php?option=com_mails&view=templates' target='_blank'>E-Mail-Vorlagen</a> <span class='text-success'><b>..OK..</b></span>" | ||
PLG_AUTOMSG_CREATE_OWNER_TEMPLATE_OK="E-Mail-Vorlage für Eigentümer erstellen <span class='text-success'><b>..OK..</b></span>" | ||
PLG_AUTOMSG_CREATE_USER_TEMPLATE_OK="E-Mail-Vorlage für Benutzer erstellen <span class='text-success'><b>..OK..</b></span>" | ||
PLG_AUTOMSG_CREATE_REPORT_TEMPLATE_OK="E-Mail-Vorlage für gesendete Berichte erstellen <span class='text-success'><b>..OK..</b></span>" | ||
PLG_AUTOMSG_EMAIL_CONFIG_NOTOK="E-Mail-Komponente: Konfiguration nicht gefunden" | ||
PLG_AUTOMSG_EMAIL_CONFIG_OK="Aktualisieren Sie die <a href='index.php?option=com_config&view=component&component=com_mails' target='_blank'>E-Mail-Komponente</a> <span class='text-success'><b>..OK..</b></span>" | ||
PLG_AUTOMSG_CREATE_TASK_OK="<a href='index.php?option=com_scheduler&view=tasks' target='_blank'>AutoMsg-Aufgabe</a> erstellen <span class='text-success'><b>..OK..</b></span>" | ||
PLG_AUTOMSG_CREATE_TASK_NOTE="Erstellt durch die Installation von AutoMasg" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension type="component" method="upgrade"> | ||
<name>COM_AUTOMSG</name> | ||
<author>ConseilGouz</author> | ||
<creationDate>2024-09-12</creationDate> | ||
<creationDate>2024-09-25</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.15</version> | ||
<version>4.2.16</version> | ||
<description>COM_AUTOMSG_XML_DESCRIPTION</description> | ||
<namespace path="src">ConseilGouz\Component\Automsg</namespace> | ||
<files folder="site"> | ||
|
@@ -27,6 +27,8 @@ | |
<language tag="pt-PT">language/pt-PT/com_automsg.sys.ini</language> | ||
<language tag="pt-BR">language/pt-BR/com_automsg.ini</language> | ||
<language tag="pt-BR">language/pt-BR/com_automsg.sys.ini</language> | ||
<language tag="de-DE">language/de-DE/com_automsg.ini</language> | ||
<language tag="de-DE">language/de-DE/com_automsg.sys.ini</language> | ||
</languages> | ||
<install> | ||
<sql> | ||
|
@@ -74,6 +76,8 @@ | |
<language tag="pt-PT">language/pt-PT/com_automsg.sys.ini</language> | ||
<language tag="pt-BR">language/pt-BR/com_automsg.ini</language> | ||
<language tag="pt-BR">language/pt-BR/com_automsg.sys.ini</language> | ||
<language tag="de-DE">language/de-DE/com_automsg.ini</language> | ||
<language tag="de-DE">language/de-DE/com_automsg.sys.ini</language> | ||
</languages> | ||
</administration> | ||
<changelogurl>https://raw.githubusercontent.com/conseilgouz/pkg_automsg_j4/master/pkg_automsg_changelog.xml</changelogurl> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
COM_AUTOMSG_XML_DESCRIPTION="AutoMsg-Komponente: Senden Sie eine E-Mail an Benutzer, wenn ein oder mehrere Artikel veröffentlicht werden." | ||
COM_AUTOMSG="AutoMsg-Komponente" | ||
COM_AUTOMSG_DEFAULT_LABEL="AutoMsg-Komponente" | ||
COM_AUTOMSG_CONFIG="Konfiguration" | ||
COM_AUTOMSG_HISTO="History" | ||
COM_AUTOMSG_WAITING="Warten" | ||
COM_AUTOMSG_HOME="Zurück zur Startseite" | ||
COM_AUTOMSG_CANCEL="Anfrage storniert" | ||
COM_AUTOMSG_DONE="Anfrage in Bearbeitung" | ||
COM_AUTOMSG_NOTE="Hallo %s, <br>Sie können die automatische E-Mail-Benachrichtigung für veröffentlichte Artikel aktualisieren.<br>" | ||
COM_AUTOMSG_NOT_FOUND="Benutzer nicht gefunden, überprüfen Sie Ihren Link." | ||
COM_AUTOMSG_SAVE_SUCCESS="Update gespeichert." | ||
COM_AUTOMSG_UNSUBSCRIBE="Abbestellen" | ||
COM_AUTOMSG_CLICK="indem Sie auf diesen Link klicken." | ||
COM_AUTOMSG_PUBLISHED_SUBJECT="{SITENAME}: Veröffentlichter Artikel" | ||
COM_AUTOMSG_PUBLISHED_MSG="Ihr Artikel <b>{TITLE}</b> wurde veröffentlicht.<br>Klicken Sie auf {URL}, um ihn anzuzeigen." | ||
COM_AUTOMSG_USER_SUBJECT="{SITENAME}: Neuer Artikel: {TITLE}" | ||
COM_AUTOMSG_USER_MSG="Ein Artikel wurde veröffentlicht von: {CREATOR}, Titel: {TITLE}.<br>Klicken Sie auf {URL}, um ihn anzuzeigen.<br>Abonnement kündigen: {UNSUBSCRIBE}" | ||
COM_AUTOMSG_ASYNC_SUBJECT="{SITENAME}: Neue Artikel" | ||
COM_AUTOMSG_ASYNC_MSG="Neue Artikel wurden veröffentlicht.<br>Nach | Kategorie | Titel | Link<br>{ARTICLES} {CREATOR} | {CAT} |{TITLE} | {URL} <br> {/ARTICLES}<br>Wir wünschen Ihnen viel Spaß beim Lesen.<br>Link zum Abbestellen: {UNSUBSCRIBE}" | ||
COM_AUTOMSG_REPORT_SUBJECT="{SITENAME}: AutoMsg-Bericht." | ||
COM_AUTOMSG_REPORT_MSG="{ARTICLE}: {TOTAL} Nachricht(en) wurden gesendet, {OK} Nachricht(en) ohne Fehler, {ERROR} Nachricht(en) mit einem Fehler, {WAITING} wartende Nachricht(en)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
COM_AUTOMSG_XML_DESCRIPTION="AutoMsg-Komponente: Senden Sie eine E-Mail an Benutzer, wenn ein oder mehrere Artikel veröffentlicht werden." | ||
COM_AUTOMSG="AutoMsg-Komponente" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
<description>AutoMsg library</description> | ||
<libraryname>automsg</libraryname> | ||
<author>ConseilGouz</author> | ||
<version>4.2.15</version> | ||
<creationDate>2024-09-12</creationDate> | ||
<version>4.2.16</version> | ||
<creationDate>2024-09-25</creationDate> | ||
<copyright>(C)2024 ConseilGouz. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later; https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension version="4.0" type="plugin" group="content" method="upgrade"> | ||
<name>PLG_CONTENT_AUTOMSG</name> | ||
<author>conseilgouz</author> | ||
<creationDate>2024-09-12</creationDate> | ||
<creationDate>2024-09-25</creationDate> | ||
<copyright>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.15</version> | ||
<version>4.2.16</version> | ||
<description>PLG_CONTENT_AUTOMSG_XML_DESCRIPTION</description> | ||
<files> | ||
<folder plugin="automsg">services</folder> | ||
|
@@ -21,6 +21,8 @@ | |
<language tag="en-GB">language/en-GB/plg_content_automsg.sys.ini</language> | ||
<language tag="nl-NL">language/nl-NL/plg_content_automsg.ini</language> | ||
<language tag="nl-NL">language/nl-NL/plg_content_automsg.sys.ini</language> | ||
<language tag="de-DE">language/de-DE/plg_content_automsg.ini</language> | ||
<language tag="de-DE">language/de-DE/plg_content_automsg.sys.ini</language> | ||
</languages> | ||
<namespace path="src">ConseilGouz\Plugin\Content\AutoMsg</namespace> | ||
<changelogurl>https://raw.githubusercontent.com/conseilgouz/pkg_automsg_j4/master/pkg_automsg_changelog.xml</changelogurl> | ||
|
3 changes: 3 additions & 0 deletions
3
packages/plg_content_automsg_j4/language/de-DE/plg_content_automsg.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PLG_CONTENT_AUTOMSG="Komponente - AutoMsg" | ||
PLG_CONTENT_AUTOMSG_XML_DESCRIPTION="AutoMsg: Dieses Plugin sendet eine E-Mail an alle Benutzer aus ausgewählten Gruppen, sobald ein Artikel veröffentlicht wurde." | ||
PLG_CONTENT_AUTOMSG_COM_NOTE="Seit Version 4.0.0 befinden sich die Parameter in der <a href='index.php?option=com_automsg&view=config'>AutoMsg-Komponentenkonfiguration</a>." |
3 changes: 3 additions & 0 deletions
3
packages/plg_content_automsg_j4/language/de-DE/plg_content_automsg.sys.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PLG_CONTENT_AUTOMSG="Inhalt - AutoMsg" | ||
PLG_CONTENT_AUTOMSG_XML_DESCRIPTION="AutoMsg: Dieses Plugin sendet eine E-Mail an alle Benutzer aus ausgewählten Gruppen, sobald ein Artikel veröffentlicht wurde." | ||
PLG_CONTENT_AUTOMSG_COM_NOTE="Seit Version 4.0.0 befinden sich die Parameter in der <a href='index.php?option=com_automsg&view=config'>AutoMsg-Komponentenkonfiguration</a>." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension version="4.1" type="plugin" group="task" method="upgrade"> | ||
<name>PLG_TASK_AUTOMSG</name> | ||
<author>conseilgouz</author> | ||
<creationDate>2024-09-12</creationDate> | ||
<creationDate>2024-09-25</creationDate> | ||
<copyright>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.15</version> | ||
<version>4.2.16</version> | ||
<description>PLG_TASK_AUTOMSG_DESC</description> | ||
<namespace path="src">ConseilGouz\Plugin\Task\AutoMsg</namespace> | ||
<scriptfile>script.php</scriptfile> | ||
|
@@ -24,6 +24,8 @@ | |
<language tag="en-GB">language/en-GB/plg_task_automsg.sys.ini</language> | ||
<language tag="nl-NL">language/nl-NL/plg_task_automsg.ini</language> | ||
<language tag="nl-NL">language/nl-NL/plg_task_automsg.sys.ini</language> | ||
<language tag="de-DE">language/de-DE/plg_task_automsg.ini</language> | ||
<language tag="de-DE">language/de-DE/plg_task_automsg.sys.ini</language> | ||
</languages> | ||
<changelogurl>https://raw.githubusercontent.com/conseilgouz/pkg_automsg_j4/master/pkg_automsg_changelog.xml</changelogurl> | ||
<updateservers> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html><body></body></html> |
6 changes: 6 additions & 0 deletions
6
packages/plg_task_automsg_j4/language/de-DE/plg_task_automsg.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PLG_TASK_AUTOMSG_DESC="Task AutoMsg-Plugin: Asynchroner E-Mail-Versand bei veröffentlichten Artikeln" | ||
PLG_TASK_AUTOMSG="Task - Plugin AutoMsg" | ||
PLG_TASK_AUTOMSG_TITLE="Asynchroner E-Mail-Versand zu veröffentlichten Artikeln" | ||
PLG_TASK_AUTOMSG_MAIL_ASYNCMAIL_TITLE="AutoMsg : asynchrone Nachricht" | ||
PLG_TASK_AUTOMSG_MAIL_ASYNCMAIL_DESC="AutoMsg : Per AutoMail-Task gesendete Nachricht" | ||
PLG_TASK_AUTOMSG_UNSUBSCRIBE="Abbestellen" |
3 changes: 3 additions & 0 deletions
3
packages/plg_task_automsg_j4/language/de-DE/plg_task_automsg.sys.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PLG_TASK_AUTOMSG_DESC="Task AutoMsg plugin : Asynchroner E-Mail-Versand zu veröffentlichten Artikeln" | ||
PLG_TASK_AUTOMSG="Task - Plugin AutoMsg" | ||
PLG_TASK_AUTOMSG_TITLE="Asynchroner E-Mail-Versand zu veröffentlichten Artikeln" |
Oops, something went wrong.