File Manager
<?php
$lang['none'] = 'Ei mitään';
$lang['ssl'] = 'SSL';
$lang['tls'] = 'TLS';
$lang['secure'] = 'Salausmekanismi';
$lang['info_secure'] = 'Koskee ainoastaan SMTP-lähetystä, joka sallii eri salausmekanismien käyttämisen yhteydelle';
$lang['info_cmsmailer'] = 'Tätä moduulia käyttävät lukemattomat muut moduulit sähköpostien lähettämiseen. Se täytyy konfiguroida oikein palveluntarjoajasi vaatimusten mukaisesti. Ole hyvä ja käytä palveluntarjoajasi tarjoamia tietoja näiden asetusten säätämiseksi. Jos et vieläkään saa testiviestiä lähtemään onnistuneesti, ota yhteyttä palveluntarjoajaasi.';
$lang['charset'] = 'Merkistö';
$lang['sendtestmailconfirm'] = 'Tämä lähettää testiviestin määrittämääsi osoitteeseen. Mikäli lähettäminen onnistuu, ohjaudut takaisin tälle sivulle. Haluatko jatkaa?';
$lang['settingsconfirm'] = 'Tallennatko nykyiset arvot CMSMailerin asetuksiksi?';
$lang['testsubject'] = 'CMSMailerin testiviesti';
$lang['testbody'] = 'Tämän viestin tarkoitus on varmistaa CMSMailer-moduulin asetusten toimivuus.
Jos saat tämän viestin, niin kaikki toimii oikein.';
$lang['error_notestaddress'] = 'Virhe: Testiosoitetta ei ole annettu';
$lang['prompt_testaddress'] = 'Sähköpostiosoite testiviestille';
$lang['sendtest'] = 'Lähetä testiviesti';
$lang['password'] = 'Salasana';
$lang['username'] = 'Käyttäjätunnus';
$lang['smtpauth'] = 'SMTP-tunnistus';
$lang['mailer'] = 'Postitustapa';
$lang['host'] = 'SMTP-palvelimen nimi<br/><i>(tai IP-osoite)</i>';
$lang['port'] = 'SMTP-palvelimen portti';
$lang['from'] = 'Lähettäjän osoite';
$lang['fromuser'] = 'Lähettäjän nimi';
$lang['sendmail'] = 'Sendmailin sijainti';
$lang['timeout'] = 'SMTP:n aikakatkaisu';
$lang['submit'] = 'Lähetä';
$lang['cancel'] = 'Peruuta';
$lang['info_mailer'] = 'Postitustapa (sendmail, smtp, mail). Yleensä SMTP on luotettavin.';
$lang['info_host'] = 'SMTP-palvelimen nimi (vain SMTP-postitustavassa)';
$lang['info_port'] = 'SMTP-portin numero (yleensä 25) (vain SMTP-postitustavassa)';
$lang['info_from'] = 'Lähettäjän osoite kaikissa sähköpostiviesteissä.<br /><strong>Huomaa</strong>, tämä sähköpostiosoite täytyy asettaa oikein palveluntarjoajallesi tai sinulla voi olla ongelmia sähköpostien lähettämisessä.<br />Jos et tiedä tämän asetuksen arvoa, sinun täytyy todennäköisesti ottaa yhteyttä palveluntarjoajaasi.';
$lang['info_fromuser'] = 'Lähettäjän nimi kaikissa viesteissä';
$lang['info_sendmail'] = 'Täydellinen polku sendmail-ohjelmaan (vain sendmail-postitustavassa)';
$lang['info_timeout'] = 'Aika sekunteina ennen kuin tapahtuu virhe SMTP-keskustelussa (SMTP-postitustavassa)';
$lang['info_smtpauth'] = 'Vaatiiko SMTP-palvelin autentikoinnin (vain SMTP-postitustavassa)';
$lang['info_username'] = 'Käyttäjänimi SMTP-autentikointiin (vain SMTP-postitusmetodissa kun autentikointi on valittuna)';
$lang['info_password'] = 'Salasana SMTP-autentikointiin (vain SMTP postitusmetodissa kun autentikointi on valittuna)';
$lang['friendlyname'] = 'CMSMailer-moduuli';
$lang['postinstall'] = 'CMSMailer-moduuli on asennettu onnistuneesti';
$lang['postuninstall'] = 'CMSMailer-moduuli poistettu';
$lang['uninstalled'] = 'Moduuli poistettu.';
$lang['installed'] = 'Moduuliversio %s asennettu.';
$lang['accessdenied'] = 'Pääsy estetty. Tarkasta oikeudet.';
$lang['error'] = 'Virhe!';
$lang['upgraded'] = 'Moduuli päivitetty versioon %s.';
$lang['title_mod_prefs'] = 'Moduulin asetukset';
$lang['title_mod_admin'] = 'Moduulin hallintapaneeli';
$lang['title_admin_panel'] = 'CMSMailer-moduuli';
$lang['moddescription'] = 'Tämä on yksinkertainen kääreohjelma PHPMailerin ympärille. Tässä on samanlainen API (funktiokohtaisesti) ja yksinkertainen käyttöliittymä joidenkin oletusvalintojen asettamiseksi.';
$lang['welcome_text'] = '<p>Tervetuloa CMSMailer-moduulin hallintaosioon';
$lang['changelog'] = '<ul>
<li>Version 1.73.1. October, 2005. Initial Release.</li>
<li>Version 1.73.2. October, 2005. Minor bug fix with the admin panel. The dropdown was not representing the current value from the preferences database</li>
<li>Version 1.73.3. October, 2005. Minor bug fix with sending html email</li>
<li>Version 1.73.4. November, 2005. Form fields in preferences are larger, fixed a problem with the fromuser, and called reset within the constructor</li>
<li>Version 1.73.5. November, 2005. Added the form fields and functionality for SMTP authentication.</li>
<li>Version 1.73.6. December, 2005. Default mailer method is SMTP on install, and improved documentation, and now I clear all the attachments, and addresses, etc. on reset.</li>
<li>Version 1.73.7. January, 2006. Increased field lengths in most fields</li>
<li>Version 1.73.8. January, 2006. Changed the preferences panel to be a bit more descriptive.</li>
<li>Version 1.73.9. January, 2006. Added test email capability, and confirmation on each button (except cancel)</li>
<li>Version 1.73.10. August, 2006. Modified to use lazy loading to minimize memory footprint when CMSMailer is not being used.</li>
<li>Version 1.73.13. January, 2008. Added more permissions checks.</li>
<li>Version 2.0.1 - January, 2011 - Remove cancel button.</li>
</ul>
</ul>';
$lang['help'] = '<h3>Mitä tämä moduuli tekee?</h3>
<p>Tällä moduulilla ei ole ollenkaan peruskäyttäjän käyttöliittymää. Tämä on suunniteltu integroitavaksi muihin moduuleihin sähköpostiominaisuuksien lisäämiseksi.</p>
<h3>Kuinka sitä käytetään</h3>
<p>Tämä moduuli toimii yksinkertaisena kääreenä phpmailerin muuttujille ja metodeille. Moduuli on tarkoitettu toisten moduulikehittäjien käytettäväksi. Alla on esimerkki ja lyhyt API-kuvaus. Moduulin mukana toimitetaan PHPMailer-dokumentaatio, josta saa lisätietoja.</p>
<h3>Esimerkki</h3>
<pre>
$cmsmailer = $this->GetModuleInstance('CMSMailer');
$cmsmailer->AddAddress('calguy1000@hotmail.com','calguy');
$cmsmailer->SetBody('<h1>Tämä on testiviesti<h1>');
$cmsmailer->IsHTML(true);
$cmsmailer->SetSubject('Testiviesti');
$cmsmailer->Send();
</pre>
<h3>API</h3>
<ul>
<li><p><b>void reset()</b></p>
<p>Reset the object back to the values specified in the admin panel</p>
</li>
<li><p><b>string GetAltBody()</b></p>
<p>Return the alternate body of the email</p>
</li>
<li><p><b>void SetAltBody( $string )</b></p>
<p>Set the alternate body of the email</p>
</li>
<li><p><b>string GetBody()</b></p>
<p>Return the primary body of the email</p>
</li>
<li><p><b>void SetBody( $string )</b></p>
<p>Set the primary body of the email</p>
</li>
<li><p><b>string GetCharSet()</b></p>
<p>Default: iso-8859-1</p>
<p>Return the mailer character set</p>
</li>
<li><p><b>void SetCharSet( $string )</b></p>
<p>Set the mailer character set</p>
</li>
<li><p><b>string GetConfirmReadingTo()</b></p>
<p>Return the address confirmed reading email flag</p>
</li>
<li><p><b>void SetConfirmReadingTo( $address )</b></p>
<p>Set or unset the confirm reading address</p>
</li>
<li><p><b>string GetContentType()</b></p>
<p>Default: text/plain</p>
<p>Return the content type</p>
</li>
<li><p><b>void SetContentType()</b></p>
<p>Set the content type</p>
</li>
<li><p><b>string GetEncoding()</b></p>
<p>Return the encoding</p>
</li>
<li><p><b>void SetEncoding( $encoding )</b></p>
<p>Set the encoding</p>
<p>Options are: 8bit, 7bit, binary, base64, quoted-printable</p>
</li>
<li><p><b>string GetErrorInfo()</b></p>
<p>Return any error information</p>
</li>
<li><p><b>string GetFrom()</b></p>
<p>Return the current originating address</p>
</li>
<li><p><b>void SetFrom( $address )</b></p>
<p>Set the originating address</p>
</li>
<li><p><b>string GetFromName()</b></p>
<p>Return the current originating name</p>
</li>
<li><p><b>SetFromName( $name )</b></p>
<p>Set the originating name</p>
</li>
<li><p><b>string GetHelo()</b></p>
<p>Return the HELO string</p>
</li>
<li><p><b>SetHelo( $string )</b></p>
<p>Set the HELO string</p>
<p>Default value: $hostname</p>
</li>
<li><p><b>string GetHost()</b></p>
<p>Return the SMTPs host separated by semicolon</p>
</li>
<li><p><b>void SetHost( $string )</b></p>
<p>Set the hosts</p>
</li>
<li><p><b>string GetHostName()</b></p>
<p>Return the hostname used for SMTP Helo</p>
</li>
<li><p><b>void SetHostName( $hostname )</b></p>
<p>Set the hostname used for SMTP Helo</p>
</li>
<li><p><b>string GetMailer()</b></p>
<p>Return the mailer</p>
</li>
<li><p><b>void SetMailer( $mailer )</b></p>
<p>Set the mailer, either sendmail,mail, or smtp</p>
</li>
<li><p><b>string GetPassword()</b></p>
<p>Return the password for smtp auth</p>
</li>
<li><p><b>void SetPassword( $string )</b></p>
<p>Set the password for smtp auth</p>
</li>
<li><p><b>int GetPort()</b></p>
<p>Return the port number for smtp connections</p>
</li>
<li><p><b>void SetPort( $int )</b></p>
<p>Set the port for smtp connections</p>
</li>
<li><p><b>int GetPriority()</b></p>
<p>Return the message priority</p>
</li>
<li><p><b>void SetPriority( int )</b></p>
<p>Set the message priority</p>
<p>Values are 1=High, 3 = Normal, 5 = Low</p>
</li>
<li><p><b>string GetSender()</b></p>
<p>Return the sender email (return path) string</p>
</li>
<li><p><b>void SetSender( $address )</b></p>
<p>Set the sender string</p>
</li>
<li><p><b>string GetSendmail()</b></p>
<p>Return the sendmail path</p>
</li>
<li><p><b>void SetSendmail( $path )</b></p>
<p>Set the sendmail path</p>
</li>
<li><p><b>bool GetSMTPAuth()</b></p>
<p>Return the current value of the smtp auth flag</p>
</li>
<li><p><b>SetSMTPAuth( $bool )</b></p>
<p>Set the smtp auth flag</p>
</li>
<li><p><b>bool GetSMTPDebug()</b></p>
<p>Return the value of the SMTP debug flag</p>
</li>
<li><p><b>void SetSMTPDebug( $bool )</b></p>
<p>Set the SMTP debug flag</p>
</li>
<li><p><b>bool GetSMTPKeepAlive()</b></p>
<p>Return the value of the SMTP keep alive flag</p>
</li>
<li><p><b>SetSMTPKeepAlive( $bool )</b></p>
<p>Set the SMTP keep alive flag</p>
</li>
<li><p><b>string GetSubject()</b></p>
<p>Return the current subject string</p>
</li>
<li><p><b>void SetSubject( $string )</b></p>
<p>Set the subject string</p>
</li>
<li><p><b>int GetTimeout()</b></p>
<p>Return the timeout value</p>
</li>
<li><p><b>void SetTimeout( $seconds )</b></p>
<p>Set the timeout value</p>
</li>
<li><p><b>string GetUsername()</b></p>
<p>Return the smtp auth username</p>
</li>
<li><p><b>void SetUsername( $string )</b></p>
<p>Set the smtp auth username</p>
</li>
<li><p><b>int GetWordWrap()</b></p>
<p>Return the wordwrap value</p>
</li>
<li><p><b>void SetWordWrap( $int )</b></p>
<p>Return the wordwrap value</p>
</li>
<li><p><b>AddAddress( $address, $name = '' )</b></p>
<p>Add a destination address</p>
</li>
<li><p><b>AddAttachment( $path, $name = '', $encoding = 'base64', $type = 'application/octent-stream' )</b></p>
<p>Add a file attachment</p>
</li>
<li><p><b>AddBCC( $address, $name = '' )</b></p>
<p>Add a BCC'd destination address</p>
</li>
<li><p><b>AddCC( $address, $name = '' )</b></p>
<p>Add a CC'd destination address</p>
</li>
<li><p><b>AddCustomHeader( $txt )</b></p>
<p>Add a custom header to the email</p>
</li>
<li><p><b>AddEmbeddedImage( $path, $cid, $name = '', $encoding = 'base64', $type = 'application/octent-stream' )</b></p>
<p>Add an embedded image</p>
</li>
<li><p><b>AddReplyTo( $address, $name = '' )</b></p>
<p>Add a reply to address</p>
</li>
<li><p><b>AddStringAttachment( $string, $filename, $encoding = 'base64', $type = 'application/octent-stream' )</b></p>
<p>Add a file attachment</p>
</li>
<li><p><b>ClearAddresses()</b></p>
<p>Clear all addresses</p>
</li>
<li><p><b>ClearAllRecipients()</b></p>
<p>Clear all recipients</p>
</li>
<li><p><b>ClearAttachments()</b></p>
<p>Clear all attachments</p>
</li>
<li><p><b>ClearBCCs()</b></p>
<p>Clear all BCC addresses</p>
</li>
<li><p><b>ClearCCs()</b></p>
<p>Clear all CC addresses</p>
</li>
<li><p><b>ClearCustomHeaders()</b></p>
<p>Clear all custom headers</p>
</li>
<li><p><b>ClearReplyto()</b></p>
<p>Clear reply to address</p>
</li>
<li><p><b>IsError()</b></p>
<p>Check for an error condition</p>
</li>
<li><p><b>bool IsHTML( $bool )</b></p>
<p>Set the html flag</p>
<p><i>Note</i> possibly this should be a get and set method</p>
</li>
<li><p><b>bool IsMail()</b></p>
<p>Check wether we are using mail</p>
</li>
<li><p><b>bool IsQmail()</b></p>
<p>Check wether we are using qmail</p>
</li>
<li><p><b>IsSendmail()</b></p>
<p>Check wether we are using sendmail</p>
</li>
<li><p><b>IsSMTP()</b></p>
<p>Check wether we are using smtp</p>
</li>
<li><p><b>Send()</b></p>
<p>Send the currently prepared email</p>
</li>
<li><p><b>SetLanguage( $lang_type, $lang_path = '' )</b></p>
<p>Set the current language and <em>(optional)</em> language path</p>
</li>
<li><p><b>SmtpClose()</b></p>
<p>Close the smtp connection</p>
</li>
</ul>
<h3>Tuki</h3>
<p>Tämän moduulin mukana ei tule kaupallista tukea. Muutamista paikoista voit kuitenkin saada apua:</p>
<ul>
<li>Uusin versio, FAQ ja bugiraportin jättäminen sekä kaupallisen tuen ostomahdollisuus ovat calguyn kotisivulla osoitteessa <a href=&quot;http://techcom.dyndns.org&quot;>techcom.dyndns.org</a>.</li>
<li>Keskustelua moduulista on <a href=&quot;http://forum.cmsmadesimple.org&quot;>CMS Made Simple -foorumilla</a>.</li>
<li>Moduulin tekijä, calguy1000 on usein tavoitettavissa <a href=&quot;irc://irc.freenode.net/#cms&quot;>CMS IRC-kanavalla</a>.</li>
<li>Saatat myös saada jonkin verran apua moduulin tekijältä sähköpostitse.</li>
</ul>
<p>GPL:n mukaisesti, tämä ohjelma toimitetaan sellaisena kuin se on (as-is). Täydellinen vastuuvapauslauseke on lisenssissä.</p>
<h3>Copyright ja lisenssi</h3>
<p>Copyright © 2005, Robert Campbell <a href=&quot;mailto:calguy1000@hotmail.com&quot;><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p>
<p>Tämä moduuli on julkaistu <a href=&quot;http://www.gnu.org/licenses/licenses.html#GPL&quot;>GNU Public License</a> -lisenssillä. Lisenssin ehdot on hyväksyttävä ennen moduulin käyttöä.</p>
';
$lang['utma'] = '156861353.913577157.1292870007.1307535822.1307565405.18';
$lang['utmz'] = '156861353.1302546643.10.5.utmcsr=feedburner|utmccn=Feed: cmsmadesimple/blog (CMS Made Simple)|utmcmd=feed';
$lang['qca'] = 'P0-584376928-1292870006667';
$lang['utmb'] = '156861353';
$lang['utmc'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com