mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
- 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
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user