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