moodle/lib/phpmailer/language/phpmailer.lang-fo.php

26 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* PHPMailer language file.
* Faroese Version [language of the Faroe Islands, a Danish dominion]
* This file created: 11-06-2004
* Supplied by Dávur Sørensen [www.profo-webdesign.dk]
*/
$PHPMAILER_LANG = array();
$PHPMAILER_LANG["provide_address"] = 'Tú skal uppgeva minst ' .
'móttakara-emailadressu(r).';
$PHPMAILER_LANG["mailer_not_supported"] = ' er ikki supporterağ.';
$PHPMAILER_LANG["execute"] = 'Kundi ikki útføra: ';
$PHPMAILER_LANG["instantiate"] = 'Kuni ikki instantiera mail funktión.';
$PHPMAILER_LANG["authenticate"] = 'SMTP feilur: Kundi ikki góğkenna.';
$PHPMAILER_LANG["from_failed"] = 'fylgjandi Frá/From adressa miseydnağist: ';
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Feilur: Fylgjandi ' .
'móttakarar miseydnağust: ';
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP feilur: Data ikki góğkent.';
$PHPMAILER_LANG["connect_host"] = 'SMTP feilur: Kundi ikki knıta samband viğ SMTP vert.';
$PHPMAILER_LANG["file_access"] = 'Kundi ikki tilganga fílu: ';
$PHPMAILER_LANG["file_open"] = 'Fílu feilur: Kundi ikki opna fílu: ';
$PHPMAILER_LANG["encoding"] = 'Ókend encoding: ';
?>