diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-06-10 15:11:27 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-07-15 22:05:06 +0200 |
commit | da7fc9e5daf6e72f9b86dbc5e002febb202f516e (patch) | |
tree | ad741d7ad78d93c4a39953e717ab3b01a1896e80 /phpBB/language/en/acp/board.php | |
parent | f1df8e2688bb9765833c18d90302a2f918646929 (diff) | |
download | forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.gz forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.bz2 forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.tar.xz forums-da7fc9e5daf6e72f9b86dbc5e002febb202f516e.zip |
[ticket/13935] Allow more admin-configurable schemes in post links
PHPBB3-13935
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-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 001775349a..69d6158241 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.', |