'REGISTER_CATEGORIES' => "Interessengebiete",
'REGISTER_MISC' => "Passwort, maximale Mails pro Tag etc.",
'SURNAME' => "Vorname",
- 'FAMILY_NAME' => "Nachname",
+ 'FAMILY' => "Nachname",
'STREET_NR' => "Straße + Hausnummer",
'COUNTRY' => "Land",
'ZIP' => "Postleitzahl",
'CITY' => "Wohnort",
- 'EMAIL_ADDRESS' => "Email-Adresse",
+ 'EMAIL' => "Email-Adresse",
+ 'MARKER' => "Markierer (keine Daten)",
'BIRTHDAY' => "Geburtstag (TT.MM.JJJJ)",
'PASS_1' => "Passwort",
'PASS_2' => "Passwortbestätigung",
'GUEST_COUNTRY' => "Ländercode",
'GUEST_ZIPCODE' => "Postleitzahl",
'GUEST_CITY' => "Wohnort",
- 'GUEST_EMAIL_ADDRESS' => "Email-Adresse",
+ 'GUEST_EMAIL' => "Email-Adresse",
'GUEST_BIRTHDAY' => "Geburtsdatum",
'GUEST_REF' => "Geworben von",
'GUEST_YOUR_REFLINK' => "Hier ist Ihr persönlicher Referal-Link, mit dem Sie bereits jetzt schon neue Mitglieder werben können:",
'LOGIN_ID_CONFIRMED' => "Sie haben bereits Ihre E-Mail Adresse bestätigt.",
'CONFIRM_LINK_SENT' => "Der Bestätigungslink wurde an Ihre E-Mail Adresse ausgesandt.",
'REQUEST_CONFIRM_LINK_SUBJ' => "Anforderung Ihres Bestätigunglinkes",
- 'EMAIL_ADDRESS_404' => "Unter der angegebenen E-Mail Adresse konnten wir keinen Account finden! Bitte versuchen Sie es erneut.",
+ 'EMAIL_404' => "Unter der angegebenen E-Mail Adresse konnten wir keinen Account finden! Bitte versuchen Sie es erneut.",
'SELECT_NONE' => "Keine/s/r",
'ADMIN_SETUP_STATS_TITLE' => "Einstellungen an den Gast-Statistiken",
'ADMIN_GSTATS_MEMBERS' => "Mitglieder-Statistik zuerst",
'_SECONDS' => "Sekunden",
'SORT_ASCENDING' => "Aufsteigend",
'SORT_DESCENDING' => "Absteigend",
- 'INVALID_EMAIL_ADDRESS_ENTERED' => "Ungütige EMail-Adresse eingegeben.",
+ 'INVALID_EMAIL_ENTERED' => "Ungütige EMail-Adresse eingegeben.",
'NEVER_HAPPENED' => "Nie",
'WRONG_DB_SELECTED' => "Falsche oder fehlende Datenbank ausgewählt.",
'NO_CONFIG_FOUND' => "Keine Konfigurationsdaten gefunden! (Leere Datenbank? Oder haben Sie die SQL-Dateien in andere Datenbank eingespielt?)",
'REGISTER_FIELD_REQUIRED' => "Pflichtfeld?",
'REGISTER_ADMIN_CHANGES_SAVED' => "Änderungen gespeichert.",
'REGISTER_SURNAME_REQUIRED' => "Bitte geben Sie Ihren Vornamen ein.",
- 'REGISTER_FAMILY_NAME_REQUIRED' => "Bitte geben Sie Ihren Nachnamen ein.",
+ 'REGISTER_FAMILY_REQUIRED' => "Bitte geben Sie Ihren Nachnamen ein.",
'REGISTER_STREET_NR_REQUIRED' => "Bitte geben Sie Straße und Hausnummer ein.",
'REGISTER_CNTRY_REQUIRED' => "Bitte geben Sie den zweistelligen Ländercode ein.",
'REGISTER_ZIP_REQUIRED' => "Bitte geben Sie die Postleitzahl ein.",
// Prepare array with all possible sorters
$list = array(
'userid' => getMessage('_UID'),
- 'family' => getMessage('FAMILY_NAME'),
- 'email' => getMessage('EMAIL_ADDRESS'),
+ 'family' => getMessage('FAMILY'),
+ 'email' => getMessage('EMAIL'),
'REMOTE_ADDR' => getMessage('REMOTE_IP')
);
} // END - switch
} else {
// Email address not registered
- $content['message'] = getMessage('EMAIL_ADDRESS_404');
+ $content['message'] = getMessage('EMAIL_404');
}
// Load template
loadTemplate('admin_settings_saved', false, $content['update_check']);
} elseif ((!isEmailValid(postRequestElement('email'))) && (!isAdmin())) {
// Invalid email address!
- loadTemplate('admin_settings_saved', false, getMessage('INVALID_EMAIL_ADDRESS_ENTERED'));
+ loadTemplate('admin_settings_saved', false, getMessage('INVALID_EMAIL_ENTERED'));
} else {
// Generate hash
$hash = generateHash(postRequestElement('pass1'), substr($content['password'], 0, -40));
------------------------------------------
{--GENDER--}: {%user,gender,translateGender=$userid%}
{--SURNAME--}: {%user,surname=$userid%}
-{--FAMILY_NAME--}: {%user,family=$userid%}
+{--FAMILY--}: {%user,family=$userid%}
{--STREET_NR--}: {%user,street_nr=$userid%}
{--COUNTRY--}: $content[country]
{--ZIP--}: {%user,zip,bigintval=$userid%}
{--CITY--}: {%user,city=$userid%}
-{--EMAIL_ADDRESS--}: {%user,email=$userid%}
+{--EMAIL--}: {%user,email=$userid%}
------------------------------------------
$content[message]
------------------------------------------
------------------------------------------
{--GENDER--}: {%user,gender,translateGender=$userid%}
{--SURNAME--}: {%user,surname=$userid%}
-{--FAMILY_NAME--}: {%user,family=$userid%}
+{--FAMILY--}: {%user,family=$userid%}
{--STREET_NR--}: {%user,street_nr=$userid%}
{--COUNTRY--}: $content[country]
{--ZIP--}: {%user,zip,bigintval=$userid%}
{--CITY--}: {%user,city=$userid%}
-{--EMAIL_ADDRESS--}: {%user,email=$userid%}
+{--EMAIL--}: {%user,email=$userid%}
{--PASS_1--}: $content[pass1]
------------------------------------------
IP-Nummer: {%server,remote_addr%}
<tr>
<td width="10"> </td>
<td align="right">
- {--EMAIL_ADDRESS--}:
+ {--EMAIL--}:
</td>
<td class="seperator" width="10"> </td>
<td>
</td>
</tr>
<tr>
- <td align="right">{--FAMILY_NAME--}:</td>
+ <td align="right">{--FAMILY--}:</td>
<td class="seperator" width="10"> </td>
<td>
<input type="text" name="family" class="admin_normal" size="15" maxlength="255" value="$content[family]" />
</td>
</tr>
<tr>
- <td class="bottom" align="right">{--EMAIL_ADDRESS--}:</td>
+ <td class="bottom" align="right">{--EMAIL--}:</td>
<td class="bottom seperator" width="10"> </td>
<td class="bottom">
<input type="text" name="email" class="admin_normal" size="20" maxlength="255" value="$content[email]" />
<td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
<td class="header_column bottom right" align="center"><strong>{--GENDER--}</strong></td>
<td class="header_column bottom right" align="center"><strong>{--SURNAME--}</strong></td>
- <td class="header_column bottom right" align="center"><strong>{--FAMILY_NAME--}</strong></td>
- <td class="header_column bottom right" align="center"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--FAMILY--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--EMAIL--}</strong></td>
<td class="header_column bottom right" align="center"><strong>{--MEMBER_JOINED--}</strong></td>
<td class="header_column bottom right" align="center"><strong>{--LAST_SEEN--}</strong></td>
<td class="header_column bottom" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></td>
<td class="header_column right" align="center" width="20">{--_UID--}</td>
<td class="header_column right" align="center">{--GENDER--}</td>
<td class="header_column right" align="center">{--SURNAME--}</td>
- <td class="header_column right" align="center">{--FAMILY_NAME--}</td>
- <td class="header_column right" align="center">{--EMAIL_ADDRESS--}</td>
+ <td class="header_column right" align="center">{--FAMILY--}</td>
+ <td class="header_column right" align="center">{--EMAIL--}</td>
<td class="header_column right" align="center">{--REMOTE_IP--}</td>
<td class="header_column right" align="center" width="20">{--REF_UID--}</td>
<td class="header_column" align="center">{--CONFIRM_ACCOUNT--}</td>
<td width="5%" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
<td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
<td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
- <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL--}</strong></td>
<td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
<td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
</tr>
<td width="5%" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
<td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
<td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
- <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL--}</strong></td>
<td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
<td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
</tr>
<td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--_UID--}:</strong></td>
<td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--GENDER--}:</strong></td>
<td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--SURNAME--}:</strong></td>
- <td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--FAMILY_NAME--}:</strong></td>
+ <td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--FAMILY--}:</strong></td>
<td width="20%" align="center" class="switch_sw$content[sw] top"><strong>{--USER_NICKNAME--}:</strong></td>
</tr>
<tr>
</tr>
<tr>
<td width="5" class="switch_sw$content[sw] seperator"> </td>
- <td align="center" class="right switch_sw$content[sw]"><strong>{--EMAIL_ADDRESS--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--EMAIL--}:</strong></td>
<td align="center" class="right switch_sw$content[sw]"><strong>{--REMOTE_IP--}:</strong></td>
<td align="center" class="right switch_sw$content[sw]"><strong>{--REF_UID--}:</strong></td>
<td align="center" class="right switch_sw$content[sw]"><strong>{--ACCOUNT_STATUS--}:</strong></td>
<strong>$content[surname]</strong>
</td>
<td align="center" width="25%" class="top right">
- {--FAMILY_NAME--}:<br />
+ {--FAMILY--}:<br />
<strong>$content[family]</strong>
</td>
<td align="center" width="25%" class="top">
</tr>
<tr>
<td align="center" class="top right">
- {--EMAIL_ADDRESS--}:<br />
+ {--EMAIL--}:<br />
<strong><a href="$content[email_link]">$content[email]</a></strong>
</td>
<td align="center" class="top right">
</tr>
<tr>
<td class="register_left">{--SURNAME--}$content[must_fillout_surname],
- {--FAMILY_NAME--}$content[must_fillout_family]: </td>
+ {--FAMILY--}$content[must_fillout_family]: </td>
<td class="register_right">
<input type="text" name="surname" lass="guest_normal" size="15" maxlength="255" value="$content[surname]" />
<input type="text" name="family" class="guest_normal" size="15" maxlength="255" value="$content[family]" />
</tr>
<tr>
<td align="right" width="50%" class="register_left">
- {--EMAIL_ADDRESS--}$content[must_fillout_email]:
+ {--EMAIL--}$content[must_fillout_email]:
</td>
<td width="50%" class="register_right">
<input type="text" name="email" class="guest_normal" size="30" maxlength="255" value="$content[email]" />
</td>
</tr>
<tr>
- <td align="right">{--SURNAME--}, {--FAMILY_NAME--}:</td>
+ <td align="right">{--SURNAME--}, {--FAMILY--}:</td>
<td>
<input type="text" name="surname" class="member_normal" size="15" maxlength="255" value="$content[surname]" />
<input type="text" name="family" class="member_normal" size="15" maxlength="255" value="$content[family]" />
</td>
</tr>
<tr>
- <td align="right">{--EMAIL_ADDRESS--}:</td>
+ <td align="right">{--EMAIL--}:</td>
<td>
<input type="text" name="email" class="member_normal" size="30" maxlength="255" value="$content[email]" />
</td>
<td colspan="3" height="3" class="seperator"> </td>
</tr>
<tr>
- <td align="right">{--FAMILY_NAME--}:</td>
+ <td align="right">{--FAMILY--}:</td>
<td width="10" class="seperator"> </td>
<td><strong>$content[family]</strong></td>
</tr>
<td colspan="3" height="3" class="seperator"> </td>
</tr>
<tr>
- <td align="right">{--EMAIL_ADDRESS--}:</td>
+ <td align="right">{--EMAIL--}:</td>
<td width="10" class="seperator"> </td>
<td><strong>$content[email]</strong></td>
</tr>