inc/language/timezone_de.php -text svneol=unset#text/plain
inc/language/top10_de.php -text svneol=unset#text/plain
inc/language/transfer_de.php -text svneol=unset#text/plain
+inc/language/update_de.php svneol=native#text/plain
inc/language/usage_de.php -text svneol=unset#text/plain
inc/language/user_de.php -text svneol=unset#text/plain
inc/language/validator_de.php -text svneol=unset#text/plain
./inc/functions.php:2251: // @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:1127:// @TODO Rewrite these two constants
-./inc/language/de.php:1142:// @TODO Rewrite these three constants
+./inc/language/de.php:1119:// @TODO Rewrite these two constants
+./inc/language/de.php:1134:// @TODO Rewrite these three constants
./inc/language/de.php:301: // @TODO Following two are unused?
-./inc/language/de.php:819:// @TODO Are these constants longer used?
+./inc/language/de.php:811:// @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/rallye_de.php:13: * @TODO Naming convention not applied for language strings *
'VIEWS' => "Views",
'REFERAL_URL' => "Banner",
'REFERAL_TITLE' => "Alternativer Text",
- 'REFERAL_CNTR' => "Views",
- 'REFERAL_VIS' => "Aktiv?",
+ 'REFERAL_CLICKS_SHORT' => "Klicks",
+ 'REFERAL_VIEWS' => "Views",
+ 'REFERAL_IS_ACTIVE' => "Aktiv?",
'POINTS_USED' => "Verbrauchte {?POINTS?}",
'MEMBER_NO_POINTS' => "Sie haben keine {?POINTS?} mehr zum Versenden übrig.",
'MEMBER_NO_PAYMENTS' => "Der Admin diesen {?mt_word?} hat noch keine Mailarten definiert.",
'ADMIN_CHANGE_PAYMENT' => "Mailvergütungen ändern",
'ADMIN_REMOVE_PAYMENT' => "Mailvergütungen löschen",
'REFERALS' => "Referals",
- 'POINTS_SUM' => "Gesamtsumme",
- 'ADMIN_NEW_VERSION_AVAILABLE' => "Neue Version verfügbar.",
- 'ADMIN_YOUR_VERSION_IS' => "Installierte Version",
- 'ADMIN_ONLINE_VERSION_IS' => "Verfügbare Version",
- 'ADMIN_UPDATE_CREATE_TIME' => "Update wurde erstellt",
- 'ADMIN_DOWNLOAD_NEW_VERSION' => "Jetzt neue Version herunterladen.",
- 'ADMIN_NO_UPDATES_AVAILABLE' => "Keine neuen Updates verfügbar.",
- 'ADMIN_NEW_PATCHES_AVAILABLE' => "Neue Entwickler-Patches verfügbar.",
+ 'MEMBER_TOTAL_POINTS' => "Gesamtsumme",
'KBYTES' => "KBytes",
'DEFAULT_SUBJECT_LINE' => "Klick-Mail von {?MAIN_TITLE?}",
'MEBER_UPDATE_PWD_WRONG' => "Sie haben das falsche Passwort eingegeben! Bitte nochmal versuchen.",
'TODAY' => "Heute",
'MEMBER_PROFILE_LOCKED' => "Sie können Ihren Account erst am <span class=\"data\">%s</span> wieder ändern.",
'MEMBER_HAS_ZERO_MMAILS' => "Sie haben Ihren Empfang auf <strong>Urlaub</strong> stehen! Bitte stellen Sie unter "Profildaten ändern" den Empfang höher ein.",
- 'REFERAL_CLIX' => "Clicks",
- 'REFERAL_VIEWS' => "Views",
'REFBANNER_TOTALS' => "Gesamt",
'DAYS' => "Tage",
'USER_NOW_ONLINE' => "User Online",
'ADMIN_MODS_IS_HIDDEN' => "Verdeckt",
'ADMIN_MODS_IS_ADMIN' => "Nur Admin",
'ADMIN_MODS_IS_MEMBER' => "Nur Mitglied",
- 'ADMIN_MODS_CLICKS' => "Klicks",
+ 'ADMIN_MODS_CLICKS' => "Modulklicks",
'ADMIN_MODS_EDIT' => "Module ändern",
'ADMIN_MODS_EDIT_NOTE' => "Klicken Sie auf den Modulnamen, um Statistiken zu den verknüpften Menüpunkten zu erhalten.",
'ADMIN_MODS_NOTHING_SELECTED' => "Bitte mindestens ein Modul auswählen.",
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 08/26/2003 *
+ * =================== Last change: 12/13/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : de.php *
+ * -------------------------------------------------------------------- *
+ * Short description : German langugage support *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : Deutsche Sprachunterstützung *
+ * -------------------------------------------------------------------- *
+ * $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
+
+// Installation/setup
+addMessages(array(
+ 'ADMIN_NEW_VERSION_AVAILABLE' => "Neue Version verfügbar.",
+ 'ADMIN_YOUR_VERSION_IS' => "Installierte Version",
+ 'ADMIN_ONLINE_VERSION_IS' => "Verfügbare Version",
+ 'ADMIN_UPDATE_CREATE_TIME' => "Update wurde erstellt",
+ 'ADMIN_DOWNLOAD_NEW_VERSION' => "Jetzt neue Version herunterladen.",
+ 'ADMIN_CANNOT_CHECK_VERSION' => "Konnte Versionsnummer nicht abgleichen! (Fehlende Internet-Verbindung? Server ist down?)",
+));
+
+// [EOF]
+?>
$clr = '0.00000';
if ($sent > 0) $clr = $clicks / $sent * 100;
-$content['_clr'] = translateComma($clr) . '%';
+$content['_clr'] = $clr;
// Load jackpot
$jackpot = '0';
if (empty($ref)) $ref = '0';
if (empty($logins)) $logins = '0';
-$content['total_points'] = translateComma($points);
+$content['total_points'] = $points;
$content['total_refclicks'] = $ref;
$content['total_logins'] = $logins;
'value' => countSumTotalData('0', 'user_data', 'beg_clicks', 'userid', false, ' AND `beg_clicks` > 0')
);
$OUT_EXTRA .= loadTemplate('mediadata_extra_row', true, $data);
-}
+} // END - if
if (isExtensionActive('doubler')) {
// Add header
'value' => countSumTotalData('N','doubler','id','completed', false, ' AND `points` > 0')
);
$OUT_SPECIAL .= loadTemplate('mediadata_extra_row', true, $data);
-}
+} // END - if
if (isExtensionActive('holiday')) {
// Total holiday requests
'value' => $holiday
);
$OUT_USER .= loadTemplate('mediadata_extra_row', true, $data);
-}
+} // END - if
if (isExtensionActive('transfer')) {
// Statistics for points transfers
// Some security stuff...
if (!defined('__SECURITY')) {
die();
-}
+} // END - if
// Don't run on daily reset
if (isResetModeEnabled()) {
<td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
<td class="header_column bottom right" align="center"><strong>{--REFERAL_URL--}:</strong></td>
<td class="header_column bottom right" align="center"><strong>{--REFERAL_TITLE--}:</strong></td>
- <td class="header_column bottom right" align="center"><strong>{--REFERAL_CNTR--}:</strong></td>
- <td class="header_column bottom right" align="center"><strong>{--REFERAL_CLIX--}</strong></td>
- <td class="header_column bottom" align="center"><strong>{--REFERAL_VIS--}:</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--REFERAL_VIEWS--}:</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--REFERAL_CLICKS_SHORT--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--REFERAL_IS_ACTIVE--}:</strong></td>
</tr>
$content
<tr>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_TOTAL--}:</td>
- <td class="bottom media_right">$content[user_count]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_count]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_CONFIRMED--}:</td>
- <td class="bottom media_right">$content[user_confirmed]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_confirmed]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_UNCONFIRMED--}:</td>
- <td class="bottom media_right">$content[user_unconfirmed]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_unconfirmed]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_LOCKED--}:</td>
- <td class="bottom media_right">$content[user_locked]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_locked]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_MAX_MAILS--}:</td>
- <td class="bottom media_right">$content[user_max_mails]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_max_mails]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_REC_PER_DAY--}:</td>
- <td class="bottom media_right">$content[user_max_rec]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_max_rec]%}</td>
</tr>
$content[out_user]
<tr>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_STATS--}:</td>
- <td class="bottom media_right">$content[user_stats]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_stats]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_MAX_PER_DAY--}:</td>
- <td class="bottom media_right">$content[max]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[max]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_MAX_REC--}:</td>
- <td class="bottom media_right">$content[rec]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[rec]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_SENT_MAILS--}:</td>
- <td class="bottom media_right">$content[sent]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[sent]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--USERS_LINKS--}:</td>
- <td class="bottom media_right">$content[user_links]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[user_links]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--CLICK_RATE--}:</td>
- <td class="bottom media_right">$content[_clr]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[_clr]%}</td>
</tr>
<tr>
<td class="media_header bottom" colspan="2" align="center">{--MEDIA_DATA_POINTS--}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--JACKPOT_POINTS--}:</td>
- <td class="bottom media_right">$content[jackpot]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[jackpot]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--TOTAL_POINTS--}:</td>
- <td class="bottom media_right">$content[total_points]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[total_points]%}</td>
</tr>
$content[out_points]
<tr>
</tr>
<tr>
<td class="bottom media_left" align="right">{--TOTAL_REFERAL_BANNER--}:</td>
- <td class="bottom media_right">$content[ref_total]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[ref_total]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--TOTAL_REFERAL_VIEWS--}:</td>
- <td class="bottom media_right">$content[ref_views]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[ref_views]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--TOTAL_REFERAL_CLICKS--}:</td>
- <td class="bottom media_right">$content[ref_clicks]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[ref_clicks]%}</td>
</tr>
<tr>
<td class="media_header bottom" colspan="2" align="center">{--MEDIA_DATA_MISC--}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--TOTAL_REFCLICKS--}:</td>
- <td class="bottom media_right">$content[total_refclicks]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[total_refclicks]%}</td>
</tr>
<tr>
<td class="bottom media_left" align="right">{--TOTAL_LOGINS--}:</td>
- <td class="bottom media_right">$content[total_logins]</td>
+ <td class="bottom media_right">{%pipe,translateComma=$content[total_logins]%}</td>
</tr>
$content[out_extra]
$content[out_special]
<td class="member_data bottom"> </td>
</tr>
<tr>
- <td class="member_data bottom"><strong>{--POINTS_SUM--}</strong></td>
+ <td class="member_data bottom"><strong>{--MEMBER_TOTAL_POINTS--}</strong></td>
<td class="member_data bottom">
<strong>{%pipe,translateComma=$content[total_points]%} {?POINTS?}</strong>
</td>
<img src="$content[url]" alt="$content[alternate]" title="$content[alternate]" border="0" />
</div>
<div class="tiny">{--REFBANNER_TOTALS--}:
- <strong>$content[counter]</strong> {--REFERAL_VIEWS--} /
- <strong>$content[clicks]</strong> {--REFERAL_CLIX--}
+ <strong>$content[counter]</strong> {--REFERAL_VIEWS--} /
+ <strong>$content[clicks]</strong> {--REFERAL_CLICKS--}
</div>
</td>
</tr>
$content[rows]
<tr>
<td align="right" class="member_footer right" colspan="4" style="padding-right:5px">
- <strong>{--POINTS_SUM--}:</strong>
+ <strong>{--MEMBER_TOTAL_POINTS--}:</strong>
</td>
<td align="right" class="member_footer" style="padding-right:5px">
<strong>{%pipe,translateComma=$content[total_points]%} {?POINTS?}</strong>