aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_admin.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-04-29 20:06:25 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-04-29 20:06:25 +0000
commit3a4e4374dc3a788b5ccafa882da92421fd301866 (patch)
tree15d270f812732dab91833b011c7ec160747fa842 /phpBB/language/en/lang_admin.php
parent81cd87fe10c0fc8f08ffb02834db9dd7012383a5 (diff)
downloadforums-3a4e4374dc3a788b5ccafa882da92421fd301866.tar
forums-3a4e4374dc3a788b5ccafa882da92421fd301866.tar.gz
forums-3a4e4374dc3a788b5ccafa882da92421fd301866.tar.bz2
forums-3a4e4374dc3a788b5ccafa882da92421fd301866.tar.xz
forums-3a4e4374dc3a788b5ccafa882da92421fd301866.zip
further work on the attachment panel... and see how plain those icons are... these are the correct ones to rip ;)
Hopefully someone will make some nice upload icons. :) git-svn-id: file:///svn/phpbb/trunk@3959 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r--phpBB/language/en/lang_admin.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index d8e9b16974..19aaf3565d 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -124,6 +124,7 @@ $lang = array_merge($lang, array(
'LOG_EMAIL_CONFIG' => '<b>Altered email settings</b>',
'LOG_AVATAR_CONFIG' => '<b>Altered avatar settings</b>',
'LOG_AUTH_CONFIG' => '<b>Altered authentication settings</b>',
+ 'LOG_ATTACH_CONFIG' => '<b>Altered attachment settings</b>',
'log_prune_user_deac' => '<b>Users Deactivated</b><br />%s',
'log_prune_user_del_del'=> '<b>Users Pruned and Posts Deleted</b><br />%s',
'log_prune_user_del_anon'=> '<b>Users Pruned and Posts Retained</b><br />%s',
@@ -142,6 +143,10 @@ $lang = array_merge($lang, array(
'LOG_ACL_GROUP_ADD' => '<b>Edited Group permissions</b><br />&#187; %s',
'LOG_ACL_PRESET_ADD' => '<b>Added or edited permission preset</b><br />&#187; %s',
'LOG_ACL_PRESET_DEL' => '<b>Deleted permission preset</b><br />&#187; %s',
+ 'LOG_ATTACH_EXT_ADD' => '<b>Added or edited attachment extension</b><br />&#187; %s',
+ 'LOG_ATTACH_EXT_DEL' => '<b>Removed attachment extension</b><br />&#187; %s',
+ 'LOG_ATTACH_EXTGROUP_ADD' => '<b>Added or edited extension group</b><br />&#187; %s',
+ 'LOG_ATTACH_EXTGROUP_DEL' => '<b>Removed extension group</b><br />&#187; %s',
'RUN_HOW' => 'When to run',
'RUN_AS_NOW'=> 'Run now',
@@ -882,6 +887,7 @@ $lang = array_merge($lang, array(
'ATTACH_MANAGE_URL' => 'Configuration',
'ATTACH_CATS_URL' => 'Special Categories',
'ATTACH_EXTENSIONS_URL' => 'Extensions',
+ 'ATTACH_EXT_GROUPS_URL' => 'Extension Groups',
'ATTACHMENT_SETTINGS' => 'Attachment Settings',
'ATTACHMENT_CONFIG_EXPLAIN' => 'Here you can configure the Main Settings for Attachments and the associated Special Categories.',
@@ -947,6 +953,25 @@ $lang = array_merge($lang, array(
'IMAGE_LINK_SIZE' => 'Image Link Dimensions',
'IMAGE_LINK_SIZE_EXPLAIN' => 'If this defined Dimension of an Image is reached, the Image will be displayed as a Link, rather than displaying it inlined,<br />if Inline View is enabled (Width x Height in pixels).<br />If it is set to 0x0, this feature is disabled. With some Images this Feature will not work due to limitations in PHP.',
+ 'EXTENSION_GROUPS_TITLE' => 'Manage Extension Groups',
+ 'EXTENSION_GROUPS_TITLE_EXPLAIN' => 'Here you can add, delete and modify your Extension Groups, you can disable Extension Groups, assign a special Category to them, change the download mechanism and you can define an Upload Icon which will be displayed in front of an Attachment belonging to the Group.',
+ 'EXTENSION_GROUPS' => 'Extension groups',
+ 'EXTENSION_GROUP' => 'Extension group',
+ 'SPECIAL_CATEGORY' => 'Special category',
+ 'DOWNLOAD_MODE' => 'Download mode',
+ 'UPLOAD_ICON' => 'Upload icon',
+ 'MAX_EXTGROUP_FILESIZE' => 'Maximum filesize',
+ 'ADD_EXTGROUP' => 'Add extension group',
+
+ 'CAT_IMAGES' => 'Images',
+ 'CAT_WM_FILES' => 'Win Media Streams',
+ 'CAT_RM_FILES' => 'Real Media Streams',
+ 'MODE_INLINE' => 'Inline',
+ 'MODE_PHYSICAL' => 'Physical',
+ 'NO_IMAGE' => 'No Image',
+ 'EXTENSION_GROUPS_UPDATED' => 'Extension Groups updated successfully',
+ 'EXTENSION_GROUP_EXIST' => 'The Extension Group %s already exist',
+
'WELCOME_INSTALL' => 'Welcome to phpBB 2 Installation',
'INITIAL_CONFIG' => 'Basic Configuration',