diff options
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 05684243a0..ac6c36d08c 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -271,6 +271,7 @@ $lang = array_merge($lang, array( 'NONE' => 'None', 'NOT_WATCHING_FORUM'=> 'You no subscribe to updates on this forum', 'NOT_WATCHING_TOPIC'=> 'You are no longer subscribed to this topic.', + 'NO_AUTH_OPERATION' => 'You do not have the neccessary permissions to complete this operation.', 'NO_BIRTHDAYS' => 'No birthdays today', 'NO_FORUM' => 'The forum you selected does not exist', 'NO_FORUMS' => 'This board has no forums', |