diff options
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 2e241ae194..aa12af119f 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -549,6 +549,8 @@ $lang = array_merge($lang, array( 'BOXES_LIMIT_EXPLAIN' => 'Users are limited to no more than this many messages in each of their private message boxes. Enter 0 for unlimited messages.', 'EDIT_TIME' => 'Limit editing time', 'EDIT_TIME_EXPLAIN' => 'Limits the time available to edit a new post, zero equals infinity', + 'DISPLAY_LAST_EDITED' => 'Display last edited time information', + 'DISPLAY_LAST_EDITED_EXPLAIN' => 'Choose if the last edited by information to be displayed on posts', 'FLOOD_INTERVAL' => 'Flood Interval', 'FLOOD_INTERVAL_EXPLAIN' => 'Number of seconds a user must wait between posting new messages. To enable users to ignore this alter their permissions.', 'SEARCH_INTERVAL' => 'Search Flood Interval', @@ -1012,6 +1014,16 @@ $lang = array_merge($lang, array( 'EXTENSION_GROUPS_UPDATED' => 'Extension Groups updated successfully', 'EXTENSION_GROUP_EXIST' => 'The Extension Group %s already exist', + 'MANAGE_EXTENSIONS' => 'Manage Extensions', + 'MANAGE_EXTENSIONS_EXPLAIN' => 'Here you can manage your allowed and forbidden file extensions. You are not able to manage forbidden file extensions with the extension groups management panel. To allow or disallow not forbidden file extensions, use the extension groups management panel.', + 'COMMENT' => 'Comment', + 'EXTENSION' => 'Extension', + 'ADD_EXTENSION' => 'Add extension', + 'EXTENSIONS_UPDATED' => 'Extensions successfully updated', + 'EXTENSION_EXIST' => 'The Extension %s already exist', + 'CANNOT_ADD_FORBIDDEN_EXTENSION' => 'The Extension %s is forbidden, you are not able to add it to the allowed Extensions', + 'NOT_ASSIGNED' => 'Not assigned', + 'WELCOME_INSTALL' => 'Welcome to phpBB 2 Installation', 'INITIAL_CONFIG' => 'Basic Configuration', |