aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-06-27 20:56:49 +0000
committerNils Adermann <naderman@naderman.de>2009-06-27 20:56:49 +0000
commit6273718dc5a7812b980ca45b20d123e5e0908026 (patch)
tree1be269bf21e689f2c02a27d97ddb03a9a03a46ab /phpBB/language/en/acp/common.php
parent4bef644a94f6865a948951c0e946a93b93d55b21 (diff)
downloadforums-6273718dc5a7812b980ca45b20d123e5e0908026.tar
forums-6273718dc5a7812b980ca45b20d123e5e0908026.tar.gz
forums-6273718dc5a7812b980ca45b20d123e5e0908026.tar.bz2
forums-6273718dc5a7812b980ca45b20d123e5e0908026.tar.xz
forums-6273718dc5a7812b980ca45b20d123e5e0908026.zip
acp module for submitting statistical information to phpBB
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9698 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 7e92594b85..55c3ed0cac 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -393,6 +393,14 @@ $lang = array_merge($lang, array(
'USER_IS_INACTIVE' => 'User is inactive',
));
+// Send statistics page
+$lang = array_merge($lang, array(
+ 'EXPLAIN_SEND_STATISTICS' => 'Please send some statistical information about your server and forum configuration to phpBB. All information that could identify you has been removed - the data is entirely anonymous. We will base decisions about future phpBB versions on this information. Below you can display all variables that will be transmitted.',
+ 'HIDE_STATISTICS' => 'Hide details',
+ 'SEND_STATISTICS' => 'Send statistical information',
+ 'SHOW_STATISTICS' => 'Show details',
+));
+
// Log Entries
$lang = array_merge($lang, array(
'LOG_ACL_ADD_USER_GLOBAL_U_' => '<strong>Added or edited users’ user permissions</strong><br />» %s',