XOOPS  2.6.0
install2.php
Go to the documentation of this file.
1 <?php
2 // $Id$
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
10 define('_INSTALL_BANNEDUSERS', 'Banned Users');
11 define('_INSTALL_BANNEDUSERSD', 'Banned user group');
12 define('_INSTALL_MODERATORUSERS', 'Moderators');
13 define('_INSTALL_MODERATORUSERSD', 'These are Moderators for your website');
14 define('_INSTALL_SUBMITTERUSERS', 'Submitters');
15 define('_INSTALL_SUBMITTERUSERSD', 'This group can submit articles to your website');
16 define('_INSTALL_DEVELOPEUSERS', 'Developer');
17 define('_INSTALL_DEVELOPEUSERSD', 'This user has developer privileges and can see developer debugging messages.');
18 
19 define("_INSTALL_L165", "The site is currently closed for maintenance. Please come back later.");
20 define("_INSTALL_ANON", "Anonymous");
21 define("_INSTALL_DISCLMR", "While the administrators and moderators of this site will attempt to remove
22 or edit any generally objectionable material as quickly as possible, it is
23 impossible to review every message. Therefore you acknowledge that all posts
24 made to this site express the views and opinions of the author and not the
25 administrators, moderators or webmaster (except for posts by these people)
26 and hence will not be held liable.
27 
28 You agree not to post any abusive, obscene, vulgar, slanderous, hateful,
29 threatening, sexually-orientated or any other material that may violate any
30 applicable laws. Doing so may lead to you being immediately and permanently
31 banned (and your service provider being informed). The IP address of all
32 posts is recorded to aid in enforcing these conditions. Creating multiple
33 accounts for a single user is not allowed. You agree that the webmaster,
34 administrator and moderators of this site have the right to remove, edit,
35 move or close any topic at any time should they see fit. As a user you agree
36 to any information you have entered above being stored in a database. While
37 this information will not be disclosed to any third party without your
38 consent the webmaster, administrator and moderators cannot be held
39 responsible for any hacking attempt that may lead to the data being
40 compromised.
41 
42 This site system uses cookies to store information on your local computer.
43 These cookies do not contain any of the information you have entered above,
44 they serve only to improve your viewing pleasure. The email address is used
45 only for confirming your registration details and password (and for sending
46 new passwords should you forget your current one).
47 
48 By clicking Register below you agree to be bound by these conditions.");
49 
50 ?>