diff options
author | Matt Friedman <maf675@gmail.com> | 2017-01-11 01:54:14 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2017-01-11 01:55:39 -0800 |
commit | a3accfaf461bc963f0661bdab1befbc9ef50a514 (patch) | |
tree | 246439d6083dd5326f63e6f9bd192145fcbe4e69 /phpBB/language | |
parent | cb406258fe13f593035f0cd29e5835752985629c (diff) | |
download | forums-a3accfaf461bc963f0661bdab1befbc9ef50a514.tar forums-a3accfaf461bc963f0661bdab1befbc9ef50a514.tar.gz forums-a3accfaf461bc963f0661bdab1befbc9ef50a514.tar.bz2 forums-a3accfaf461bc963f0661bdab1befbc9ef50a514.tar.xz forums-a3accfaf461bc963f0661bdab1befbc9ef50a514.zip |
[ticket/14989] Allow more admin-configurable schemes in post links
PHPBB3-14989
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index e3d8e6742f..6e9087af02 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -161,6 +161,8 @@ $lang = array_merge($lang, array( 'ACP_POST_SETTINGS_EXPLAIN' => 'Here you can set all default settings for posting.', 'ALLOW_POST_LINKS' => 'Allow links in posts/private messages', 'ALLOW_POST_LINKS_EXPLAIN' => 'If disallowed the <code>[URL]</code> BBCode tag and automatic/magic URLs are disabled.', + 'ALLOWED_SCHEMES_LINKS' => 'Allowed schemes in links', + 'ALLOWED_SCHEMES_LINKS_EXPLAIN' => 'Users can only post schemeless URLs or one of the comma-separated list of allowed schemes.', 'ALLOW_POST_FLASH' => 'Allow use of <code>[FLASH]</code> BBCode tag in posts', 'ALLOW_POST_FLASH_EXPLAIN' => 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts. Otherwise the permission system controls which users can use the <code>[FLASH]</code> BBCode tag.', |