diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-15 16:42:08 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-15 16:42:08 +0000 |
commit | 10983563b312b1a5acc89c94963ba588132fd09b (patch) | |
tree | 00f2adaab9064bfb03a8a00b2362b544f6ccfcb1 /phpBB/language | |
parent | 284dbec9cfcaa1479e56582540c25a1590878cf7 (diff) | |
download | forums-10983563b312b1a5acc89c94963ba588132fd09b.tar forums-10983563b312b1a5acc89c94963ba588132fd09b.tar.gz forums-10983563b312b1a5acc89c94963ba588132fd09b.tar.bz2 forums-10983563b312b1a5acc89c94963ba588132fd09b.tar.xz forums-10983563b312b1a5acc89c94963ba588132fd09b.zip |
FAQ update
git-svn-id: file:///svn/phpbb/trunk@1589 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_faq.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_faq.php b/phpBB/language/lang_english/lang_faq.php index dc6f1c9e86..0fde10556f 100644 --- a/phpBB/language/lang_english/lang_faq.php +++ b/phpBB/language/lang_english/lang_faq.php @@ -86,9 +86,16 @@ $faq[] = array("I cannot send private messages!", "There are three reasons for t $faq[] = array("I keep getting unwanted private messages!", "In the future we will be adding an ignore list to the private messaging system. For now though if you keep receiving unwanted private messages from someone inform the board admin, they have the power to prevent a user from sending private messages at all."); $faq[] = array("I have received a spamming or abusive email from someone on this board!", "We are sorry to hear that. The email form feature of this board includes safeguards to try and track users who send such posts. You should email the board administrator with a full copy of the email you received, it is very important this include the headers (these list details of the user that sent the email). They can then take action."); - +// +// These entries should remain in all languages and for all modifications +// $faq[] = array("--","phpBB 2 Issues"); +$faq[] = array("Who wrote this bulletin board?", "This software (in its unmodified form) is produced, released and is copyright <a href=\"http://www.phpbb.com/\" target=\"_blank\">phpBB Group</a>. It is made available under the GNU General Public Licence and may be freely distributed, see link for more details"); $faq[] = array("Why isn't X feature available?", "This software was written by and licensed through phpBB Group. If you believe a feature needs to be added then please visit the phpbb.com website and see what phpBB Group have to say. Please do not post feature requests to the board at phpbb.com, the Group uses sourceforge to handle tasking of new features. Please read through the forums and see what, if any, our position may already be for a feature and then follow the procedure given there."); $faq[] = array("Who do I contact about abusive and/or legal matters related to this board?", "You should contact the administrator of this board. If you cannot find who this 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 phpBB Group 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 phpBB Group in relation to any legal (cease and desist, liable, defamatory comment, etc.) matter not directly related to the phpbb.com website or the discrete software of phpBB itself. If you do email phpBB Group about any third party use of this software then you should expect a terse response or no response at all."); +// +// This ends the FAQ entries +// + ?>
\ No newline at end of file |