From 3b06ee0d381dc1be5f40ca98ad4278046d869d21 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:57:39 +0100 Subject: checked in initial customized verison for Archlinux32 --- lang/English/admin_index.php | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 lang/English/admin_index.php (limited to 'lang/English/admin_index.php') diff --git a/lang/English/admin_index.php b/lang/English/admin_index.php new file mode 100644 index 0000000..81208f9 --- /dev/null +++ b/lang/English/admin_index.php @@ -0,0 +1,63 @@ + 'Unable to check for upgrade since \'allow_url_fopen\' is disabled on this system.', +'Upgrade check failed message' => 'Check for upgrade failed for unknown reasons.', +'Running latest version message' => 'You are running the latest version of FluxBB.', +'New version available message' => 'A new version of FluxBB has been released. You can download the latest version at %s.', +'Deleted install.php redirect' => 'The file was successfully removed. Redirecting …', +'Delete install.php failed' => 'Could not remove install.php. Please do so by hand.', +'Not available' => 'Not available', +'Forum admin head' => 'Forum administration', +'NA' => 'N/A', +'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:', +'Welcome 1' => 'Organize categories and forums.', +'Welcome 2' => 'Set forum-wide options and preferences.', +'Welcome 3' => 'Control permissions for users and guests.', +'Welcome 4' => 'View IP statistics for users.', +'Welcome 5' => 'Ban users.', +'Welcome 6' => 'Censor words.', +'Welcome 7' => 'Set up user groups and promotions.', +'Welcome 8' => 'Prune old posts.', +'Welcome 9' => 'Handle post reports.', +'Alerts head' => 'Alerts', +'Install file exists' => 'The file install.php still exists, but should be removed. %s.', +'Delete install file' => 'Delete it', +'About head' => 'About FluxBB', +'FluxBB version label' => 'FluxBB version', +'Check for upgrade' => 'Check for upgrade', +'FluxBB version data' => 'v%s - %s', +'Server statistics label' => 'Server statistics', +'View server statistics' => 'View server statistics', +'Support label' => 'Support', +'Forum label' => 'Forum', +'IRC label' => 'IRC channel', + +// Language definitions used in admin_statistics.php +'PHPinfo disabled message' => 'The PHP function phpinfo() has been disabled on this server.', +'Server statistics head' => 'Server statistics', +'Server load label' => 'Server load', +'Server load data' => '%s - %s user(s) online', +'Environment label' => 'Environment', +'Environment data OS' => 'Operating system: %s', +'Show info' => 'Show info', +'Environment data version' => 'PHP: %s - %s', +'Environment data acc' => 'Accelerator: %s', +'Turck MMCache' => 'Turck MMCache', +'Turck MMCache link' => 'turck-mmcache.sourceforge.net/', +'ionCube PHP Accelerator' => 'ionCube PHP Accelerator', +'ionCube PHP Accelerator link' => 'www.php-accelerator.co.uk/', +'Alternative PHP Cache (APC)' => 'Alternative PHP Cache (APC)', +'Alternative PHP Cache (APC) link' => 'www.php.net/apc/', +'Zend Optimizer' => 'Zend Optimizer', +'Zend Optimizer link' => 'www.zend.com/products/guard/zend-optimizer/', +'eAccelerator' => 'eAccelerator', +'eAccelerator link' => 'www.eaccelerator.net/', +'XCache' => 'XCache', +'XCache link' => 'xcache.lighttpd.net/', +'Database label' => 'Database', +'Database data rows' => 'Rows: %s', +'Database data size' => 'Size: %s', +); -- cgit v1.2.3-54-g00ecf