root@9
|
1 <?php
|
root@9
|
2 /**
|
root@9
|
3 * PHPMailer language file: refer to English translation for definitive list
|
root@9
|
4 * Faroese Version [language of the Faroe Islands, a Danish dominion]
|
root@9
|
5 * This file created: 11-06-2004
|
root@9
|
6 * Supplied by Dávur Sørensen [www.profo-webdesign.dk]
|
root@9
|
7 */
|
root@9
|
8
|
root@9
|
9 $PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.';
|
root@9
|
10 $PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
|
root@9
|
11 $PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.';
|
root@9
|
12 //$PHPMAILER_LANG['empty_message'] = 'Message body empty';
|
root@9
|
13 $PHPMAILER_LANG['encoding'] = 'Ókend encoding: ';
|
root@9
|
14 $PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: ';
|
root@9
|
15 $PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: ';
|
root@9
|
16 $PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: ';
|
root@9
|
17 $PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: ';
|
root@9
|
18 $PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.';
|
root@9
|
19 //$PHPMAILER_LANG['invalid_email'] = 'Not sending, email address is invalid: ';
|
root@9
|
20 $PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
|
root@9
|
21 $PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
|
root@9
|
22 $PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
|
root@9
|
23 //$PHPMAILER_LANG['signing'] = 'Signing Error: ';
|
root@9
|
24 //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
|
root@9
|
25 //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
|
root@9
|
26 //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
|
root@9
|
27 ?> |