diff options
author | Tristan Darricau <tristan.darricau@gmail.com> | 2018-07-08 17:38:27 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@gmail.com> | 2018-07-08 17:38:27 +0200 |
commit | 43d7f15a25841c8e66933b4c0e8ba28b78c6aef7 (patch) | |
tree | dd4dd117b0b100b7f3c9d7a4b34dee34114a1b2d /phpBB/language/en/common.php | |
parent | 0925a2206267fe5fc4a96321edeeaa6df74fba7f (diff) | |
parent | 2f3bd918acf0fcf5f695e92d720ff968df9178f6 (diff) | |
download | forums-43d7f15a25841c8e66933b4c0e8ba28b78c6aef7.tar forums-43d7f15a25841c8e66933b4c0e8ba28b78c6aef7.tar.gz forums-43d7f15a25841c8e66933b4c0e8ba28b78c6aef7.tar.bz2 forums-43d7f15a25841c8e66933b4c0e8ba28b78c6aef7.tar.xz forums-43d7f15a25841c8e66933b4c0e8ba28b78c6aef7.zip |
Merge pull request #5231 from marc1706/ticket/15676
[ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACY
* github.com:/phpbb/phpbb:
[ticket/15676] Use paragraphs and classes as suggested by hanakin
[ticket/15676] Use twig syntax
[ticket/15676] Simplify link text and use privacy link in cookie notice
[ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACY
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 5140919dad..213563aea0 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -193,7 +193,7 @@ $lang = array_merge($lang, array( 'DAYS' => 'Days', 'DELETE' => 'Delete', 'DELETE_ALL' => 'Delete all', - 'DELETE_COOKIES' => 'Delete all board cookies', + 'DELETE_COOKIES' => 'Delete cookies', 'DELETE_MARKED' => 'Delete marked', 'DELETE_POST' => 'Delete post', 'DELIMITER' => 'Delimiter', @@ -608,6 +608,7 @@ $lang = array_merge($lang, array( 'PREVIOUS' => 'Previous', // Used in pagination 'PREVIOUS_STEP' => 'Previous', 'PRIVACY' => 'Privacy policy', + 'PRIVACY_LINK' => 'Privacy', 'PRIVATE_MESSAGE' => 'Private message', 'PRIVATE_MESSAGES' => 'Private messages', 'PRIVATE_MESSAGING' => 'Private messaging', @@ -732,6 +733,7 @@ $lang = array_merge($lang, array( 'SUBMIT' => 'Submit', 'TB' => 'TB', + 'TERMS_LINK' => 'Terms', 'TERMS_USE' => 'Terms of use', 'TEST_CONNECTION' => 'Test connection', 'THE_TEAM' => 'The team', |