| [ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['sendtestmailconfirm'] = 'Hiermit versenden Sie eine Testnachricht an eine festgelegte Adresse. Wenn der Versand erfolgreich war, kehren Sie zu dieser Seite zurück. Wollen Sie fortfahren?'; 3 $lang['settingsconfirm'] = 'Sollen die aktuellen Werte in die Einstellungen von CMSMailer geschrieben werden?'; 4 $lang['testsubject'] = 'CMSMailer Testnachricht'; 5 $lang['testbody'] = 'Diese Nachricht ist nur zur Überprüfung der Gültigkeit der Einstellungen des CMSMailer-Moduls gedacht. 6 Wenn Sie diese empfangen haben, funktioniert alles bestens.'; 7 $lang['error_notestaddress'] = 'Fehler: Die Testadresse wurde nicht festgelegt!'; 8 $lang['prompt_testaddress'] = 'Test-Emailadresse'; 9 $lang['sendtest'] = 'Testnachricht senden'; 10 $lang['password'] = 'Passwort'; 11 $lang['username'] = 'Benutzername'; 12 $lang['smtpauth'] = 'SMTP Authentifizierung'; 13 $lang['mailer'] = 'Mailmethode'; 14 $lang['host'] = 'SMTP-Hostname oder Adresse'; 15 $lang['port'] = 'Port des SMTP-Servers'; 16 $lang['from'] = '"Von"-Adresse'; 17 $lang['fromuser'] = '"Von"-Username'; 18 $lang['sendmail'] = 'Sendmail-Pfad'; 19 $lang['timeout'] = 'SMTP-Timeout'; 20 $lang['submit'] = 'Absenden'; 21 $lang['cancel'] = 'Abbrechen'; 22 $lang['info_mailer'] = 'Verwendete Mailmethode (sendmail, smtp, mail). SMTP ist die verlässlichste Methode.'; 23 $lang['info_host'] = 'SMTP-Hostname (nur gültig für die SMTP-Mailmethode)'; 24 $lang['info_port'] = 'SMTP-Portnummer (üblicherweise 25) (nur gültig für die SMTP-Mailmethode)'; 25 $lang['info_from'] = 'Adresse, mit der alle Emails versandt werden'; 26 $lang['info_fromuser'] = 'Username, mit dem alle Emails versandt werden'; 27 $lang['info_sendmail'] = 'Der komplette Pfad zu Ihrem sendmail-Programm (nur gültig für die SMTP-Mailmethode)'; 28 $lang['info_timeout'] = 'Anzahl der Sekunden für die SMTP-Konversation, bevor eine Fehlermeldung erscheint (nur gültig für die SMTP-Mailmethode)'; 29 $lang['info_smtpauth'] = 'Benötigt ihr SMTP-Host eine Authentifizierungs (nur gültig für die SMTP-Mailmethode)'; 30 $lang['info_username'] = 'SMTP-Authentifizierungs-Username (nur gültig für die SMTP-Mailmethode, wenn SMTP-Authentifizierung gewählt wurde)'; 31 $lang['info_password'] = 'SMTP-Authentifizierungs-Passwort (nur gültig für die SMTP-Mailmethode, wenn SMTP-Authentifizierung gewählt wurde)'; 32 $lang['friendlyname'] = 'CMSMailer-Modul'; 33 $lang['postinstall'] = 'Das CMSMailer-Modul wurde erfolgreich installiert.'; 34 $lang['postuninstall'] = 'Das CMSMailer-Modul wurde deinstalliert ... schade, Sie gehen zu sehen!'; 35 $lang['uninstalled'] = 'Modul deinstalliert.'; 36 $lang['installed'] = 'Das Modul wurde in der Version %s installiert.'; 37 $lang['accessdenied'] = 'Zugriff verweigert. Bitte überprüfen Sie Ihre Berechtigungen.'; 38 $lang['error'] = 'Fehler!'; 39 $lang['upgraded'] = 'Module auf Version %s aktualisiert.'; 40 $lang['title_mod_prefs'] = 'Moduleinstellungen'; 41 $lang['title_mod_admin'] = 'Modul-Administration'; 42 $lang['title_admin_panel'] = 'CMSMailer-Modul'; 43 $lang['moddescription'] = 'Dies ist ein einfacher Wrapper für den PHPMailer; er hat die gleiche API (Funktion für Funktion) und ein einfaches Interface für ein paar Einstellungen.'; 44 $lang['welcome_text'] = '<p>Willkommen in der Administration des CMSMailer-Moduls'; 45 $lang['changelog'] = '<ul> 46 <li>Version 1.73.1. October, 2005. Initial Release.</li> 47 <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> 48 <li>Version 1.73.3. October, 2005. Minor bug fix with sending html email</li> 49 <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> 50 <li>Version 1.73.5. November, 2005. Added the form fields and functionality for SMTP authentication.</li> 51 <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> 52 <li>Version 1.73.7. January, 2006. Increased field lengths in most fields</li> 53 <li>Version 1.73.8. January, 2006. Changed the preferences panel to be a bit more descriptive.</li> 54 <li>Version 1.73.9. January, 2006. Added test email capability, and confirmation on each button (except cancel)</li> 55 <li>Version 1.73.10. August, 2006. Modified to use lazy loading to minimize memory footprint when CMSMailer is not being used.</li> 56 </ul>'; 57 $lang['help'] = '<h3>Was macht dieses Modul?</h3> 58 <p>Dieses Modul hat keine Funktionalität für den Endverbraucher. Es dient dazu, um anderen Modulen die Ressourcen zum Versand von Emails zur Verfügung zu stellen. Das war's - weiter nichts.</p> 59 <h3>Wie wird es eingesetzt ?</h3> 60 <p>Dieses Modul liefert einen einfachen Wrapper für alle Methoden und Variablen von PHPmailer. Es wurde zur Unterstützung für andere Module-Entwickler konzipiert. Nachfolgend finden Sie ein Beispiel und eine kurze API-Referenz. Für weitere Informationen lesen Sie bitte die Dokumentation zu PHPmailer.</p> 61 <h3>Ein Beispiel</h3> 62 <pre> 63 $cmsmailer = $this->GetModuleInstance('CMSMailer'); 64 $cmsmailer->AddAddress('calguy1000@hotmail.com','calguy'); 65 $cmsmailer->SetBody('<h1>Das ist eine Testnachricht</h1>'); 66 $cmsmailer->IsHTML(true); 67 $cmsmailer->SetSubject('Testnachricht'); 68 $cmsmailer->Send(); 69 </pre> 70 <h3>API</h3> 71 <ul> 72 <li><p><b>void reset()</b></p> 73 <p>Reset the object back to the values specified in the admin panel</p> 74 </li> 75 <li><p><b>string GetAltBody()</b></p> 76 <p>Return the alternate body of the email</p> 77 </li> 78 <li><p><b>void SetAltBody( $string )</b></p> 79 <p>Set the alternate body of the email</p> 80 </li> 81 <li><p><b>string GetBody()</b></p> 82 <p>Return the primary body of the email</p> 83 </li> 84 <li><p><b>void SetBody( $string )</b></p> 85 <p>Set the primary body of the email</p> 86 </li> 87 <li><p><b>string GetCharSet()</b></p> 88 <p>Default: iso-8859-1</p> 89 <p>Return the mailer character set</p> 90 </li> 91 <li><p><b>void SetCharSet( $string )</b></p> 92 <p>Set the mailer character set</p> 93 </li> 94 <li><p><b>string GetConfirmReadingTo()</b></p> 95 <p>Return the address confirmed reading email flag</p> 96 </li> 97 <li><p><b>void SetConfirmReadingTo( $address )</b></p> 98 <p>Set or unset the confirm reading address</p> 99 </li> 100 <li><p><b>string GetContentType()</b></p> 101 <p>Default: text/plain</p> 102 <p>Return the content type</p> 103 </li> 104 <li><p><b>void SetContentType()</b></p> 105 <p>Set the content type</p> 106 </li> 107 <li><p><b>string GetEncoding()</b></p> 108 <p>Return the encoding</p> 109 </li> 110 <li><p><b>void SetEncoding( $encoding )</b></p> 111 <p>Set the encoding</p> 112 <p>Options are: 8bit, 7bit, binary, base64, quoted-printable</p> 113 </li> 114 <li><p><b>string GetErrorInfo()</b></p> 115 <p>Return any error information</p> 116 </li> 117 <li><p><b>string GetFrom()</b></p> 118 <p>Return the current originating address</p> 119 </li> 120 <li><p><b>void SetFrom( $address )</b></p> 121 <p>Set the originating address</p> 122 </li> 123 <li><p><b>string GetFromName()</b></p> 124 <p>Return the current originating name</p> 125 </li> 126 <li><p><b>SetFromName( $name )</b></p> 127 <p>Set the originating name</p> 128 </li> 129 <li><p><b>string GetHelo()</b></p> 130 <p>Return the HELO string</p> 131 </li> 132 <li><p><b>SetHelo( $string )</b></p> 133 <p>Set the HELO string</p> 134 <p>Default value: $hostname</p> 135 </li> 136 <li><p><b>string GetHost()</b></p> 137 <p>Return the SMTPs host separated by semicolon</p> 138 </li> 139 <li><p><b>void SetHost( $string )</b></p> 140 <p>Set the hosts</p> 141 </li> 142 <li><p><b>string GetHostName()</b></p> 143 <p>Return the hostname used for SMTP Helo</p> 144 </li> 145 <li><p><b>void SetHostName( $hostname )</b></p> 146 <p>Set the hostname used for SMTP Helo</p> 147 </li> 148 <li><p><b>string GetMailer()</b></p> 149 <p>Return the mailer</p> 150 </li> 151 <li><p><b>void SetMailer( $mailer )</b></p> 152 <p>Set the mailer, either sendmail,mail, or smtp</p> 153 </li> 154 <li><p><b>string GetPassword()</b></p> 155 <p>Return the password for smtp auth</p> 156 </li> 157 <li><p><b>void SetPassword( $string )</b></p> 158 <p>Set the password for smtp auth</p> 159 </li> 160 <li><p><b>int GetPort()</b></p> 161 <p>Return the port number for smtp connections</p> 162 </li> 163 <li><p><b>void SetPort( $int )</b></p> 164 <p>Set the port for smtp connections</p> 165 </li> 166 <li><p><b>int GetPriority()</b></p> 167 <p>Return the message priority</p> 168 </li> 169 <li><p><b>void SetPriority( int )</b></p> 170 <p>Set the message priority</p> 171 <p>Values are 1=High, 3 = Normal, 5 = Low</p> 172 </li> 173 <li><p><b>string GetSender()</b></p> 174 <p>Return the sender email (return path) string</p> 175 </li> 176 <li><p><b>void SetSender( $address )</b></p> 177 <p>Set the sender string</p> 178 </li> 179 <li><p><b>string GetSendmail()</b></p> 180 <p>Return the sendmail path</p> 181 </li> 182 <li><p><b>void SetSendmail( $path )</b></p> 183 <p>Set the sendmail path</p> 184 </li> 185 <li><p><b>bool GetSMTPAuth()</b></p> 186 <p>Return the current value of the smtp auth flag</p> 187 </li> 188 <li><p><b>SetSMTPAuth( $bool )</b></p> 189 <p>Set the smtp auth flag</p> 190 </li> 191 <li><p><b>bool GetSMTPDebug()</b></p> 192 <p>Return the value of the SMTP debug flag</p> 193 </li> 194 <li><p><b>void SetSMTPDebug( $bool )</b></p> 195 <p>Set the SMTP debug flag</p> 196 </li> 197 <li><p><b>bool GetSMTPKeepAlive()</b></p> 198 <p>Return the value of the SMTP keep alive flag</p> 199 </li> 200 <li><p><b>SetSMTPKeepAlive( $bool )</b></p> 201 <p>Set the SMTP keep alive flag</p> 202 </li> 203 <li><p><b>string GetSubject()</b></p> 204 <p>Return the current subject string</p> 205 </li> 206 <li><p><b>void SetSubject( $string )</b></p> 207 <p>Set the subject string</p> 208 </li> 209 <li><p><b>int GetTimeout()</b></p> 210 <p>Return the timeout value</p> 211 </li> 212 <li><p><b>void SetTimeout( $seconds )</b></p> 213 <p>Set the timeout value</p> 214 </li> 215 <li><p><b>string GetUsername()</b></p> 216 <p>Return the smtp auth username</p> 217 </li> 218 <li><p><b>void SetUsername( $string )</b></p> 219 <p>Set the smtp auth username</p> 220 </li> 221 <li><p><b>int GetWordWrap()</b></p> 222 <p>Return the wordwrap value</p> 223 </li> 224 <li><p><b>void SetWordWrap( $int )</b></p> 225 <p>Return the wordwrap value</p> 226 </li> 227 <li><p><b>AddAddress( $address, $name = '' )</b></p> 228 <p>Add a destination address</p> 229 </li> 230 <li><p><b>AddAttachment( $path, $name = '', $encoding = 'base64', $type = 'application/octent-stream' )</b></p> 231 <p>Add a file attachment</p> 232 </li> 233 <li><p><b>AddBCC( $address, $name = '' )</b></p> 234 <p>Add a BCC'd destination address</p> 235 </li> 236 <li><p><b>AddCC( $address, $name = '' )</b></p> 237 <p>Add a CC'd destination address</p> 238 </li> 239 <li><p><b>AddCustomHeader( $txt )</b></p> 240 <p>Add a custom header to the email</p> 241 </li> 242 <li><p><b>AddEmbeddedImage( $path, $cid, $name = '', $encoding = 'base64', $type = 'application/octent-stream' )</b></p> 243 <p>Add an embedded image</p> 244 </li> 245 <li><p><b>AddReplyTo( $address, $name = '' )</b></p> 246 <p>Add a reply to address</p> 247 </li> 248 <li><p><b>AddStringAttachment( $string, $filename, $encoding = 'base64', $type = 'application/octent-stream' )</b></p> 249 <p>Add a file attachment</p> 250 </li> 251 <li><p><b>ClearAddresses()</b></p> 252 <p>Clear all addresses</p> 253 </li> 254 <li><p><b>ClearAllRecipients()</b></p> 255 <p>Clear all recipients</p> 256 </li> 257 <li><p><b>ClearAttachments()</b></p> 258 <p>Clear all attachments</p> 259 </li> 260 <li><p><b>ClearBCCs()</b></p> 261 <p>Clear all BCC addresses</p> 262 </li> 263 <li><p><b>ClearCCs()</b></p> 264 <p>Clear all CC addresses</p> 265 </li> 266 <li><p><b>ClearCustomHeaders()</b></p> 267 <p>Clear all custom headers</p> 268 </li> 269 <li><p><b>ClearReplyto()</b></p> 270 <p>Clear reply to address</p> 271 </li> 272 <li><p><b>IsError()</b></p> 273 <p>Check for an error condition</p> 274 </li> 275 <li><p><b>bool IsHTML( $bool )</b></p> 276 <p>Set the html flag</p> 277 <p><i>Note</i> possibly this should be a get and set method</p> 278 </li> 279 <li><p><b>bool IsMail()</b></p> 280 <p>Check wether we are using mail</p> 281 </li> 282 <li><p><b>bool IsQmail()</b></p> 283 <p>Check wether we are using qmail</p> 284 </li> 285 <li><p><b>IsSendmail()</b></p> 286 <p>Check wether we are using sendmail</p> 287 </li> 288 <li><p><b>IsSMTP()</b></p> 289 <p>Check wether we are using smtp</p> 290 </li> 291 <li><p><b>Send()</b></p> 292 <p>Send the currently prepared email</p> 293 </li> 294 <li><p><b>SetLanguage( $lang_type, $lang_path = '' )</b></p> 295 <p>Set the current language and <em>(optional)</em> language path</p> 296 </li> 297 <li><p><b>SmtpClose()</b></p> 298 <p>Close the smtp connection</p> 299 </li> 300 </ul> 301 <h3>Support</h3> 302 <p>Dieses Modul beinhaltet keinen kommerziellen Support. Sie können jedoch über folgende Möglichkeiten Hilfe zu dem Modul erhalten:</p> 303 <ul> 304 <li>Für die letzte Version dieses Moduls, FAQs, dem Versand eines Fehlerreports oder dem Kauf kommerziellen Support besuchen Sie bitte calguys Homepage unter <a href="http://techcom.dyndns.org">techcom.dyndns.org</a>.</li> 305 <li>Eine weitere Diskussion zu diesem Modul ist auch in den Foren von <a href="http://forum.cmsmadesimple.org">CMS Made Simple</a> zu finden.</li> 306 <li>Der Autor calguy1000 ist häufig im <a href="irc://irc.freenode.net/#cms">CMS IRC Channel</a> zu finden.</li> 307 <li>Letztlich erreichen Sie den Autor auch über eine direkte Email.</li> 308 </ul> 309 <p>Nach der GPL wird diese Software so veröffentlicht, wie sie ist. Bitte lesen Sie den 310 Lizenztext für den vollen Haftungsausschluss.</p> 311 312 <h3>Copyright und Lizenz</h3> 313 <p>Copyright © 2005, Robert Campbell <a href="mailto:calguy1000@hotmail.com"><calguy1000@hotmail.com></a>. Alle Rechte vorbehalten.</p> 314 <p>Dieses Modul wurde unter der <a href="http://www.gnu.org/licenses/licenses.html#GPL">GNU Public License</a> veröffentlicht. Sie müssen dieser Lizenz zustimmen, bevor Sie das Modul verwenden.</p> 315 '; 316 $lang['utmz'] = '156861353.1156934081.53.25.utmccn=(referral)|utmcsr=wiki.cmsmadesimple.org|utmcct=/index.php/User_Handbook/Installation/Copying_To_a_New_Server/de|utmcmd=referral'; 317 $lang['utma'] = '156861353.717462736.1147511856.1156872632.1156934081.53'; 318 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |