Contact List - deutsches Sprachpaket ??
Verfasst: 06.07.2005 16:30
Wer hat von euch das deutsche Sprachpaket zu Contact List ??
Danke !!!
Danke !!!
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Hast du nen Link zum MOD? Könnte es übersetzen, falls es keiner hat.fun35 hat geschrieben:Wer hat von euch das deutsche Sprachpaket zu Contact List ??
Danke !!!
tomtom hat geschrieben:die lang_faq auch?
Code: Alles auswählen
<?php
/***************************************************************************
* lang_contact.php [English]
* -------------------
* begin : Friday, Jan 31, 2003
* version : 0.9.1
* copyright : See readme.txt
***************************************************************************/
//
// CONTRIBUTORS:
// Add your details here if wanted, e.g. Name, username, email address, website
//
//
// The format of this file is ---> $lang['message'] = 'text';
// The file will be included separately of other language files as needed, but must
// be included after lang_main.php and/or lang_admin.php
//
//
// This is optional, if you would like a _SHORT_ message output
// along with our copyright message indicating you are the translator
// please add it here.
// $lang['TRANSLATION'] = '';
// Do not change the next six lines.
// Avoid including the file more than once.
if ( defined('IN_CONTACT_LANG') )
{
return;
}
define('IN_CONTACT_LANG', true);
// You may want to edit the following lines to match your website.
$lang['Buddy'] = 'Buddy';
$lang['Ignore'] = 'Ignorieren';
$lang['Disallow'] = 'Verbieten';
$lang['User_ignoring_you'] = 'Der User hat dich auf seine Ignoreliste gesetzt.';
$lang['User_not_want_contact'] = 'Der User hat dich auf seine Verbotenliste gesetzt.';
$lang['Buddies_online'] = 'Diese Buddies sind online';
$lang['Buddy_online'] = 'Dieser Buddy ist online';
$lang['Buddies_offline'] = 'Diese Buddies sind nun offline';
$lang['Buddy_offline'] = 'Dieser Buddy ist nun offline';
$lang['Listbox_Buddies'] = 'Deine Buddies';
$lang['Online'] = 'Online';
$lang['Offline'] = 'Offline';
$lang['Buddies'] = 'Buddies';
// The %s in the next two will be replaced with a URL
$lang['Ignored_some_users'] = 'Einige der User auf dieser Seite werden ignoriert. <a href="%s">Die Seite mit diesen Usern ansehen?</a>';
$lang['Ignore_some_users'] = '<a href="%s">Diese Seite ohne ignorierte User ansehen?</a>';
// These will be used in the user profiles for links to do the indicated thing
// Also used as ALT text for images in several places. %s will be replaced with a
// user's name
$lang['Add_to_buddy'] = 'Setze %s auf deine Buddylist';
$lang['Remove_from_buddy'] = 'Entferne %s von deiner Buddylist';
$lang['Add_to_ignore'] = 'Setze %s auf deine Ignoreliste';
$lang['Remove_from_ignore'] = 'Entferne %s von deiner Ignoreliste';
$lang['Add_to_disallow'] = 'Setze %s auf deine Verbotenliste';
$lang['Remove_from_disallow'] = 'Entferne %s von deiner Verbotenliste';
// Error Messages
$lang['No_alerts_updated'] = 'No users were indicated for alert updates';
$lang['No_autoclose'] = 'Wenn du diese Nachricht siehst, kann dein Broswer nicht automatisch Fenster schliessen. Eventuell hast du Javascript im Browser deaktiviert. Bitte schliesse dieses Fenster manuell..';
// Control Panel
$lang['Users_you_ignore'] = 'User, die du ignorierst';
$lang['Users_you_disallow'] = 'User, denen du nicht erlaubst, dich zu kontaktieren';
$lang['Users_buddy_you'] = 'User, die dich als Buddy haben';
$lang['Users_you_buddy'] = 'Deine Buddies';
$lang['None_you_ignore'] = 'Du ignorierst keine User.';
$lang['None_you_disallow'] = 'Du erlaubst allen Usern, dich zu kontaktieren.';
$lang['None_buddy_you'] = 'Niemand hat dich als Buddy gelistet.';
$lang['None_you_buddy'] = 'Du hast keine Buddies.';
$lang['Add_a_user'] = 'Einen User zur Kontaktliste hinzufügen?';
$lang['Add_user'] = 'Füge User hinzu';
$lang['Move_selected_users'] = 'Verschiebe die gewählten User nach:';
$lang['Buddy_link'] = 'Buddies';
$lang['Buddied_link'] = 'Buddy von...';
$lang['Ignore_link'] = 'Ignorieren';
$lang['Disallow_link'] = 'Verbieten';
$lang['Be_alerted'] = 'Mich benachrichtigen, wenn dieser User online ist';
$lang['Edit_alerts'] = 'Bearbeite Online / Offline Alarm-Einstellungen';
// Success messages
$lang['Alerts_updated'] = 'Benachrichtigungs-Einstellungen geändert';
$lang['Alerts_oops'] = ' ausser den nachfolgenden, welche nicht gefunden werden konnten:<br />';
$lang['Moved_to_buddies'] = 'Diese User wurden in deine Buddyliste verschoben.';
$lang['Moved_to_ignore'] = 'Diese User wurden in deine Ignoreliste verschoben.';
$lang['Moved_to_disallow'] = 'Diese User wurden in deine Verbotenliste verschoben.';
$lang['Removed_selected_users'] = 'Die User wurden verschoben.';
$lang['Buddy_updated'] = 'Buddyliste geändert';
$lang['Ignore_updated'] = 'Ignorliste geändert';
$lang['Disallow_updated'] = 'Verbotenliste geändert';
// For Prillian
$lang['Close_window_link'] = '<br /><br /><a href="javascript:window.close();">' . $lang['Close_window'] . '</a>';
/* Entries Added in Prillian 0.7.0 & Contact List 0.2.5 */
$lang['No_ignore_admin'] = 'Du hast versucht, folgende Admins / Moderatoren zu ignorieren / zu verbieten: %s. Bitte mache dies rückgängig.<br />';
$lang['No_contact_add_self'] = 'Du hast versucht, dich selbst auf deine Kontaktliste zu setzen. Das ist nicht erlaubt - bitte mache das rückgängig.';
$lang['Add_Selected_as_Buddies'] = 'Füge markierte als Buddies hinzu';
$lang['Add_contact_users_link'] = 'Füge neue Kontakte hinzu';
$lang['You_have_buddies'] = 'Du hast %d Buddies.';
$lang['You_have_buddy'] = 'Du hast einen Buddy.';
$lang['You_are_ignoring'] = 'Du ignorierst %d User.';
$lang['You_are_ignoring_one'] = 'Du ignorierst einen User.';
$lang['You_have_disallowed'] = 'Du verbietest %d Usern, dich zu kontaktieren.';
$lang['You_have_disallowed_one'] = 'Du verbietest einem User, dich zu kontaktieren.';
$lang['You_as_buddies'] = '%d Users haben dich als Buddy.';
$lang['You_as_buddy'] = 'Ein User hat dich als Buddy.';
$lang['Add_many_contacts_explain'] = 'Hier kannst du mehrere User zur Buddy-, Ignor- und Verbotenliste hinzufügen.
Füge den Namen der User, die du hinzuügen möchtest, in die Box unten ein Each user\'s name must be on a separate line.';
$lang['Add_to_Buddy_List'] = 'Füge zur Buddyliste hinzu';
$lang['Add_to_Ignore_List'] = 'Füge zur Ingnorliste hinzu';
$lang['Add_to_Disallow_List'] = 'Füge zur Verbotenliste hinzu';
/* Entries Changed in Prillian 0.7.0 & Contact List 0.2.5 */
/* Any of these that have contact in the $lang['name'] part used to have bid or
buddy in place of contact. In some, that is the only change */
$lang['Contact_List_FAQ'] = 'Contact Lists'; // Title of the FAQ
$lang['Contact_Management'] = 'Kontakt Management';
// Error Messages
$lang['No_contact_mode'] = 'Kein Kontact Modus definiert';
$lang['No_contact_type'] = 'Kein Kontact Typ definiert';
$lang['No_contact_action'] = 'Keine Kontakt Aktion definiert';
$lang['No_contact_id'] = 'keine Kontakt-UserId';
$lang['Invalid_contact_action'] = 'Kontakt Aktionsdefinition ist ungültig';
// Control Panel
$lang['Contact_click_here'] = '%sVerwalte Kontaktliste%s';
// Success messages
$lang['Confirm_contact_changes'] = 'Bist du sicher, dass du diese Änderungen durchführen möchtest?';
$lang['No_Contact_changes'] = 'Keine Änderungen angegeben';
//Private Message alerts
$lang['System_title'] = 'Kontaktliste System-Nachricht';
$lang['Contact_Alert_PM'] = '[url=%s]%s[/url] hat dich zu seiner Buddyliste hinzugefügt. Um deine Kontaktliste zu verwalten, klicke bitte [url=%s]hier[/url]. Dies ist eine automatisch generierte Systemnachricht - auf die nicht geantwortet werden kann.';
/* Removed entries
$lang['PM_Alert_Moved']
$lang['PM_Alert_Removed']
$lang['PM_Alert_Added'] <--- These two were merged into
$lang['PM_Alert_end'] <----/ $lang['Contact_Alert_PM']
$lang['Ignored_link']
$lang['Disallowed_link']
$lang['Users_ignoring_you']
$lang['Users_disallow_you']
$lang['None_ignoring_you']
$lang['None_disallow_you']
*/
/* Entries Added in Contact List 0.2.6 */
$lang['Contact_bad_version_admin'] = 'Dieser Server hat eine PHP Version installiert, die älter als 4.1.0 ist. "Contact List" wurde programmiert mit Features, die in 4.1.0 eingeführt wurden, und arbeitet möglicherweise nicht korrekt. Ausserdem öffnet Contact List möglicherweise Sicherheitslöcher auf dem Server. Das kann dazu führen, dass Seiten, die die Contact List einsetzen gesperrt werden. Um das zum umgegen, kannst du Contact List entfernen oder die PHP Version auf dem Server updaten.';
$lang['Contact_bad_version_public'] = 'Diese Seite wurde aus Sicherheitsgründen deaktiviert. Wenn du diese Nachricht öfters liest, informiere bitte den (Server)Admin.';
$lang['Buddies_Online'] = 'Buddies Online'; // Existed in Prillian previously
$lang['Ignored_quote'] = 'Diese Nachricht stammt von einem einem User deiner Ignoreliste. <a href="%s">Schaue Thema mit den ignorierten Daten an?</a>';
$lang['Ignored_poster'] = 'Der Verfasser dieser Nachrichten ist auf deiner Ignoreliste.';
$lang['Ignored_poster_link'] = 'Klicke hier um diese Seite mit allen ignorierten Nachrichten zu sehen.';
?>
Code: Alles auswählen
<?php
/***************************************************************************
* lang_contact_faq.php [English]
* -------------------
* begin : Saturday, May 31, 2003
* version : 1.2.1
* copyright : See readme.txt
***************************************************************************/
// IMPORTANT NOTICE!!
// This version of lang_contact_faq.php is intended for use when you have installed
// either Prillian and the expanded version of Contact List or only the expanded
// version of Contact List. If you are using only Prillian, use the
// lang_contact_faq.php file provided in that version!
//
// To add an entry to your FAQ simply add a line to this file in this format:
// $faq[] = array('question', 'answer');
// If you want to separate a section enter
// $faq[] = array('--', 'Block heading goes here if wanted');
// Links will be created automatically
//
// DO NOT forget the ; at the end of the line.
// Do NOT put single quotes (') in your FAQ entries, if you absolutely must then
// escape them i.e.. \'something\' or use double quotes (") at the beginning and end
// of the entries (in which case you'll need to escape any double quotes in the
// entry).
//
// The FAQ items will appear on the FAQ page in the same order they are listed in
// this file
//
// To mention Contact List by name, use the variable
// $progname as it is used in the defaults
//
include_once($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_contact.' . $phpEx);
$progname = $lang['Contact_List_FAQ'];
$faq[] = array('--', 'General Questions');
$faq[] = array('What are the ' . $progname . '?', $progname . ' are a means by which you can easily find or contact other users or prevent other users from finding or contacting you on this site. The Lists include a Buddy List, an Ignore List, and a Disallow Contact List. A Disallow Contact List is like a lesser version of an Ignore List. It hides your contact information from listed users, but does not erase their presence from your sight like the Ignore List.');
$faq[] = array('How do I edit my ' . $progname . '?', 'To edit your ' . $progname . ', simply access the <a href="' . append_sid(CONTACT_URL) . '">Control Panel</a>.');
$faq[] = array('How can I add a user to my ' . $progname . '?', 'Access the control panel and go to the page for the particular list to which you wish to add a user. Then enter the user\'s username in the form near the bottom of the page and press the Add User button.<br /><br />To add several users at once, access the control panel and click the ' . $lang['Add_contact_users_link'] . ' link. On that page, you can enter several usernames and add them all to your lists at one time.<br /><br />There are also links to add a user to or remove a user from your lists in various places throughout the forum, like user profiles and topics.');
$faq[] = array('--', 'Using your Buddy List');
$faq[] = array('What features does the Buddy List provide?', 'The Buddy List allows you to be alerted when certain users visit or leave the forums while you are logged in and to quickly find their names in certain situations.');
$faq[] = array('How do I choose to be alerted when a buddy comes online?', 'Access the control panel to see your Buddy List. Click the "Edit online and offline alert settings" link. From this page, you can choose to be alerted when certain users come online. Simply check off the users you wish to be alerted about and press the submit button. To stop being alerted about a user, uncheck them and press the submit button.');
$faq[] = array('What is the Buddies button in the private message posting form?', 'You can press this button to open a small window with a list of your buddies. The list lets you quickly see if a buddy is online or offline and click their name to place it in the posting form\'s username field.');
$faq[] = array('What are these ' . $lang['System_title'] . 's?', 'Those are simple notifications that someone has added you to their Buddy List. The messages contain links to that user\'s profile and the Control Panel for your convenience.');
$faq[] = array('--', 'Using your Ignore List');
$faq[] = array('What features does the Ignore List provide?', 'The Ignore List allows you to completely forget about the presence of a user on the forums. It removes that user from your sight and prevents that user from contacting you through the forums.');
$faq[] = array('How are users I ignore removed from my sight?', 'The Ignore List tries to remove all traces of the user on pages when you view them. If you look at a topic containing posts by the ignored user, the posts will not be displayed. Topics that have no replies (or only one reply, if it is also by an ignored user) will not be displayed in the topic list. The user will also not be listed in the member list or lists of users currently online.');
$faq[] = array('What if I want to see the pages with the ignored users?', 'There should be a link somewhere on the page that, when clicked, will allow you to view the unaltered page. The unaltered page should also have a link to reverse the display. These links are only displayed on pages containing content related to users on your Ignore List.');
$faq[] = array('How are users I ignore prevented from contacting me?', 'These users are prevented from seeing some of your contact information in posts, your profile, and the member list. They cannot see your email address or links to send you a private message. Instant Messenger contact information is still displayed. If either private messages or the forum based email system have been enabled, then the ignored users cannot use these systems to send you a message.');
$faq[] = array('--', 'Using your Disallow Contact List');
$faq[] = array('What features does the Disallow Contact List provide?', 'This list makes it harder for annoying users to continue contacting you. It is similar to the ignore list, but does not attempt to remove other users from your sight.');
$faq[] = array('In what ways does it become more difficult for these users to contact me?', 'The users you have added to your Disallow Contact list cannot see any of your contact information in posts, the member list, and your profile. This includes your email address, web site address, instant messenger information, and private message links. The users also are not informed that this information has been hidden from them. As far as they will know, you simply haven\'t entered any such information.<br /><br />If either private messages or the forum based email system have been enabled, then these users also cannot use these systems to send you a message.');
//
// These entries should remain in all languages and for all modifications
//
$faq[] = array('--', $progname . ' Issues');
$faq[] = array('Who wrote this ' . $progname . ' software?', 'This software (in its unmodified form) is produced, released, and is copyrighted by <a href="http://darkmods.sourceforge.net/" target="_blank">Thoul</a>. It is based on and includes some code from the phpBB forum software, which (in its unmodified form) is produced, released, and is copyrighted by <a href="http://www.phpbb.com/" target="_blank">phpBB Group</a>. Both are made available under the GNU General Public License and may be freely distributed; see the links for more details.');
$faq[] = array('Why isn\'t X feature available?', 'This software was written by and licensed through the phpBB Group (in the case of the forum software) and Thoul (in the case of the ' . $progname . ' ). If you believe a feature needs to be added to the instant messenger software then please visit the darkmods.sourceforge.net website and see if anything has been said about it in the forums there. If not, post a feature request in the forums or via the Sourceforge interface.');
$faq[] = array('Whom do I contact about abusive and/or legal matters related to these ' . $progname . ' ?', 'You should contact the administrator of this board. If you cannot find who that is, you should first contact one of the forum moderators and ask them who you should in turn contact. If still get no response you should contact the owner of the domain (do a whois lookup) or, if this is running on a free service (e.g. yahoo, free.fr, f2s.com, etc.), the management or abuse department of that service. Please note that Thoul has absolutely no control and cannot in any way be held liable over how, where or by whom this board is used. It is absolutely pointless contacting Thoul in relation to any legal (cease and desist, liable, defamatory comment, etc.) matter not directly related to the darkmods.sourceforge.net website or the discrete software of the ' . $progname . ' itself. If you do email Thoul about any third party use of this software then you should not expect a response.');
//
// This ends the FAQ entries
//
?>
i<?php
/***************************************************************************
* lang_contact_faq.php [English]
* -------------------
* begin : Saturday, May 31, 2003
* version : 1.2.1
* copyright : See readme.txt
***************************************************************************/
// IMPORTANT NOTICE!!
// This version of lang_contact_faq.php is intended for use when you have installed
// either Prillian and the expanded version of Contact List or only the expanded
// version of Contact List. If you are using only Prillian, use the
// lang_contact_faq.php file provided in that version!
//
// To add an entry to your FAQ simply add a line to this file in this format:
// $faq[] = array('question', 'answer');
// If you want to separate a section enter
// $faq[] = array('--', 'Block heading goes here if wanted');
// Links will be created automatically
//
// DO NOT forget the ; at the end of the line.
// Do NOT put single quotes (') in your FAQ entries, if you absolutely must then
// escape them i.e.. \'something\' or use double quotes (") at the beginning and end
// of the entries (in which case you'll need to escape any double quotes in the
// entry).
//
// The FAQ items will appear on the FAQ page in the same order they are listed in
// this file
//
// To mention Contact List by name, use the variable
// $progname as it is used in the defaults
//
include_once($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_contact.' . $phpEx);
$progname = $lang['Contact_List_FAQ'];
$faq[] = array('--', 'Allgemeine Fragen');
$faq[] = array('Was ist die Kontaktverwaltung?', ' Die Kontaktverwaltung erlaubt dir andere Benutzer leichter zu finden und mit ihnen in Kontakt zu treten oder andere Benutzer daran zu hindern Dich zu finden oder mit Dir in Kontakt zu treten. Die Listen beinhalten eine Buddy-Liste (Freundes-Liste), eine Ignorier-Liste und eine Kontaktverbotsliste.Die Kontaktverbotsliste ist eine harmlosere(abgeschwächte) Form der Ignorier-Liste. Sie versteckt Deine Kontaktinformationen vor den gelisteten(eingetragenen) Benutzern,aber verbirgt deren Anwesenheit nicht, wie die Ignorier-Liste es tut.');
$faq[] = array('Wie editiere ich die Kontaktverwaltung ?', 'Editiere deine Kontaktverwaltung einfach über das <a href="' . append_sid(CONTACT_URL) . '">Control Panel</a>.');
$faq[] = array('Wie wird zur Kontaktverwaltung hinzugefügt?', 'Öffne das Kontrollfeld und gehe zu der Liste, zu der Du einen User hinzufügen möchtest.Trage den Namen des Users in das Feld nahe am unteren Rand der Seite und klicke auf (den Add User button) hinzufügen.<br /><br />Um mehrere User auf einmal hinzuzufügen öffne das Kontrollfeld und klicke aufe ' . $lang['Add_contact_users_link'] . ' link. Auf dieser Seite kannst Du mehrere User (markieren) und sie auf einmal zu Deiner gewählten Liste hinzufügen.<br /><br />Es gibt weiter Links, die es Dir erlauben, User an den veschiedenen Orten des Forums, wie User-Profil oder Themen, hinzuzufügen oder zu entfernen.');
$faq[] = array('--', 'Anleitung zur Buddy-Liste');
$faq[] = array('Welche Feature unterstützt die Buddy-Liste?', 'Die Buddy-Liste ermöglicht eine Benachrichtigung, wenn ausgewählte User das Forum besuchen oder verlassen, während Du im Forum eingeloggt bist. Du siehst, wo sie sich aufhalten.');
$faq[] = array('Wie werde ich benachrichtigt wenn ein Freund online kommt?', 'Öffne das Kontrollfeld um Deine Buddy-Liste zu betrachten. Klick auf den - Edit online and offline Alarm Einstellung- Button. In dieser Ansicht kannst Du die Benachrichtigungseinstellungen vornehmen. Wähle einfach die User aus, bei denen Du benachrichtigt werden möchtest und bestätige die Auswahl. Um die Benachrichtigung aufzuheben, entferne die Markierung und bestätige.');
$faq[] = array('Was ist der Buddies Button in den Privaten Nachrichten?', 'Drücke diesen Button, um ein kleines Fenster mit der Liste Deiner Buddies zu öffnen. Du siehst sofort, welcher Deiner Buddies on- bzw. offline ist. Klick auf den Namen und er wird in das Anschriftenfeld des Editors eingetragen.');
$faq[] = array('Was sind ' . $lang['System_title'] . 's?', 'Dies sind einfache Nachrichten, daß Dich jemand zu seiner Buddy-Liste hinzugefügt hat. Zu Deiner Unterstützung verweist diese Nachricht auf das Profil dieses Users und zum Kontrollfeld.');
$faq[] = array('--', 'Anleitung zur Ignorier-Liste');
$faq[] = array('Welche Feature unterstützt die Ignorier-Liste?', 'Die Ignorier-Liste erlaubt es, die Anwesenheit eines ausgewählten Benutzers völlig zu vergessen.Sie entfernt den Benutzer aus Deiner Ansicht und verhindert es, daß der ausgewählte User über die Foren Kontakt zu Dir aufnehmen kann.');
$faq[] = array('Wie werden die IGNORE-Benutzer verbannt?', 'Die Ignorier-Liste versucht alle Spuren der Anwesenheit eines ausgewählten Users zu tilgen.Wenn Du ein Thema betrachtest, das Beiträge eines ignorierten Users enthält, so werden diese Beiträge ausgeblendet.Themen, erstellt von einem ignorierten User oder Themen, die nur einen Post eines ignorierten Users enthalten, werden in der Themenliste ausgeblendet. Der ignorierte User taucht auch nicht in der Liste der User auf, die aktuell online sind.');
$faq[] = array('Was wenn ich die Beiträge der IGNORE-Benutzer sehen möchte?', 'Es sollte irgendwo auf der Seite einen Button geben, der es gestattet zwischen der unveränderten und der gefilterten Seite zu wechseln. Diese Buttons werden nur angezeigt, wenn die Ansicht der Seite durch die Einstellung der Ignorier-Liste beeinflusst ist.');
$faq[] = array('Wie werden IGNORE-Benutzer davon abgehalten mich zu kontaktieren?', 'Diese Benutzer werden davon abgehalten, Deine Kontaktinformationen in Deinen Beiträgen Deinem Profil und der Mitglieder-Liste einzusehen. Sie können weder email-Adresse noch andere Links sehen, um mit Dir in Kontakt zu treten. Instant Messenger Kontakt-Infos werden angezeigt. Wenn sowohl die PN als auch das forumbasierte Email-System aktiviert ist, kann ein ignorierter User diese Systeme nicht zur Kontaktaufnahme benutzen.');
$faq[] = array('--', 'Anleitung zur Kontaktverbotsliste');
$faq[] = array('Welche Feature unterstützt die Kontaktverbotsliste?', 'Diese Liste macht es schwieriger für störende Benutzer, Dich zu erreichen. Sie ist vergleichbar mit der Ignorier-Liste, sie entfernt störende User aber nicht aus Deiner Ansicht.');
$faq[] = array('Auf welche Art und Weise wird es diesen Usern erschwert, mit mir in Kontakt zu treten?', 'Die Benutzer, die Du Deiner Kontaktverbotsliste hinzugefügt hast, können keine Deiner Kontaktinformationen in Beiträgen, in der Mitgliederliste und Deinem Profil sehen. Das beinhaltet Deine email-Adresse, Dein Web-Site Link, Deine Instant Messenger- und PM-Links.Es erfolgt auch keine Information darüber, daß die Kontakte verborgen sind. Für diese User entsteht der Eindruck, daß es diese Kontaktinformationen. Einfach nicht vorhanden sind.<br /><br />Dies trifft ebenso für PN und das forenbasierte Email-System zu, so diese Systeme denn aktiviert sind.');
//
// These entries should remain in all languages and for all modifications
//
$faq[] = array('--', $progname . ' Issues');
$faq[] = array('Who wrote this ' . $progname . ' software?', 'This software (in its unmodified form) is produced, released, and is copyrighted by <a href="http://darkmods.sourceforge.net/" target="_blank">Thoul</a>. It is based on and includes some code from the phpBB forum software, which (in its unmodified form) is produced, released, and is copyrighted by <a href="http://www.phpbb.com/" target="_blank">phpBB Group</a>. Both are made available under the GNU General Public License and may be freely distributed; see the links for more details.');
$faq[] = array('Why isn\'t X feature available?', 'This software was written by and licensed through the phpBB Group (in the case of the forum software) and Thoul (in the case of the ' . $progname . ' ). If you believe a feature needs to be added to the instant messenger software then please visit the darkmods.sourceforge.net website and see if anything has been said about it in the forums there. If not, post a feature request in the forums or via the Sourceforge interface.');
$faq[] = array('Whom do I contact about abusive and/or legal matters related to these ' . $progname . ' ?', 'You should contact the administrator of this board. If you cannot find who that is, you should first contact one of the forum moderators and ask them who you should in turn contact. If still get no response you should contact the owner of the domain (do a whois lookup) or, if this is running on a free service (e.g. yahoo, free.fr, f2s.com, etc.), the management or abuse department of that service. Please note that Thoul has absolutely no control and cannot in any way be held liable over how, where or by whom this board is used. It is absolutely pointless contacting Thoul in relation to any legal (cease and desist, liable, defamatory comment, etc.) matter not directly related to the darkmods.sourceforge.net website or the discrete software of the ' . $progname . ' itself. If you do email Thoul about any third party use of this software then you should not expect a response.');
//
// This ends the FAQ entries
//
?>