XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
admin.php
Go to the documentation of this file.
1 <?php
2 // $Id: admin.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
7 define('_AD_NORIGHT','You don\'t have the permission to access this area');
8 define('_AD_ACTION','Action');
9 define('_AD_EDIT','Edit');
10 define('_AD_DELETE','Delete');
11 define('_AD_LASTTENUSERS','Last 10 registered users');
12 define('_AD_NICKNAME','Username');
13 define('_AD_EMAIL','Email');
14 define('_AD_AVATAR','Avatar');
15 define('_AD_REGISTERED','Registered'); //Registered Date
16 // define('_AD_PRESSGEN','This is your first time to enter the administration section. Press the button below to proceed.');
17 define('_AD_LOGINADMIN','Logging you in..');
18 define('_AD_WARNINGINSTALL','WARNING: Directory %s exists on your server. <br />Please remove this directory for security reasons.');
19 define('_AD_WARNINGWRITEABLE','WARNING: File %s is writeable by the server. <br />Please change the permission of this file for security reasons.<br /> in Unix (444), in Win32 (read-only)');
20 define('_AD_WARNINGNOTWRITEABLE','WARNING: Folder %s is not writeable by the server. <br />Please change the permission of this folder.<br /> in Unix (777), in Win32 (writable)');
21 define('_AD_WARNINGXOOPSLIBINSIDE','WARNING: Folder %s is inside DocumentRoot! <br />For security considerations it is highly suggested to move it out of DocumentRoot.');