diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-09-13 16:48:28 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-09-13 16:48:28 +0200 |
commit | 958f3e950309c6275ae2872ce9c29c89303cf7be (patch) | |
tree | c5647f529d8e03bc08e837c6a4fbe9636e3b08b7 /phpBB/language/en | |
parent | 16c6e439149cee19b84ab809e913eb41bc5f4fd9 (diff) | |
parent | ee44dff3be8510b55984eef9e7fa7f261333ef1e (diff) | |
download | forums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar forums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar.gz forums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar.bz2 forums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar.xz forums-958f3e950309c6275ae2872ce9c29c89303cf7be.zip |
Merge remote-tracking branch 'imkingdavid/ticket/11824' into develop
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/board.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 93ca91e44d..6eabe99d80 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -435,6 +435,10 @@ $lang = array_merge($lang, array( 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values.', 'ICONS_PATH' => 'Post icons storage path', 'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root directory, e.g. <samp>images/icons</samp>.', + 'MOD_REWRITE_ENABLE' => 'Enable URL Rewriting', + 'MOD_REWRITE_ENABLE_EXPLAIN' => 'When enabled, URLs containing ’app.php’ will be rewritten to remove the filename (i.e. app.php/foo will become /foo). <strong>Apache server’s mod_rewrite module is required for this functionality to work; if this option is enabled without mod_rewrite support, URLs on your board may be broken.</strong>', + 'MOD_REWRITE_DISABLED' => 'The <strong>mod_rewrite</strong> module on your Apache web server is disabled. Enable the module or contact your web hosting provider if you wish to enable this feature.', + 'MOD_REWRITE_INFORMATION_UNAVAILABLE' => 'We are unable to determine whether or not this server supports URL rewriting. This setting may be enabled but if URL rewriting is not available, paths generated by this board (such as for use in links) may be broken. Contact your web hosting provider if you are unsure whether or not you can safely enable this feature.', 'PATH_SETTINGS' => 'Path settings', 'RANKS_PATH' => 'Rank image storage path', 'RANKS_PATH_EXPLAIN' => 'Path under your phpBB root directory, e.g. <samp>images/ranks</samp>.', |