1 | <?php |
---|
2 | |
---|
3 | // Language definitions used in admin_index.php |
---|
4 | $lang_admin_index = array( |
---|
5 | |
---|
6 | 'fopen disabled message' => 'Unable to check for upgrade since \'allow_url_fopen\' is disabled on this system.', |
---|
7 | 'Upgrade check failed message' => 'Check for upgrade failed for unknown reasons.', |
---|
8 | 'Running latest version message' => 'You are running the latest version of FluxBB.', |
---|
9 | 'New version available message' => 'A new version of FluxBB has been released. You can download the latest version at %s.', |
---|
10 | 'PHPinfo disabled message' => 'The PHP function phpinfo() has been disabled on this server.', |
---|
11 | 'Not available' => 'Not available', |
---|
12 | 'Forum admin head' => 'Forum administration', |
---|
13 | 'NA' => 'N/A', |
---|
14 | 'Welcome to admin' => 'Welcome to the FluxBB administration control panel. From here you can control vital aspects of the board. Depending on whether you are an administrator or a moderator you can:', |
---|
15 | 'Welcome 1' => 'Organize categories and forums.', |
---|
16 | 'Welcome 2' => 'Set forum-wide options and preferences.', |
---|
17 | 'Welcome 3' => 'Control permissions for users and guests.', |
---|
18 | 'Welcome 4' => 'View IP statistics for users.', |
---|
19 | 'Welcome 5' => 'Ban users.', |
---|
20 | 'Welcome 6' => 'Censor words.', |
---|
21 | 'Welcome 7' => 'Set up user ranks.', |
---|
22 | 'Welcome 8' => 'Prune old posts.', |
---|
23 | 'Welcome 9' => 'Handle post reports.', |
---|
24 | 'Statistics head' => 'Statistics', |
---|
25 | 'FluxBB version label' => 'FluxBB version', |
---|
26 | 'Check for upgrade' => 'Check for upgrade', |
---|
27 | 'FluxBB version data' => 'v%s - %s', |
---|
28 | 'Server load label' => 'Server load', |
---|
29 | 'Server load data' => '%s - %s user(s) online', |
---|
30 | 'Environment label' => 'Environment', |
---|
31 | 'Environment data OS' => 'Operating system: %s', |
---|
32 | 'Show info' => 'Show info', |
---|
33 | 'Environment data version' => 'PHP: %s - %s', |
---|
34 | 'Environment data acc' => 'Accelerator: %s', |
---|
35 | 'Turck MMCache' => 'Turck MMCache', |
---|
36 | 'Turck MMCache link' => 'turck-mmcache.sourceforge.net/', |
---|
37 | 'ionCube PHP Accelerator' => 'ionCube PHP Accelerator', |
---|
38 | 'ionCube PHP Accelerator link' => 'www.php-accelerator.co.uk/', |
---|
39 | 'Alternative PHP Cache (APC)' => 'Alternative PHP Cache (APC)', |
---|
40 | 'Alternative PHP Cache (APC) link' => 'www.php.net/apc/', |
---|
41 | 'Zend Optimizer' => 'Zend Optimizer', |
---|
42 | 'Zend Optimizer link' => 'www.zend.com/products/guard/zend-optimizer/', |
---|
43 | 'eAccelerator' => 'eAccelerator', |
---|
44 | 'eAccelerator link' => 'www.eaccelerator.net/', |
---|
45 | 'XCache' => 'XCache', |
---|
46 | 'XCache link' => 'xcache.lighttpd.net/', |
---|
47 | 'Database label' => 'Database', |
---|
48 | 'Database data rows' => 'Rows: %s', |
---|
49 | 'Database data size' => 'Size: %s', |
---|
50 | |
---|
51 | ); |
---|