Skip to content

Commit

Permalink
<code>mail()</code>
Browse files Browse the repository at this point in the history
  • Loading branch information
math-GH committed Dec 21, 2024
1 parent 60c9b24 commit 4a43f02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions xExtension-ShareByEmail/i18n/de/shareByEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
'title' => 'Einen Artikel per Mail teilen.',
'manage' => [
'mailer' => 'E-Mail-Versand',
'mail' => 'via PHP',
'mail' => 'via PHP <code>mail()</code>',
'smtp' => 'via SMTP (versendet von %s)',
'error' => 'Fehler',
'help' => 'Versand zwischen PHP und SMTP in <kbd>config.php</kbd> wechseln: siehe <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">Dokumentation</a>',
'help' => 'Versand zwischen PHP <code>mail()</code> und SMTP in <kbd>config.php</kbd> wechseln: siehe <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">Dokumentation</a>',
]
],
];
4 changes: 2 additions & 2 deletions xExtension-ShareByEmail/i18n/en/shareByEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
'title' => 'Share an article by email',
'manage' => [
'mailer' => 'Mailing system',
'mail' => 'PHP mailer',
'mail' => 'PHP <code>mail()</code>',
'smtp' => 'SMTP (send from %s)',
'error' => 'Error',
'help' => 'Switch PHP mailer/SMTP connection in <kbd>config.php</kbd>: see <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">documentation</a>'
'help' => 'Switch PHP <code>mail()</code>/SMTP connection in <kbd>config.php</kbd>: see <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">documentation</a>'
],
],
];
4 changes: 2 additions & 2 deletions xExtension-ShareByEmail/i18n/tr/shareByEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
'title' => 'Bir makaleyi e-posta ile paylaşın',
'manage' => [
'mailer' => 'Mailing system', // TODO
'mail' => 'PHP mailer', // TODO
'mail' => 'PHP <code>mail()</code>', // TODO
'smtp' => 'SMTP (send from %s)', // TODO
'error' => 'Error', // TODO
'help' => 'Switch PHP mailer/SMTP connection in <kbd>config.php</kbd>: see <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">documentation</a>', // TODO
'help' => 'Switch PHP <code>mail()</code>/SMTP connection in <kbd>config.php</kbd>: see <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">documentation</a>', // TODO
]
],
];

0 comments on commit 4a43f02

Please sign in to comment.