source: trunk/spip/esqueleto-redcta/plugins/zabomailmans/class/phpmailer/language/phpmailer.lang-fo.php @ 76

Last change on this file since 76 was 76, checked in by sebas, 16 years ago

plugin de abonomailman para enviar boletin electronico
basado sobre los cambios de sebas para arreglar los envios.

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<?php
2
3/**
4
5 * PHPMailer language file. 
6
7 * Faroese Version [language of the Faroe Islands, a Danish dominion]
8
9 * This file created: 11-06-2004
10
11 * Supplied by Dávur Sørensen [www.profo-webdesign.dk]
12
13 */
14
15
16
17$PHPMAILER_LANG = array();
18
19
20
21$PHPMAILER_LANG["provide_address"] = 'Tú skal uppgeva minst ' .
22
23                                     'móttakara-emailadressu(r).';
24
25$PHPMAILER_LANG["mailer_not_supported"] = ' er ikki supporterað.';
26
27$PHPMAILER_LANG["execute"] = 'Kundi ikki útføra: ';
28
29$PHPMAILER_LANG["instantiate"] = 'Kuni ikki instantiera mail funktión.';
30
31$PHPMAILER_LANG["authenticate"] = 'SMTP feilur: Kundi ikki góðkenna.';
32
33$PHPMAILER_LANG["from_failed"] = 'fylgjandi Frá/From adressa miseydnaðist: ';
34
35$PHPMAILER_LANG["recipients_failed"] = 'SMTP Feilur: Fylgjandi ' .
36
37                                       'móttakarar miseydnaðust: ';
38
39$PHPMAILER_LANG["data_not_accepted"] = 'SMTP feilur: Data ikki góðkent.';
40
41$PHPMAILER_LANG["connect_host"] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
42
43$PHPMAILER_LANG["file_access"] = 'Kundi ikki tilganga fílu: ';
44
45$PHPMAILER_LANG["file_open"] = 'Fílu feilur: Kundi ikki opna fílu: ';
46
47$PHPMAILER_LANG["encoding"] = 'Ókend encoding: ';
48
49?>
50
Note: See TracBrowser for help on using the repository browser.