Revision 907
Added by doc almost 16 years ago
phpmailer.lang-se.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* PHPMailer language file. |
|
4 |
* Swedish Version |
|
5 |
* Author: Johan Linn?r <johan@linner.biz> |
|
6 |
*/ |
|
7 |
|
|
8 |
$PHPMAILER_LANG = array(); |
|
9 |
|
|
10 |
$PHPMAILER_LANG["provide_address"] = 'Du m?ste ange minst en ' . |
|
11 |
'mottagares e-postadress.'; |
|
12 |
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer st?ds inte.'; |
|
13 |
$PHPMAILER_LANG["execute"] = 'Kunde inte k?ra: '; |
|
14 |
$PHPMAILER_LANG["instantiate"] = 'Kunde inte initiera e-postfunktion.'; |
|
15 |
$PHPMAILER_LANG["authenticate"] = 'SMTP fel: Kunde inte autentisera.'; |
|
16 |
$PHPMAILER_LANG["from_failed"] = 'F?ljande avs?ndaradress ?r felaktig: '; |
|
17 |
$PHPMAILER_LANG["recipients_failed"] = 'SMTP fel: F?ljande ' . |
|
18 |
'mottagare ?r felaktig: '; |
|
19 |
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP fel: Data accepterades inte.'; |
|
20 |
$PHPMAILER_LANG["connect_host"] = 'SMTP fel: Kunde inte ansluta till SMTP-server.'; |
|
21 |
$PHPMAILER_LANG["file_access"] = 'Ingen ?tkomst till fil: '; |
|
22 |
$PHPMAILER_LANG["file_open"] = 'Fil fel: Kunde inte ?ppna fil: '; |
|
23 |
$PHPMAILER_LANG["encoding"] = 'Ok?nt encode-format: '; |
|
1 |
<?php |
|
2 |
/** |
|
3 |
* PHPMailer language file. |
|
4 |
* Swedish Version |
|
5 |
* Author: Johan Linn?r <johan@linner.biz?> */ |
|
6 |
|
|
7 |
$PHPMAILER_LANG = array(); |
|
8 |
|
|
9 |
$PHPMAILER_LANG["provide_address"] = 'Du m?ste ange minst en ' . |
|
10 |
'mottagares e-postadress.'; |
|
11 |
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer st?ds inte.'; |
|
12 |
$PHPMAILER_LANG["execute"] = 'Kunde inte k?ra: '; |
|
13 |
$PHPMAILER_LANG["instantiate"] = 'Kunde inte initiera e-postfunktion.'; |
|
14 |
$PHPMAILER_LANG["authenticate"] = 'SMTP fel: Kunde inte autentisera.'; |
|
15 |
$PHPMAILER_LANG["from_failed"] = 'F?ljande avs?ndaradress ?r felaktig: '; |
|
16 |
$PHPMAILER_LANG["recipients_failed"] = 'SMTP fel: F?ljande ' . |
|
17 |
'mottagare ?r felaktig: '; |
|
18 |
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP fel: Data accepterades inte.'; |
|
19 |
$PHPMAILER_LANG["connect_host"] = 'SMTP fel: Kunde inte ansluta till SMTP-server.'; |
|
20 |
$PHPMAILER_LANG["file_access"] = 'Ingen ?tkomst till fil: '; |
|
21 |
$PHPMAILER_LANG["file_open"] = 'Fil fel: Kunde inte ?ppna fil: '; |
|
22 |
$PHPMAILER_LANG["encoding"] = 'Ok?nt encode-format: '; |
|
23 |
$PHPMAILER_LANG["signing"] = 'Signing Error: '; |
|
24 |
|
|
24 | 25 |
?> |
Also available in: Unified diff
updated external PHPMailer class to latest version (v2.3)