File Manager
<?php
$lang['warning_cron_updated'] = 'This test is generated on an infrequent basis. It may take some time for it to go away';
$lang['none'] = 'Žádné';
$lang['ssl'] = 'SSL';
$lang['tls'] = 'TLS';
$lang['secure'] = 'Kódovací mechanismus';
$lang['info_secure'] = 'Použitelné jen na SMTP metodu odesílání, tato volba povoluje nastavení jiného kódovacího mechanismu pro připojení';
$lang['info_cmsmailer'] = 'Tento modul je využíván množstvím dalších modulů pro zasílání emailů. Musí být správně nakonfigurován dle nastavení Vašeho hostitele. Použijte prosím informace poskytnuté Vaším hostitelem pro nastavení těchno hodnot. Pokud Vám nejdou stále odesílat testovací zprávy, zkuste kontaktovat Vašeho hostitele pro pomoc.';
$lang['charset'] = 'Znaková sada';
$lang['sendtestmailconfirm'] = 'Zašle zkušební zprávu na zadanou adresu. Pokud je tento proces úspěšný, navrátíte se na tuto stránku. Chcete pokračovat?';
$lang['settingsconfirm'] = 'Zapsat současné hodnoty do nastavení CMSMaileru?';
$lang['testsubject'] = 'CMSMailer zkušební zpráva';
$lang['testbody'] = 'Tato zpráva slouží pouze pro ověření správnosti nastavení v modulu CMSMailer.
Pokud ho obdržíte, vše pracuje správně.';
$lang['error_notestaddress'] = 'Chyba: Testovací adresa nezadána';
$lang['prompt_testaddress'] = 'Testovací emailová adresa';
$lang['sendtest'] = 'Zaslat zkušební zprávu';
$lang['password'] = 'Heslo';
$lang['username'] = 'Jméno';
$lang['smtpauth'] = 'SMTP ověření';
$lang['mailer'] = 'Metoda odesílání';
$lang['host'] = 'Jméno SMTP serveru<br/><i>(nebo IP adresa)</i>';
$lang['port'] = 'Port SMTP serveru';
$lang['from'] = 'Adresa odesílatele';
$lang['fromuser'] = 'Jméno odesílatele';
$lang['sendmail'] = 'Umístění sendmailu';
$lang['timeout'] = 'SMTP neodpovídá';
$lang['submit'] = 'Odeslat';
$lang['cancel'] = 'Storno';
$lang['info_mailer'] = 'Metoda odesílání (sendmail, smtp, mail). Nejspolehlivější je většinou smtp.';
$lang['info_host'] = 'Jméno SMTP serveru (platné pouze pro metodu smtp)';
$lang['info_port'] = 'Číslo portu SMTP (obvykle 25) (platné pouze pro metodu smtp)';
$lang['info_from'] = 'Adresa použitá jako odesílatel ve všech emailech';
$lang['info_fromuser'] = 'Jméno pro odesílání všech emailů';
$lang['info_sendmail'] = 'Kompletní cesta k sendmailu (platné pouze pro metodu sendmail)';
$lang['info_timeout'] = 'Počet vteřin SMTP konverzace než nastane chyba (platné pouze pro metodu smtp)';
$lang['info_smtpauth'] = 'Vyžaduje Váš server SMTP ověření (platné pouze pro metodu smtp)';
$lang['info_username'] = 'Uživatelské jméno pro SMTP ověření (platné pouze pro metodu smtp, pokud je vybrané smtp ověření)';
$lang['info_password'] = 'Heslo pro SMTP ověření (platné pouze pro metodu smtp, pokud je vybrané smtp ověření)';
$lang['friendlyname'] = 'CMSMailer modul';
$lang['postinstall'] = 'CMSMailer modul byl úspěšně nainstalován';
$lang['postuninstall'] = 'CMSMailer modul odinstalován...';
$lang['uninstalled'] = 'Modul odinstalován.';
$lang['installed'] = 'Modul verze %s nainstalován.';
$lang['accessdenied'] = 'Přístup zakázán. Ověřte prosím svá oprávnění.';
$lang['error'] = 'Chyba!';
$lang['upgraded'] = 'Modul povýšen na verzi %s.';
$lang['title_mod_prefs'] = 'Nastavení modulu';
$lang['title_mod_admin'] = 'Administrace modulu';
$lang['title_admin_panel'] = 'CMSMailer modul';
$lang['moddescription'] = 'Toto je jednoduchý wrapper k PHPMaileru, má stejné API (funkce pro funkce) a jednoduché rozhraní pro základ.';
$lang['changelog'] = '<ul>
<li>Version 1.73.1. říjen, 2005. První vydání.</li>
<li>Version 1.73.2. říjen, 2005. Odstranění drobných chyb v Administračním panelu. Vysouvací pole neodpovídalo aktuální hodnotě uložené v databázi</li>
<li>Version 1.73.3. říjen, 2005. Odstranění drobných chyb při odesílání html emailu</li>
<li>Version 1.73.4. listopad, 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. listopad, 2005. Přidána funkcionalita a formulářová pole pro SMTP ověření.</li>
<li>Version 1.73.6. prosinec, 2005. Výchozí metoda maileru po instalaci je SMTP, vylepšená dokumentace a při resetu se resetují i přílohy, adresy atd.</li>
<li>Version 1.73.7. leden, 2006. Zvětšena délka většiny polí</li>
<li>Version 1.73.8. leden, 2006. Změněn panel vlastností, aby byl o trochu víc informativnější.</li>
<li>Version 1.73.9. leden, 2006. Přidána možnost testovacího emailu a přidáno potvrzení na každé tlačítko (kromě storno)</li>
<li>Version 1.73.10. srpen, 2006. Modul upraven na "líné načítání", aby se zmenšilo využití paměti když CMSMailer není používán.</li>
<li>Version 1.73.13. leden, 2008. Přidáno více kontrol oprávnění.</li>
<li>Version 2.0.1 - leden, 2011 - Odstraněno tlačítko storno.</li>
<li>Version 2.0.2 - září, 2011 - Výchozí znaková sada nastavena na utf-8.</li>
</ul>';
$lang['help'] = '<h3>Co dělá tento modul?</h3>
<p>Tento modul neposkytuje žádnou funkci pro použití uživatelem. Je určen pro začlenění do ostatních modulů a umožňuje odesílání emailů. To je vše, nic víc.</p>
<h3>Jak mohu modul použít</h3>
<p>Tento modul poskytuje jednoduchý wrapper metod a proměnných PHPMaileru. Je určen pro vývojáře modulů. níže je uveden příklad a stručná reference API. Prosím přečtěte si přiloženou dokumentaci PHPMaileru pro další informace.</p>
<h3>Příklad</h3>
<pre>
$cmsmailer = $this->GetModuleInstance('CMSMailer');
$cmsmailer->AddAddress('calguy1000@hotmail.com','calguy');
$cmsmailer->SetBody('&lt;h4&gt;This is a test message&lt;/h4&gt;');
$cmsmailer->IsHTML(true);
$cmsmailer->SetSubject('Test message');
$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>Support</h3>
<p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p>
<ul>
<li>For the latest version of this module, FAQs, or to file a Bug Report or buy commercial support, please visit calguys homepage at <a href='http://techcom.dyndns.org'>techcom.dyndns.org</a>.</li>
<li>Additional discussion of this module may also be found in the <a href='http://forum.cmsmadesimple.org'>CMS Made Simple Forums</a>.</li>
<li>The author, calguy1000, can often be found in the <a href='irc://irc.freenode.net/#cms'>CMS IRC Channel</a>.</li>
<li>Lastly, you may have some success emailing the author directly.</li>
</ul>
<p>As per the GPL, this software is provided as-is. Please read the text
of the license for the full disclaimer.</p>
<h3>Copyright and License</h3>
<p>Copyright &copy; 2005, Robert Campbell <a href='mailto:calguy1000@hotmail.com'>&lt;calguy1000@hotmail.com&gt;</a>. All Rights Are Reserved.</p>
<p>This module has been released under the <a href='http://www.gnu.org/licenses/licenses.html#GPL'>GNU Public License</a>. You must agree to this license before using the module.</p>';
$lang['utma'] = '156861353.94793895.1320075411.1320075411.1320081017.2';
$lang['utmz'] = '156861353.1320075411.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)';
$lang['qca'] = 'P0-2065764558-1319293569112';
$lang['utmc'] = '156861353';
$lang['utmb'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com