aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-01 13:55:36 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:20:28 +0100
commitcc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32 (patch)
treeeb8e41e0fa97ec278e40af11806daa7cd277ac33 /phpBB/language/en
parent9fb2a5d5f8ed4c23689843178a4a06a151d146e6 (diff)
downloadforums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar.gz
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar.bz2
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar.xz
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.zip
[ticket/14492] Use guzzle for submitting data to stats service
PHPBB3-14492
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index a233547c7e..592021624b 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -486,6 +486,7 @@ $lang = array_merge($lang, array(
'SEND_STATISTICS_LONG' => 'Send statistical information',
'SHOW_STATISTICS' => 'Show details',
'THANKS_SEND_STATISTICS' => 'Thank you for submitting your information.',
+ 'FAIL_SEND_STATISTICS' => 'phpBB was unable to send statistics',
'EXPLAIN_ENABLE_VIGLINK' => 'Viglink is a non-invasive third-party service that will monetize existing links posted by users of your forum. When visitors click on those existing links and perform certain actions, such as shopping, the merchants pay VigLink a commission, of which a share is donated to the phpBB project. By agreeing to enable VigLink and donating proceeds to the phpBB project, you are supporting our open source organization and ensuring our continued financial security.<br /><br />You can change these settings at any time in VigLink settings panel.',
));