Anhänge deaktiviert
Verfasst: Mo Dez 13, 2004 11:16
Anhänge sind bis auf weiteres aus Sicherheitsgründen deaktiviert. Sobald die Funktion wieder zur Verfügung steht, gebe ich dies hier bekannt.
Trete der Gemeinschaft bei!
https://forum.rollenspielverein-biberach.de/forum/
https://forum.rollenspielverein-biberach.de/forum/viewtopic.php?t=1262
Daniel hat geschrieben:Weber-Benutzer
*lol* Ich hatte denselben Gedanken wir Du, allerdings wollte ich auf die Antwort eines benutzten Webers warten...DonJohnny hat geschrieben:Daniel hat geschrieben:Weber-Benutzer
Code: Alles auswählen
<?php
/***************************************************************************
* lang_extend_profile_control_panel.php [English]
* -----------------------------------------------
* begin : 28/09/2003
* copyright : Ptirhiik
* email : ptirhiik@clanmckeen.com
*
* version : 1.0.2 - 28/09/2003
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
// admin part
if ( $lang_extend_admin )
{
$lang['Lang_extend_profile_control_panel'] = 'Profile Control Panel language pack';
}
// who's online
$lang['Admin_founder_online_color'] = '%sBoard Founder%s';
$lang['User_online_color'] = '%sUser%s';
// topic or privmsg display
$lang['Add_to_friend_list'] = 'Zur Freundesliste hinzufügen';
$lang['Remove_from_friend_list'] = 'Von Freundesliste entfernen';
$lang['Add_to_ignore_list'] = 'Zur Ignorierliste hinzufügen';
$lang['Remove_from_ignore_list'] = 'Von Ignorierliste entfernen';
$lang['Happy_birthday'] = 'Herzlichen Glückwunsch zum Geburtstag!';
$lang['Ignore_choosed'] = 'Ignorieren des Benutzers ausgewählt';
$lang['Online'] = 'Online';
$lang['Offline'] = 'Offline';
$lang['Hidden'] = 'Versteckt';
$lang['Gender'] = 'Geschlecht';
$lang['Male'] = 'Männlich';
$lang['Female'] = 'Weiblich';
$lang['No_gender_specify'] = 'Unbekannt';
$lang['Age'] = 'Alter';
$lang['Do_not_allow_pm'] = 'Der Benutzer akzeptiert keine private Nachrichten';
// main entry (profile.php)
$lang['Click_return_profilcp'] = '%sHier%s klicken um zum Profil zurückzukehren';
// birthday popup (profile_birthday.php)
$lang['Birthday'] = 'Geburtstag';
$lang['birthday_msg'] = 'Hi %s, <br /><br /><br /> %s wünscht dir alles gute zum Geburtstag!';
// home panel (profilcp_home.php)
$lang['profilcp_index_shortcut'] = 'Home';
$lang['profilcp_index_pagetitle'] = 'Privates Profile';
// home panel : mini buddy list (functions_profile.php)
$lang['Friend_list'] = 'Freundesliste';
$lang['Friend_list_of'] = 'Freunde von';
$lang['Ignore_list'] = 'Ignorierliste';
$lang['Ignore_list_of'] = 'Ignoriert von';
$lang['Nobody'] = 'Niemand';
$lang['Always_visible'] = 'Für diesen Benutzer immer sichtbar sein';
$lang['Not_always_visible'] = 'Dieser Benutzer wird dich nicht sehen, wenn du online bist, während du im Versteck-Modus bist';
// home panel : watched topics (functions_profile.php)
$lang['Stop_watching_selected_topics'] = 'Dieses Thema nicht mehr beobachten';
$lang['New_subscribed_topic'] = 'Abonierte Themen';
$lang['Submit_period'] = 'Themen seit diesem Zeitpunkt';
// buddy list (profilcp_buddy.php)
$lang['profilcp_buddy_shortcut'] = 'Buddyliste';
$lang['profilcp_buddy_pagetitle'] = 'Buddyliste';
$lang['profilcp_buddy_friend_shortcut'] = 'Freundesliste';
$lang['profilcp_buddy_friend_pagetitle'] = 'Freundesliste bearbeiten';
$lang['profilcp_buddy_ignore_shortcut'] = 'Ignorierliste';
$lang['profilcp_buddy_ignore_pagetitle'] = 'Ignorierliste bearbeiten';
$lang['profilcp_buddy_list_shortcut'] = 'Alle Mitglieder;
$lang['profilcp_buddy_list_pagetitle'] = 'Mitgliederliste';
$lang['Click_return_privmsg'] = '%sHier%s klicken um zu den privaten Nachrichtn zurückzukehren';
$lang['profilcp_buddy_could_not_add_user'] = 'Der ausgewählte Benutzer existiert nicht.';
$lang['profilcp_buddy_could_not_anon_user'] = 'Anonymous kann nicht als buddy ausgewählt werden.';
$lang['profilcp_buddy_add_yourself'] = 'Du kannst dich nicht selbst zur Buddyliste hinzufügen';
$lang['profilcp_buddy_already'] = 'Der Benutzer befindet sich bereits in deiner Buddyliste';
$lang['profilcp_buddy_ignore'] = 'Hinzufügen nicht möglich: Der Benutzer ignoriert dich';
$lang['profilcp_buddy_you_admin'] = 'Being an admin or moderator, you can\'t ignore people';
$lang['profilcp_buddy_admin'] = 'You can\'t ignore admins or moderators';
$lang['User_fields'] = 'User fields list';
$lang['Friend'] = 'Friend';
$lang['Comp_LE'] = 'is less than';
$lang['Comp_EQ'] = 'is equal to';
$lang['Comp_NE'] = 'is different from';
$lang['Comp_GE'] = 'is greater than';
$lang['Comp_IN'] = 'includes';
$lang['Comp_NI'] = 'doesn\'t include';
$lang['Sort_none'] = 'Unsorted';
$lang['date_entry'] = 'YYYYMMDD';
// update profile (profilcp_profil.php)
$lang['profilcp_profil_shortcut'] = 'Profile';
$lang['profilcp_profil_pagetitle'] = 'Profile Edition';
$lang['profilcp_prefer_shortcut'] = 'Your profile';
$lang['profilcp_prefer_pagetitle'] = 'Your profile preferences';
$lang['profilcp_signature_shortcut'] = 'Signature';
$lang['profilcp_signature_pagetitle'] = 'Signature';
$lang['profilcp_avatar_shortcut'] = 'Avatar';
$lang['profilcp_avatar_pagetitle'] = 'Avatar';
// update profile : preferences - functions (mod_profile_control_panel.php)
$lang['Other'] = 'Other...';
$lang['Friend_only'] = 'Only friends';
// update profile : public informations : web info (mod_profile_control_public_web.php)
$lang['profilcp_profil_base_shortcut'] = 'Public information';
$lang['Web_info'] = 'Web informations';
// update profile : public informations : real info (mod_profile_control_public_real.php)
$lang['Real_info'] = 'Personal informations';
$lang['Realname'] = 'Realname';
$lang['Date_error'] = 'day %d, month %d, year %d is not a valid date';
// update profile : public informations : messengers info (mod_profile_control_public_messengers.php)
$lang['Messangers'] = 'Messengers';
// update profile : public informations : contact info (mod_profile_control_public_contact.php)
$lang['Home_phone'] = 'Home phone';
$lang['Home_fax'] = 'Home fax';
$lang['Work_phone'] = 'Work phone';
$lang['Work_fax'] = 'Work fax';
$lang['Cellular'] = 'Cellular';
$lang['Pager'] = 'Pager';
// update profile : preferences - preferences panel ("Your profile")
$lang['Profile_control_panel'] = 'Profile Settings';
// update profile : preferences - i18n panel (mod_profile_control_panel_international.php)
$lang['Profile_control_panel_i18n'] = 'Internationalization';
$lang['summer_time'] = 'Are you in a daylight saving zone ?';
// update profile : preferences - notification panel (mod_profile_control_panel_notification.php)
$lang['Profile_control_panel_notification'] = 'Notification';
// update profile : preferences - posting panel (mod_profile_control_panel_posting.php)
$lang['Profile_control_panel_posting'] = 'Posting';
// update profile : preferences - privacy panel (mod_profile_control_panel_privacy.php)
$lang['Profile_control_panel_privacy'] = 'Privacy';
$lang['View_user'] = 'Show me online';
$lang['Public_view_pm'] = 'Accept private message';
$lang['Public_view_website'] = 'Display my web informations';
$lang['Public_view_messengers'] = 'Display my messengers references';
$lang['Public_view_real_info'] = 'Display my personnal informations';
// update profile : preferences - reading panel (mod_profile_control_panel_reading.php)
$lang['Profile_control_panel_reading'] = 'Reading';
$lang['Public_view_avatar'] = 'Display avatars';
$lang['Public_view_sig'] = 'Display signatures';
$lang['Public_view_img'] = 'Display images';
// update profile : preferences - profile preferences
$lang['profile_prefer'] = 'Profile options';
// update profile : preferences - system panel (mod_profile_control_panel_system.php)
$lang['Profile_control_panel_system'] = 'System';
$lang['summer_time_set'] = 'Is it summer time ? (add +1 hour to local time)';
$lang['Forum_rules'] = 'Forum rules topic id';
// update profile : preferences - admin part (mod_profile_control_panel_admin.php)
$lang['profilcp_admin_shortcut'] = 'Administration';
$lang['User_deleted'] = 'User was successfully deleted.';
$lang['User_special'] = 'Special admin-only fields';
$lang['User_special_explain'] = 'These fields are not able to be modified by the users. Here you can set their status and other options that are not given to users.';
$lang['User_status'] = 'User is active';
$lang['User_allow_email'] = 'Can send emails';
$lang['User_allow_pm'] = 'Can send Private Messages';
$lang['User_allow_website'] = 'Can show his web info';
$lang['User_allow_messanger'] = 'Can share his messengers adresses';
$lang['User_allow_real'] = 'Can show his personal informations';
$lang['User_allowavatar'] = 'Can display avatar';
$lang['User_allow_sig'] = 'Can display his signature';
$lang['Rank_title'] = 'Rank Title';
$lang['User_delete'] = 'Delete this user';
$lang['User_delete_explain'] = 'Click here to delete this user; this cannot be undone.';
$lang['No_assigned_rank'] = 'No special rank assigned';
$lang['User_self_delete'] = 'You can delete your account being a board administrator';
// update profile : signature (profilcp_profile_signature.php)
$lang['profilcp_sig_preview'] = 'Signature preview';
// display profile (profilcp_public.php)
$lang['profilcp_public_shortcut'] = 'Public';
$lang['profilcp_public_pagetitle'] = 'Public display';
$lang['profilcp_public_base_shortcut'] = 'Base info';
$lang['profilcp_public_base_pagetitle'] = 'Profile base informations';
$lang['profilcp_public_groups_shortcut'] = 'Groups';
$lang['profilcp_public_groups_pagetitle'] = 'Groups this user belong to';
// update profile : preferences - home panel (mod_profile_control_panel_home.php)
$lang['Profile_control_panel_home'] = 'Profile Home panel';
$lang['Profile_control_panel_home_buddy'] = 'Buddy lists';
$lang['Buddy_friend_display'] = 'Display my friend list on home panel';
$lang['Buddy_ignore_display'] = 'Display my ignore list on home panel';
$lang['Buddy_friend_of_display'] = 'Display "Friend of" list on home panel';
$lang['Buddy_ignored_by_display'] = 'Display "Ignored by" list on home panel';
$lang['Profile_control_panel_home_privmsg'] = 'Private messages';
$lang['Privmsgs_per_page'] = 'Number of private messages displayed per page on home panel';
$lang['Profile_control_panel_home_wtopics'] = 'Watched topics';
$lang['Watched_topics_per_page'] = 'Number of topics watched displayed per page on home panel';
// display profile : base info (profilcp_public_base.php)
$lang['Unavailable'] = 'Unavailable';
$lang['Last_visit'] = 'Last visit time';
$lang['User_posts'] = 'User posts';
$lang['User_post_stats'] = '%s posts, %.2f%% of total, %.2f posts per day';
$lang['Most_active_topic'] = 'Most active topic';
$lang['Most_active_topic_stat'] = '%s posts, %.2f%% of the topic, %.2f%% of the forum';
$lang['Most_active_forum'] = 'Most active forum';
$lang['Most_active_forum_stat'] = '%s posts, %.2f%% of the forum, %.2f%% of total';
// register (profilcp_register.php)
$lang['profilcp_register_shortcut'] = 'Registering';
$lang['profilcp_register_pagetitle'] = 'Registration informations';
$lang['profilcp_email_title'] = 'Email address';
$lang['profilcp_email_confirm'] = 'Confirm your Email address';
$lang['anti_robotic'] = 'Control picture';
$lang['anti_robotic_explain'] = 'This control is designed to prevent the flooding by the register robots';
$lang['profilcp_password_explain'] = 'You must confirm your current password if you wish to change it';
$lang['Agree_rules'] = 'By checking this box, you declare having taken knowledge of the terms, and agree with them';
$lang['profilcp_realname_missing'] = 'Real Name missing';
$lang['profilcp_username_missing'] = 'Username missing';
$lang['profilcp_email_not_matching'] = 'Emails doesn\'t match';
$lang['Robot_flood_control'] = 'The control image doesn\'t match what you\'ve typed in';
$lang['Disagree_rules'] = 'You have declared you disagree with the rules used on this board, so you won\'t be able to register.';
?>Code: Alles auswählen
<?php
/***************************************************************************
* lang_extend_profile_control_panel.php [English]
* -----------------------------------------------
* begin : 28/09/2003
* copyright : Ptirhiik
* email : ptirhiik@clanmckeen.com
*
* version : 1.0.2 - 28/09/2003
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
if ( !defined('IN_PHPBB') )
{
die("Hacking versucht");
}
// admin part
if ( $lang_extend_admin )
{
$lang['Lang_extend_profile_control_panel'] = 'Profile Control Panel language pack';
}
// who's online
$lang['Admin_founder_online_color'] = '%sBoardgründer%s';
$lang['User_online_color'] = '%sUser%s';
// topic or privmsg display
$lang['Add_to_friend_list'] = 'Zur Freundesliste hinzufügen';
$lang['Remove_from_friend_list'] = 'Von Freundesliste entfernen';
$lang['Add_to_ignore_list'] = 'Zur Ignorierliste hinzufügen';
$lang['Remove_from_ignore_list'] = 'Von Ignorierliste entfernen';
$lang['Happy_birthday'] = 'Herzlichen Glückwunsch zum Geburtstag!';
$lang['Ignore_choosed'] = 'Ignorieren des Benutzers ausgewählt';
$lang['Online'] = 'Online';
$lang['Offline'] = 'Offline';
$lang['Hidden'] = 'Versteckt';
$lang['Gender'] = 'Geschlecht';
$lang['Male'] = 'Männlich';
$lang['Female'] = 'Weiblich';
$lang['No_gender_specify'] = 'Unbekannt';
$lang['Age'] = 'Alter';
$lang['Do_not_allow_pm'] = 'Der Benutzer akzeptiert keine private Nachrichten';
// main entry (profile.php)
$lang['Click_return_profilcp'] = '%sHier%s klicken um zum Profil zurückzukehren';
// birthday popup (profile_birthday.php)
$lang['Birthday'] = 'Geburtstag';
$lang['birthday_msg'] = 'Hi %s, <br /><br /><br /> %s wünscht dir alles gute zum Geburtstag!';
// home panel (profilcp_home.php)
$lang['profilcp_index_shortcut'] = 'Home';
$lang['profilcp_index_pagetitle'] = 'Privates Profile';
// home panel : mini buddy list (functions_profile.php)
$lang['Friend_list'] = 'Freundesliste';
$lang['Friend_list_of'] = 'Freunde von';
$lang['Ignore_list'] = 'Ignorierliste';
$lang['Ignore_list_of'] = 'Ignoriert von';
$lang['Nobody'] = 'Niemand';
$lang['Always_visible'] = 'Für diesen Benutzer immer sichtbar sein';
$lang['Not_always_visible'] = 'Dieser Benutzer wird dich nicht sehen, wenn du online bist, während du im Versteck-Modus bist';
// home panel : watched topics (functions_profile.php)
$lang['Stop_watching_selected_topics'] = 'Dieses Thema nicht mehr beobachten';
$lang['New_subscribed_topic'] = 'Abonnierte Themen';
$lang['Submit_period'] = 'Themen seit diesem Zeitpunkt';
// buddy list (profilcp_buddy.php)
$lang['profilcp_buddy_shortcut'] = 'Buddyliste';
$lang['profilcp_buddy_pagetitle'] = 'Buddyliste';
$lang['profilcp_buddy_friend_shortcut'] = 'Freundesliste';
$lang['profilcp_buddy_friend_pagetitle'] = 'Freundesliste bearbeiten';
$lang['profilcp_buddy_ignore_shortcut'] = 'Ignorierliste';
$lang['profilcp_buddy_ignore_pagetitle'] = 'Ignorierliste bearbeiten';
$lang['profilcp_buddy_list_shortcut'] = 'Alle Mitglieder;
$lang['profilcp_buddy_list_pagetitle'] = 'Mitgliederliste';
$lang['Click_return_privmsg'] = '%sHier%s klicken um zu den privaten Nachrichtn zurückzukehren';
$lang['profilcp_buddy_could_not_add_user'] = 'Der ausgewählte Benutzer existiert nicht.';
$lang['profilcp_buddy_could_not_anon_user'] = 'Anonymous kann nicht als Buddy ausgewählt werden.';
$lang['profilcp_buddy_add_yourself'] = 'Du kannst dich nicht selbst zur Buddyliste hinzufügen';
$lang['profilcp_buddy_already'] = 'Der Benutzer befindet sich bereits in deiner Buddyliste';
$lang['profilcp_buddy_ignore'] = 'Hinzufügen nicht möglich: Der Benutzer ignoriert dich';
$lang['profilcp_buddy_you_admin'] = 'Als Administrator oder Moderator kannst du keine Benutzer ignorieren';
$lang['profilcp_buddy_admin'] = 'Du kannst keine Administratoren oder Moderatoren ignorieren';
$lang['User_fields'] = 'Benutzerfelder';
$lang['Friend'] = 'Freund';
$lang['Comp_LE'] = 'ist kleiner als';
$lang['Comp_EQ'] = 'ist gleich';
$lang['Comp_NE'] = 'ist unterschiedlich als';
$lang['Comp_GE'] = 'ist größer als';
$lang['Comp_IN'] = 'schliesst ... ein';
$lang['Comp_NI'] = 'schliesst ... aus';
$lang['Sort_none'] = 'Unsortiert';
$lang['date_entry'] = 'YYYYMMDD';
// update profile (profilcp_profil.php)
$lang['profilcp_profil_shortcut'] = 'Profil';
$lang['profilcp_profil_pagetitle'] = 'Profiländerung';
$lang['profilcp_prefer_shortcut'] = Mein Profil';
$lang['profilcp_prefer_pagetitle'] = 'Meine Profileinstellungen';
$lang['profilcp_signature_shortcut'] = 'Signatur';
$lang['profilcp_signature_pagetitle'] = 'Signatur';
$lang['profilcp_avatar_shortcut'] = 'Avatar';
$lang['profilcp_avatar_pagetitle'] = 'Avatar';
// update profile : preferences - functions (mod_profile_control_panel.php)
$lang['Other'] = 'Andere...';
$lang['Friend_only'] = 'Nur Freunde';
// update profile : public informations : web info (mod_profile_control_public_web.php)
$lang['profilcp_profil_base_shortcut'] = Öffentliche Informationen';
$lang['Web_info'] = 'Web Informationen';
// update profile : public informations : real info (mod_profile_control_public_real.php)
$lang['Real_info'] = 'Persönliche Informationen';
$lang['Realname'] = 'Realname';
$lang['Date_error'] = 'Tag %d, Monat %d, Jahr %d ist kein gültiges Datum';
// update profile : public informations : messengers info (mod_profile_control_public_messengers.php)
$lang['Messangers'] = 'Messengers';
// update profile : public informations : contact info (mod_profile_control_public_contact.php)
$lang['Home_phone'] = 'Telefon privat';
$lang['Home_fax'] = 'Fax privat';
$lang['Work_phone'] = 'Telefon geschäftlich';
$lang['Work_fax'] = 'Fax geschäftlich';
$lang['Cellular'] = 'Handy';
$lang['Pager'] = 'Pager';
// update profile : preferences - preferences panel ("Your profile")
$lang['Profile_control_panel'] = 'Profil Einstellungen';
// update profile : preferences - i18n panel (mod_profile_control_panel_international.php)
$lang['Profile_control_panel_i18n'] = 'Internationalisierung';
$lang['summer_time'] = 'Befindest du dich in einer Sommerzeit-Zone ?';
// update profile : preferences - notification panel (mod_profile_control_panel_notification.php)
$lang['Profile_control_panel_notification'] = 'Benachrichtigungen';
// update profile : preferences - posting panel (mod_profile_control_panel_posting.php)
$lang['Profile_control_panel_posting'] = 'Posting';
// update profile : preferences - privacy panel (mod_profile_control_panel_privacy.php)
$lang['Profile_control_panel_privacy'] = 'Privatsphäre';
$lang['View_user'] = 'Zeige mich online';
$lang['Public_view_pm'] = 'Akzeptiere private Nachrichten';
$lang['Public_view_website'] = 'Zeige meine Web Informationen';
$lang['Public_view_messengers'] = 'Zeige meine Messenger Informationen';
$lang['Public_view_real_info'] = 'Zeige meine persönlichen Informationen';
// update profile : preferences - reading panel (mod_profile_control_panel_reading.php)
$lang['Profile_control_panel_reading'] = 'Lesen';
$lang['Public_view_avatar'] = 'Zeige Avatare';
$lang['Public_view_sig'] = 'Zeige Signaturen';
$lang['Public_view_img'] = 'Zeige Bilder';
// update profile : preferences - profile preferences
$lang['profile_prefer'] = 'Profil Optionen';
// update profile : preferences - system panel (mod_profile_control_panel_system.php)
$lang['Profile_control_panel_system'] = 'System';
$lang['summer_time_set'] = 'Ist es Sommerzeit ? (addiert +1 Stunde zur lokalen Zeit)';
$lang['Forum_rules'] = 'Forumregelpunkte';
// update profile : preferences - admin part (mod_profile_control_panel_admin.php)
$lang['profilcp_admin_shortcut'] = 'Administration';
$lang['User_deleted'] = 'User erfolgreich gelöscht.';
$lang['User_special'] = 'spezielles "Nur-Admin" Feld';
$lang['User_special_explain'] = 'Diese Felder können nicht vom Benutzer geändert werden. Hier kannst Du den Status und andere Optionen zum Benutzer einstellen.';
$lang['User_status'] = 'Benutzer ist aktiv';
$lang['User_allow_email'] = 'Benutzer darf E-mails senden';
$lang['User_allow_pm'] = 'Benutzer darf Private Nachrichten senden';
$lang['User_allow_website'] = 'Benutzer darf seine Web Informationen anzeigen';
$lang['User_allow_messanger'] = 'Benutzer darf seine Messenger Informationen anzeigen';
$lang['User_allow_real'] = 'Benutzer darf seine persönlichen Informationen zeigen';
$lang['User_allowavatar'] = 'Benutzer darf einen Avatar anzeigen';
$lang['User_allow_sig'] = 'Benutzer darf eine SIgnatur tragen';
$lang['Rank_title'] = 'Rangtitel';
$lang['User_delete'] = 'Lösche diesen Benutzer';
$lang['User_delete_explain'] = 'Klicke hier um den Benutzer zu löschen. Dieser Vorgang kann nicht rückgängig gemacht werden.';
$lang['No_assigned_rank'] = 'kein Spezialrang zugewiesen';
$lang['User_self_delete'] = 'Du kannst deinen eigenen Account löschen, wenn du Board-Admin bist.';
// update profile : signature (profilcp_profile_signature.php)
$lang['profilcp_sig_preview'] = 'Signaturvorschau';
// display profile (profilcp_public.php)
$lang['profilcp_public_shortcut'] = 'Öffentliches';
$lang['profilcp_public_pagetitle'] = 'Öffentliche Anzeige';
$lang['profilcp_public_base_shortcut'] = 'Basisinformationen';
$lang['profilcp_public_base_pagetitle'] = 'Basisinformationen zum Profil';
$lang['profilcp_public_groups_shortcut'] = 'Gruppen';
$lang['profilcp_public_groups_pagetitle'] = 'Gruppen zu denen der Benutzer gehört';
// update profile : preferences - home panel (mod_profile_control_panel_home.php)
$lang['Profile_control_panel_home'] = 'Profil Heimatseite';
$lang['Profile_control_panel_home_buddy'] = 'Buddyliste';
$lang['Buddy_friend_display'] = 'Zeige meine Buddyliste auf der Heimatseite';
$lang['Buddy_ignore_display'] = 'Zeige meine Ignoreliste auf der Heimatseite';
$lang['Buddy_friend_of_display'] = 'Zeige "Freund von"-Liste auf der Heimatseite';
$lang['Buddy_ignored_by_display'] = 'Zeige "Ignoriert von"-Liste auf der Heimatseite';
$lang['Profile_control_panel_home_privmsg'] = 'Private Nachrichten';
$lang['Privmsgs_per_page'] = 'Anzahl privater Nachrichten, die auf der Heimatseite angezeigt werden';
$lang['Profile_control_panel_home_wtopics'] = 'Beobachtete Themen';
$lang['Watched_topics_per_page'] = 'Anzahl beobachteter Themen, die auf der Heimatseite angezeigt werden';
// display profile : base info (profilcp_public_base.php)
$lang['Unavailable'] = 'Nicht verfügbar';
$lang['Last_visit'] = 'letzter Besuch';
$lang['User_posts'] = 'Benutzer posts';
$lang['User_post_stats'] = '%s posts, %.2f%% der Gesamtpostings, %.2f Posts pro Tag';
$lang['Most_active_topic'] = 'Aktivstes Thema';
$lang['Most_active_topic_stat'] = '%s posts, %.2f%% des Themas, %.2f%% des Forums';
$lang['Most_active_forum'] = 'Aktivstes Forum';
$lang['Most_active_forum_stat'] = '%s posts, %.2f%% des Forums, %.2f%% der GEsamtpostings';
// register (profilcp_register.php)
$lang['profilcp_register_shortcut'] = 'Registrierung';
$lang['profilcp_register_pagetitle'] = 'Registrierungsinformationen';
$lang['profilcp_email_title'] = 'E-mail Adresse';
$lang['profilcp_email_confirm'] = 'Bestätige deine E-mail Adresse';
$lang['anti_robotic'] = 'Kontrollbild';
$lang['anti_robotic_explain'] = 'Dieses Kontrollbild schützt vor Registrierung durch Robots';
$lang['profilcp_password_explain'] = 'Du musst dein aktuelles Passwort bestätigen um es zu ändern.';
$lang['Agree_rules'] = 'Mit der aktivierung dieser Box bestätigst Du, dass du die Boardregeln gelesen und verstanden hast und diese akzeptierst.';
$lang['profilcp_realname_missing'] = 'Real Name fehlt';
$lang['profilcp_username_missing'] = 'Benutzername fehlt';
$lang['profilcp_email_not_matching'] = 'E-mails nicht identisch';
$lang['Robot_flood_control'] = 'Das Kontrollbild stimmt nicht mit dem eingegebenen Wert überein';
$lang['Disagree_rules'] = 'Du hast die Boardregeln nicht akzeptiert und kannst dich deshalb nicht registrieren.';
?>