mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/15676] Simplify link text and use privacy link in cookie notice
PHPBB3-15676
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user