aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-08-13 14:51:47 +0000
committerNils Adermann <naderman@naderman.de>2009-08-13 14:51:47 +0000
commit4525d1cb733e893762e87a4f597f8489a9917191 (patch)
tree81059ffd44149c2da899a32825cb0e353eb6d276 /phpBB/language/en/acp/common.php
parent929fd29ce13ad42235b58f327b694a00780ebe5e (diff)
downloadforums-4525d1cb733e893762e87a4f597f8489a9917191.tar
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.gz
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.bz2
forums-4525d1cb733e893762e87a4f597f8489a9917191.tar.xz
forums-4525d1cb733e893762e87a4f597f8489a9917191.zip
- links to send statistics after install and update
- link back to ACP main from send statistics - improved language / better explanation (incl. Bug #48555) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9969 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 83778d90bf..a05973763c 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -157,6 +157,7 @@ $lang = array_merge($lang, array(
'ACP_SEARCH_SETTINGS' => 'Search settings',
'ACP_SECURITY_SETTINGS' => 'Security settings',
+ 'ACP_SEND_STATISTICS' => 'Send statistical information',
'ACP_SERVER_CONFIGURATION' => 'Server configuration',
'ACP_SERVER_SETTINGS' => 'Server settings',
'ACP_SIGNATURE_SETTINGS' => 'Signature settings',
@@ -414,7 +415,10 @@ $lang = array_merge($lang, array(
// 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.',
+ 'EXPLAIN_SEND_STATISTICS' => 'Please send information about your server and board configurations to phpBB for statistical analysis. All information that could identify you or your website has been removed - the data is entirely <strong>anonymous</strong>. We base decisions about future phpBB versions on this information. The statistics are made available publically. We also share this data with the PHP project, the programming language phpBB is made with.',
+ 'EXPLAIN_SHOW_STATISTICS' => 'Using the button below you can preview all variables that will be transmitted.',
+ 'DONT_SEND_STATISTICS' => 'Return to the ACP if you do not wish to send statistical information to phpBB.',
+ 'GO_ACP_MAIN' => 'Go to the ACP start page',
'HIDE_STATISTICS' => 'Hide details',
'SEND_STATISTICS' => 'Send statistical information',
'SHOW_STATISTICS' => 'Show details',