summaryrefslogtreecommitdiff
path: root/includes/phpmailer/language/phpmailer.lang-fi.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/phpmailer/language/phpmailer.lang-fi.php')
-rw-r--r--includes/phpmailer/language/phpmailer.lang-fi.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/includes/phpmailer/language/phpmailer.lang-fi.php b/includes/phpmailer/language/phpmailer.lang-fi.php
deleted file mode 100644
index 02ba6b7..0000000
--- a/includes/phpmailer/language/phpmailer.lang-fi.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * @package PHPMailer
- * @subpackage language
- * PHPMailer language file.
- * Finnish Version
- * By Jyry Kuukanen
- */
-
-$PHPMAILER_LANG = array();
-
-$PHPMAILER_LANG["provide_address"] = 'Aseta v&auml;hint&auml;&auml;n yksi vastaanottajan ' .
- 's&auml;hk&ouml;postiosoite.';
-$PHPMAILER_LANG["mailer_not_supported"] = 'postiv&auml;litintyyppi&auml; ei tueta.';
-$PHPMAILER_LANG["execute"] = 'Suoritus ep&auml;onnistui: ';
-$PHPMAILER_LANG["instantiate"] = 'mail-funktion luonti ep&auml;onnistui.';
-$PHPMAILER_LANG["authenticate"] = 'SMTP-virhe: k&auml;ytt&auml;j&auml;tunnistus ep&auml;onnistui.';
-$PHPMAILER_LANG["from_failed"] = 'Seuraava l&auml;hett&auml;j&auml;n osoite on virheellinen: ';
-$PHPMAILER_LANG["recipients_failed"] = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
-$PHPMAILER_LANG["data_not_accepted"] = 'SMTP-virhe: data on virheellinen.';
-$PHPMAILER_LANG["connect_host"] = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
-$PHPMAILER_LANG["file_access"] = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
-$PHPMAILER_LANG["file_open"] = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
-$PHPMAILER_LANG["encoding"] = 'Tuntematon koodaustyyppi: ';
-?> \ No newline at end of file