inc/language/mediadata_de.php -text svneol=unset#text/plain
inc/language/menu_de.php -text svneol=unset#text/plain
inc/language/mods_de.php -text svneol=unset#text/plain
+inc/language/mydata_de.php svneol=native#text/plain
inc/language/network_de.php -text svneol=unset#text/plain
inc/language/newsletter_de.php -text svneol=unset#text/plain
inc/language/nickname_de.php -text svneol=unset#text/plain
inc/language/other_de.php -text svneol=unset#text/plain
inc/language/payout_de.php -text svneol=unset#text/plain
inc/language/primera_de.php -text svneol=unset#text/plain
+inc/language/profile_de.php svneol=native#text/plain
inc/language/rallye_de.php -text svneol=unset#text/plain
inc/language/refback_de.php -text svneol=unset#text/plain
inc/language/register_de.php -text svneol=unset#text/plain
templates/de/emails/member/member_payout_rejected.tpl -text svneol=unset#text/plain
templates/de/emails/member/member_payout_request.tpl -text svneol=unset#text/plain
templates/de/emails/member/member_payout_request_banner.tpl -text svneol=unset#text/plain
+templates/de/emails/member/member_profile.tpl svneol=native#text/plain
templates/de/emails/member/member_rallye_expired.tpl -text svneol=unset#text/plain
templates/de/emails/member/member_rallye_expired_bronce.tpl -text svneol=unset#text/plain
templates/de/emails/member/member_rallye_expired_gold.tpl -text svneol=unset#text/plain
./inc/extensions-functions.php:436:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) )
./inc/extensions-functions.php:566: // @TODO Extension is loaded, what next?
./inc/functions.php:112: // @TODO Extension 'msg' does not exist
-./inc/functions.php:1496: // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
-./inc/functions.php:1519: // @TODO Rewrite this old lost code to a template
-./inc/functions.php:1587: // @TODO Are these convertions still required?
-./inc/functions.php:1605:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:1497: // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
+./inc/functions.php:1585: // @TODO Are these convertions still required?
+./inc/functions.php:1603:// @TODO Rewrite this function to use readFromFile() and writeToFile()
./inc/functions.php:181:// @TODO Rewrite this to an extension 'smtp'
-./inc/functions.php:2263: // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:2261: // @TODO This is still very static, rewrite it somehow
./inc/gen_sql_patches.php:96:// @TODO Rewrite this to a filter
./inc/install-functions.php:59: // @TODO DEACTIVATED: changeDataInFile(getCachePath() . 'config-local.php', 'OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestParameter('omode'), 0);
-./inc/language/de.php:1117:// @TODO Rewrite these two constants
-./inc/language/de.php:1132:// @TODO Rewrite these three constants
+./inc/language/de.php:1111:// @TODO Rewrite these two constants
+./inc/language/de.php:1126:// @TODO Rewrite these three constants
./inc/language/de.php:300: // @TODO Following two are unused?
-./inc/language/de.php:810:// @TODO Are these constants longer used?
+./inc/language/de.php:804:// @TODO Are these constants longer used?
./inc/language-functions.php:234: // @TODO These are all valid languages, again hard-coded
./inc/language-functions.php:46:// @TODO Rewrite all language constants to this function.
./inc/language/newsletter_de.php:13: * @TODO This language file is completely out-dated, please do no *
./templates/de/html/surfbar/surfbar_frame_textlinks.tpl:5: <!-- @TODO These are static lines and should be replaced by a filter (see ext-sponsor) //-->
### ### DEPRECATION FOLLOWS: ### ###
./inc/modules/admin/admin-inc.php:439:// @DEPRECATED
+./templates/de/emails/profile-updte.tpl:1:@DEPRECATED
### ### template-warnings.log follows: ### ###
Warning: Not parsing JavaScript templates/de/html/js/js_order_send.tpl.
Warning: Not parsing JavaScript templates/de/html/js/js_cookies_disabled.tpl.
addCode('CNTR_FAILED' , 0x007);
addCode('LOGOUT_DONE' , 0x008);
addCode('LOGOUT_FAILED' , 0x009);
-addCode('URL_TLOCK' , 0x00a);
+addCode('URL_TIME_LOCK' , 0x00a);
addCode('URL_FOUND' , 0x00b);
addCode('OVERLENGTH' , 0x00c);
addCode('SUBJECT_URL' , 0x00d);
addCode('UNHANDLED_STATUS' , 0x021);
addCode('MODULE_MEMBER_ONLY' , 0x022);
addCode('UNKNOWN_ERROR' , 0x023);
+addCode('PROFILE_UPDATED' , 0x024);
// Full version
setConfigEntry('FULL_VERSION', '0.2.1-FINAL');
// Replacement strings
$GLOBALS['replacer'] = array(
- 'userid' => '%userid%', // Member id
- 'surname' => '%vorname%', // Surname
- 'family' => '%nachname%', // Family name
- 'gender' => '%anrede%', // Gender
+ 'userid' => '%userid%', // Member id
+ 'surname' => '%vorname%', // Surname
+ 'family' => '%nachname%', // Family name
+ 'gender' => '%anrede%', // Gender
);
// One day
case getCode('NO_MAIL_TYPE') : $message = '{--MEMBER_NO_MAIL_TYPE_SELECTED--}'; break;
case getCode('UNKNOWN_ERROR') : $message = '{--LOGIN_UNKNOWN_ERROR--}'; break;
case getCode('UNKNOWN_STATUS') : $message = '{--LOGIN_UNKNOWN_STATUS--}'; break;
+ case getCode('PROFILE_UPDATED') : $message = '{--MEMBER_PROFILE_UPDATED--}'; break;
case getCode('ERROR_MAILID'):
if (isExtensionActive('mailid', true)) {
}
break;
- case getCode('URL_TLOCK'):
+ case getCode('URL_TIME_LOCK'):
// @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
$result = SQL_QUERY_ESC("SELECT `timestamp` FROM `{?_MYSQL_PREFIX?}_pool` WHERE `id`=%s LIMIT 1",
array(bigintval(getRequestParameter('id'))), __FUNCTION__, __LINE__);
// Load timestamp from last order
- list($timestamp) = SQL_FETCHROW($result);
+ $content = SQL_FETCHARRAY($result);
// Free memory
SQL_FREERESULT($result);
// Translate it for templates
- $timestamp = generateDateTime($timestamp, 1);
+ $content['timestamp'] = generateDateTime($content['timestamp'], 1);
// Calculate hours...
- $STD = round(getConfig('url_tlock') / 60 / 60);
+ $content['hours'] = round(getConfig('url_tlock') / 60 / 60);
// Minutes...
- $MIN = round((getConfig('url_tlock') - $STD * 60 * 60) / 60);
+ $content['minutes'] = round((getConfig('url_tlock') - $content['hours'] * 60 * 60) / 60);
// And seconds
- $SEC = getConfig('url_tlock') - $STD * 60 * 60 - $MIN * 60;
+ $content['seconds'] = round(getConfig('url_tlock') - $content['hours'] * 60 * 60 - $content['minutes'] * 60);
// Finally contruct the message
- // @TODO Rewrite this old lost code to a template
- $message = '{--MEMBER_URL_TIME_LOCK--}<br />{--CONFIG_URL_TLOCK--} ' . $STD . '
- {--_HOURS--}, ' . $MIN . ' {--_MINUTES--} {--_AND--} ' . $SEC . ' {--_SECONDS--}<br />
- {--MEMBER_LAST_TLOCK--}: ' . $timestamp;
+ $message = loadTemplate('tlock_message', true, $content);
break;
default:
'MEMBER_ENTER_URL' => "URL",
'CONTINUE_FRAMETESTER' => "Weiter zum Framekiller-Test",
'MEMBER_URL_TIME_LOCK' => "Sie hatten bereits die selbe URL gebucht:",
- 'MEMBER_LAST_TLOCK' => "Ihre letzte Buchung war am",
- 'CONFIG_URL_TLOCK' => "Selbe URLs sind buchbar in",
+ 'MEMBER_LAST_TIME_LOCK' => "Ihre letzte Buchung war am",
+ 'CONFIG_URL_TIME_LOCK' => "Selbe URLs sind buchbar in",
'_AND' => "und",
'UNKNOWN_CODE' => "Es ist während der Ausführung ein unbekannter Fehler-Code <span class=\"data\">%s</span> enstanden, für den Sie vermutlich nicht verantwortlich sind. Bitte informieren Sie uns über diese Meldung.",
'MEMBER_TEXT_CONTAINS_URL' => "Ihr Werbetext enthält eine URL, dies ist in unserem {?mt_word?} nicht zulässig. Bitte entfernen Sie diese aus Ihrem Text und versuchen Sie es erneut.",
'MEMBER_JOINED' => "Beigetreten",
'ADMIN_EMAIL_DELETED' => "E-Mail wurde aus dem System gelöscht.",
'_ALL' => "alle",
- 'PROFILE_LAST_CHANGE' => "Letzte Änderung",
- 'PROFILE_OUTDATED' => "Haben Sie Neuigkeiten für uns?",
- 'PROFILE_NEVER_CHANGED' => "Sie haben noch nie eine Aenderung durchgeführt.",
- 'PROFILE_UPDATED' => "Profildaten wurden geändert.",
'SORT_BY' => "Sortieren:",
'WE_HAVE' => "Wir haben",
'MEMBER_TEST_URL' => "Zur beworbenen Seite",
'ADMIN_ASSIGN_TASKS' => "Bearbeiten",
'ADMIN_UNASSIGN_TASKS' => "Zuweisung aufheben",
'ADMIN_REDIRECT_TASKS' => "Weiterleiten",
- 'LOAD_URL_ERROR_1' => "Konnte nicht weiterleiten, da bereits Kopfinformationen gesendet wurden! <a href=\"",
- 'LOAD_URL_ERROR_2' => "\">Bitte klicken Sie hier</a>, um zur URL zu kommen.<br />\n<br />\nDanke.",
'GUEST_STATS' => "Statistiken unseres {?mt_word2?}",
'GUEST_STATS_MONTHLY' => "Mitgliederverteilung auf Kalendermonate",
'GUEST_STATS_CATEGORIES' => "Mitgliederverteilung auf Mail-Kategorien",
'MEMBER_HOLIDAY_DEACTIVATE_TITLE' => "Bestehende Urlaubsschaltung deaktivieren",
'MEMBER_HOLIDAY_DEACTIVATED_NOW' => "Ihre Urlaubsschaltung ist jetzt aufgehoben.",
'MEMBER_HOLIDAY_CANNOT_DEACTIVATE' => "Konnte Ihre Urlaubsschaltung nicht aufheben! Bitte melden Sie sich bei uns.",
- 'MEMBER_HOLIDAY_TLOCK' => "Urlaubsschaltung eingerichtet",
+ 'MEMBER_HOLIDAY_TIME_LOCK' => "Urlaubsschaltung eingerichtet",
'MEMBER_HOLIDAY_LOCKED' => "Sie können derzeit Ihre Urlaubsschaltung nicht wieder deaktivieren, da Sie diese erst vor Kurzem aktiviert haben.",
'MEMBER_HOLIDAY_ORDER' => "Sie können derzeit Ihre Urlaubsschaltung nicht verändern, da Ihre letzte Mailbuchung zu kurz her ist! Letzte Buchung: <span class=\"data\">%s</span>",
'MEMBER_HOLIDAY_NOT_STOPPED_404' => "Beim Beenden Ihres Urlaubes ist ein unerwarteter Fehler aufgetreten: Mitglieder-Id <span class=\"data\">%s</span> nicht gefunden.",
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 08/23/2010 *
+ * =================== Last change: 08/23/2010 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : mydata_de.php *
+ * -------------------------------------------------------------------- *
+ * Short description : German langugage support *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : Deutsche Sprachunterstuetzung *
+ * -------------------------------------------------------------------- *
+ * $Revision:: $ *
+ * $Date:: $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: $ *
+ * Needs to be in all Files and every File needs "svn propset *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team *
+ * For more information visit: http://www.mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ die();
+} // END - if
+
+// Language definitions
+addMessages(array(
+ 'MEMBER_PROFILE_LAST_CHANGE' => "Letzte Änderung",
+ 'MEMBER_PROFILE_UPDATED' => "Ihre Profildaten wurden aktualisiert.",
+));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 08/23/2010 *
+ * =================== Last change: 08/23/2010 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : profile_de.php *
+ * -------------------------------------------------------------------- *
+ * Short description : German langugage support *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : Deutsche Sprachunterstuetzung *
+ * -------------------------------------------------------------------- *
+ * $Revision:: $ *
+ * $Date:: $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: $ *
+ * Needs to be in all Files and every File needs "svn propset *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team *
+ * For more information visit: http://www.mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ die();
+} // END - if
+
+// Language definitions
+addMessages(array(
+ // Subject lines
+ 'MEMBER_PROFILE_OUTDATED_SUBJECT' => "Haben Sie Neuigkeiten für uns?",
+ 'MEMBER_PROFILE_NEVER_CHANGED' => "Sie haben noch nie eine Änderung durchgeführt.",
+));
+
+// [EOF]
+?>
} // END - if
} elseif (!isAdmin()) {
// He has already sent a mail within a specific time
- $url = 'modules.php?module=login&what=order&code=' . getCode('URL_TLOCK') . '&id=' . $id;
+ $url = 'modules.php?module=login&what=order&code=' . getCode('URL_TIME_LOCK') . '&id=' . $id;
}
// Still no error?
if (round($content['last_update']) == '0') {
// Has never changed his accont
- $content['last_update'] = '{--PROFILE_NEVER_CHANGED--}';
+ $content['last_update'] = '{--MEMBER_PROFILE_NEVER_CHANGED--}';
} else {
// Has changed his account
$content['last_update'] = generateDateTime($content['last_update'], 0);
}
// Load email template and send mail away
- $message = loadEmailTemplate('profile-updte', $content, bigintval($content['userid']));
- sendEmail($content['email'], '{--PROFILE_OUTDATED--}', $message);
+ $message = loadEmailTemplate('member_profile', $content, bigintval($content['userid']));
+ sendEmail($content['email'], '{--MEMBER_PROFILE_OUTDATED_SUBJECT--}', $message);
// Update profile data
SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `last_profile_sent`=UNIX_TIMESTAMP(), `notified`='Y' WHERE `userid`=%s LIMIT 1",
--- /dev/null
+Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
+
+Haben Sie Neuigkeiten für uns?
+
+Sie hatten sich vor längerer Zeit zu unserem {?mt_word?}-Service {?MAIN_TITLE?} angemeldet. Dabei haben Sie persönliche Daten, wie Ihre komplette Anschrift usw. angegeben. Sind Sie vielleicht mittlerweile umngezogen oder haben geheiratet und haben einen anderen Namen? Oder moechten Sie vielleicht aus der einen oder anderen Kategorie noch Mails empfangen?
+
+Bitte loggen Sie sich zu unserem {?mt_word?}-System ein und aktualisieren Sie Ihre Daten!
+
+------------------
+Ihre Mitglieder-Id war: $userid
+------------------
+Angemeldet seit: $content[joined]
+------------------
+Letzte Profiländerung: $content[last_update]
+------------------
+
+Sollten Sie diese Mail irrtümlich erhalten haben, weil sich bei Ihnen nichts geändert hat, bitten wir Sie dies zu entschuldigen und sich dennoch einmal einzuloggen und auf "Benachrichtigung abschalten" zu klicken.
+
+Vielen Dank.
+
+Mit freundlichen Grüßen,
+ Ihr {?MAIN_TITLE?} Team
+
+{?URL?}/login.php ({?WEBMASTER?})
-Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
-
-Haben Sie Neuigkeiten für uns?
-
-Sie hatten sich vor längerer Zeit zu unserem {?mt_word?}-Service {?MAIN_TITLE?} angemeldet. Dabei haben Sie persönliche Daten, wie Ihre komplette Anschrift usw. angegeben. Sind Sie vielleicht mittlerweile umngezogen oder haben geheiratet und haben einen anderen Namen? Oder moechten Sie vielleicht aus der einen oder anderen Kategorie noch Mails empfangen?
-
-Bitte loggen Sie sich zu unserem {?mt_word?}-System ein und aktualisieren Sie Ihre Daten!
-
-------------------
-Ihre Mitglieder-Id war: $userid
-------------------
-Angemeldet seit: $content[joined]
-------------------
-Letzte Profiländerung: $content[last_update]
-------------------
-
-Sollten Sie diese Mail irrtümlich erhalten haben, weil sich bei Ihnen nichts geändert hat, bitten wir Sie dies zu entschuldigen und sich dennoch einmal einzuloggen und auf "Benachrichtigung abschalten" zu klicken.
-
-Vielen Dank.
-
-Mit freundlichen Grüßen,
- Ihr {?MAIN_TITLE?} Team
-
-{?URL?}/login.php ({?WEBMASTER?})
+@DEPRECATED
<td align="center">$content[end]</td>
</tr>
<tr>
- <td class="bottom" align="right">{--MEMBER_HOLIDAY_TLOCK--}:</td>
+ <td class="bottom" align="right">{--MEMBER_HOLIDAY_TIME_LOCK--}:</td>
<td class="bottom" align="center">$content[lock]</td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td class="member_footer" align="right">{--PROFILE_LAST_CHANGE--}:</td>
+ <td class="member_footer" align="right">{--MEMBER_PROFILE_LAST_CHANGE--}:</td>
<td class="member_footer"><strong>$content[last_update]</strong></td>
</tr>
</table>
<noscript>
- {--LOAD_URL_ERROR_1--}<a href="$content" rel="external" title="$content">$content</a>{--LOAD_URL_ERROR_2--}
+ <a href="$content" rel="external" title="$content">$content</a>
</noscript>
<script type="text/javascript" language="JavaScript">
{--MEMBER_URL_TIME_LOCK--}
</div>
<div>
- {--CONFIG_URL_TLOCK--}
+ {--CONFIG_URL_TIME_LOCK--}
$content[hours] {--_HOURS--},
$content[minutes] {--_MINUTES--} {--_AND--}
$content[seconds] {--_SECONDS--}
</div>
<div>
- {--MEMBER_LAST_TLOCK--}: $content[timestamp]
+ {--MEMBER_LAST_TIME_LOCK--}: $content[timestamp]
</div>