XOOPS  2.6.0
_admin.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 
7 //define('_AD_NORIGHT','You don\'t have the right 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','Loging 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.');
22 
23 //since 2-6
24 // Info
25 //define('_AM_MODULEADMIN_CONFIG','Configuration Check');
26 //define('_AM_MODULEADMIN_CONFIG_CHMOD',"The folder '%s' must be with a chmod '%s' (it's now set on %s).'");
27 //define('_AM_MODULEADMIN_CONFIG_FOLDERKO',"The folder '%s' does not exist");
28 //define('_AM_MODULEADMIN_CONFIG_FOLDEROK',"The folder '%s' exists");
29 //define('_AM_MODULEADMIN_CONFIG_PHP','Minimum PHP required: %s (your version is %s)');
30 //define('_AM_MODULEADMIN_CONFIG_XOOPS','Minimum XOOPS required: %s (your version is %s)');
31 //define('_AM_MODULEADMIN_CONFIG_DB','minimum version required: %s (your version is %s)');
32 //define('_AM_MODULEADMIN_CONFIG_EXTENSIONKO',"The extension '%s' isn't installed");
33 //define('_AM_MODULEADMIN_CONFIG_EXTENSIONOK',"The extension '%s' is installed");
34 //define('_AM_MODULEADMIN_CONFIG_MODULEKO',"The module '%s' isn't installed");
35 //define('_AM_MODULEADMIN_CONFIG_MODULEOK',"The module '%s' is installed");
36 // About
37 //define('_AM_MODULEADMIN_ABOUT_CHANGELOG','Change log');
38 //define('_AM_MODULEADMIN_ABOUT_DESCRIPTION','Description:');
39 //define('_AM_MODULEADMIN_ABOUT_MODULEINFO','Module Info');
40 //define('_AM_MODULEADMIN_ABOUT_MODULESTATUS','Status:');
41 //define('_AM_MODULEADMIN_ABOUT_UPDATEDATE','Update date:');
42 //define('_AM_MODULEADMIN_ABOUT_WEBSITE','Website:');