mirror of
https://github.com/splitbrain/dokuwiki-plugin-smtp.git
synced 2025-08-16 15:28:23 +00:00
11 lines
385 B
PHP
11 lines
385 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Daniel Raknes <rada@jbv.no>
|
|
* @author Arne Hanssen <arne.hanssen@getmail.no>
|
|
*/
|
|
$lang['menu'] = 'Sjekk SMTP-konfigurasjonen';
|
|
$lang['nofrom'] = 'Du har ikke konfigurerte «Avsenderadresse for automatiske e-poster». Sending av e-post vil sannsynligvis ikke virke.';
|