PHPMailer6
language
phpmailer.lang-af.php
phpmailer.lang-ar.php
phpmailer.lang-az.php
phpmailer.lang-ba.php
phpmailer.lang-be.php
phpmailer.lang-bg.php
phpmailer.lang-ca.php
phpmailer.lang-cs.php
phpmailer.lang-da.php
phpmailer.lang-de.php
phpmailer.lang-el.php
phpmailer.lang-eo.php
phpmailer.lang-es.php
phpmailer.lang-et.php
phpmailer.lang-fa.php
phpmailer.lang-fi.php
phpmailer.lang-fo.php
phpmailer.lang-fr.php
phpmailer.lang-gl.php
phpmailer.lang-he.php
phpmailer.lang-hi.php
phpmailer.lang-hr.php
phpmailer.lang-hu.php
phpmailer.lang-hy.php
phpmailer.lang-id.php
phpmailer.lang-it.php
phpmailer.lang-ja.php
phpmailer.lang-ka.php
phpmailer.lang-ko.php
phpmailer.lang-lt.php
phpmailer.lang-lv.php
phpmailer.lang-mg.php
phpmailer.lang-mn.php
phpmailer.lang-ms.php
phpmailer.lang-nb.php
phpmailer.lang-nl.php
phpmailer.lang-pl.php
phpmailer.lang-pt.php
phpmailer.lang-pt_br.php
phpmailer.lang-ro.php
phpmailer.lang-ru.php
phpmailer.lang-sk.php
phpmailer.lang-sl.php
phpmailer.lang-sr.php
phpmailer.lang-sr_latn.php
phpmailer.lang-sv.php
phpmailer.lang-tl.php
phpmailer.lang-tr.php
phpmailer.lang-uk.php
phpmailer.lang-vi.php
phpmailer.lang-zh.php
phpmailer.lang-zh_cn.php
src
COMMITMENT
LICENSE
README.md
SECURITY.md
VERSION
composer.json
get_oauth_token.php
auswertung
bootstrap
classes
config
controller
dashboard
datepicker
jquery
js
language
lib
media
selfregistration
sql
survey
templates
test
tinymce
.gitignore
Hinweise_zu_php8.txt
config.inc.php
todo.txt
28 lines
1.6 KiB
PHP
28 lines
1.6 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Faroese PHPMailer language file: refer to English translation for definitive list
|
|
* @package PHPMailer
|
|
* @author Dávur Sørensen <http://www.profo-webdesign.dk>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.';
|
|
$PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.';
|
|
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
|
|
$PHPMAILER_LANG['encoding'] = 'Ókend encoding: ';
|
|
$PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: ';
|
|
$PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: ';
|
|
$PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.';
|
|
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
|
|
$PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
|
|
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
|
|
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
|
|
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
|
|
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
|
|
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
|