diff options
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 76 |
1 files changed, 73 insertions, 3 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 9a00589a3c..1232f02031 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -191,7 +191,7 @@ $lang += array( 'LOG_ADD_IMAGESET' => '<b>Added new imageset</b><br />» %s', 'LOG_EDIT_IMAGESET' => '<b>Edited imageset</b><br />» %s', - 'LOG_EDIT_IMAGESET_DETAILS' => '<b>Edited imageset</b><br />» %s', + 'LOG_EDIT_IMAGESET_DETAILS' => '<b>Edited imageset details</b><br />» %s', 'LOG_EXPORT_IMAGESET' => '<b>Exported imageset</b><br />» %s', 'LOG_DELETE_IMAGESET' => '<b>Deleted imageset</b><br />» %s', ); @@ -1222,11 +1222,81 @@ $lang += array( 'EDIT_IMAGESET' => 'Edit Imageset', 'EDIT_IMAGESET_EXPLAIN' => 'Here you can edit the individual images which define the imageset. You can also specify dimensions for the image. Dimensions are optional, specifying them can overcome certain rendering issues with some browsers. By not specifying them you reduce the size of the database record a little.', 'SELECTED_IMAGESET' => 'Selected imageset', + 'SELECT_IMAGE' => 'Select image', 'IMAGE' => 'Image', - 'DIMENSIONS' => 'Dimensions', - 'DIMENSIONS_EXPLAIN' => 'Dimensions are optional, set to zero to ignore.', + 'CURRENT_IMAGE' => 'Current Image', + 'SELECTED_IMAGE' => 'Selected Image', + 'DIMENSIONS' => 'Include dimensions', + 'DIMENSIONS_EXPLAIN' => 'Selecting yes here will include width/height parameters.', 'IMAGE_PARAMETER' => 'Parameter', 'IMAGE_VALUE' => 'Value', + 'LOCALISED_IMAGES' => 'Localised', + 'GLOBAL_IMAGES' => 'Global', + 'IMG_CAT_BUTTONS' => 'Localised buttons', + 'IMG_BTN_POST' => 'New topic', + 'IMG_BTN_REPLY' => 'Reply topic', + 'IMG_BTN_LOCKED' => 'Topic locked', + 'IMG_BTN_POST_PM' => 'New message', + 'IMG_BTN_REPLY_PM' => 'Reply message', + 'IMG_BTN_DELETE' => 'Delete post', + 'IMG_BTN_QUOTE' => 'Quote post', + 'IMG_BTN_PROFILE' => 'Show profile', + 'IMG_BTN_EMAIL' => 'Send email', + 'IMG_BTN_SEARCH' => 'Search posts', + 'IMG_BTN_WWW' => 'Website', + 'IMG_BTN_IP' => 'Show IP', + 'IMG_BTN_EDIT' => 'Edit post', + 'IMG_BTN_AIM' => 'AIM', + 'IMG_BTN_ICQ' => 'ICQ', + 'IMG_BTN_JABBER' => 'Jabber', + 'IMG_BTN_YIM' => 'YIM', + 'IMG_BTN_MSNM' => 'MSNM', + 'IMG_BTN_ONLINE' => 'User online', + 'IMG_BTN_OFFLINE' => 'User offline', + 'IMG_BTN_REPORT' => 'Report post', + 'IMG_BTN_PM' => 'Send message', + 'IMG_CAT_ICONS' => 'General icons', + 'IMG_ICON_UNAPPROVED' => 'Post unapproved', + 'IMG_ICON_REPORTED' => 'Post reported', + 'IMG_ICON_ATTACH' => 'Attachment', + 'IMG_ICON_POST' => 'Minipost', + 'IMG_ICON_POST_NEW' => 'New minipost', + 'IMG_ICON_POST_LATEST' => 'Last post', + 'IMG_ICON_POST_NEWEST' => 'Newest post', + 'IMG_CAT_FORUMS' => 'Forum icons', + 'IMG_FORUM' => 'Forum', + 'IMG_FORUM_NEW' => 'Forum new posts', + 'IMG_FORUM_LOCKED' => 'Forum locked', + 'IMG_FORUM_LINK' => 'Forum link', + 'IMG_SUB_FORUM' => 'Subforum', + 'IMG_SUB_FORUM_NEW' => 'Subforum new posts', + 'IMG_CAT_FOLDERS' => 'Topic icons', + 'IMG_FOLDER' => 'Topic', + 'IMG_FOLDER_NEW' => 'Topic new posts', + 'IMG_FOLDER_LOCKED' => 'Topic locked', + 'IMG_FOLDER_POSTED' => 'Topic posted to', + 'IMG_FOLDER_NEW_POSTED' => 'Topic posted to new', + 'IMG_FOLDER_LOCKED_NEW' => 'Topic locked new', + 'IMG_FOLDER_LOCKED_POSTED' => 'Topic locked posted to', + 'IMG_FOLDER_LOCKED_NEW_POSTED' => 'Topic locked posted to new', + 'IMG_FOLDER_HOT' => 'Topic hot', + 'IMG_FOLDER_HOT_NEW' => 'Topic hot new posts', + 'IMG_FOLDER_HOT_POSTED' => 'Topic hot posted to', + 'IMG_FOLDER_HOT_NEW_POSTED' => 'Topic hot posted to new', + 'IMG_FOLDER_STICKY' => 'Sticky topic', + 'IMG_FOLDER_STICKY_POSTED' => 'Sticky topic posted to', + 'IMG_FOLDER_STICKY_NEW' => 'Sticky topic new posts', + 'IMG_FOLDER_STICKY_NEW_POSTED' => 'Sticky topic posted to new', + 'IMG_FOLDER_ANNOUNCE' => 'Announcement', + 'IMG_FOLDER_ANNOUNCE_NEW' => 'Announcement new posts', + 'IMG_FOLDER_ANNOUNCE_POSTED' => 'Announcement posted to', + 'IMG_FOLDER_ANNOUNCE_NEW_POSTED' => 'Announcement posted to new', + 'IMG_CAT_POLLS' => 'Polling images', + 'IMG_POLL_LEFT' => 'Poll left end', + 'IMG_POLL_RIGHT' => 'Poll right end', + 'IMG_POLL_CENTER' => 'Poll centre', + 'IMG_CAT_CUSTOM' => 'Custom images', + 'IMAGESET_UPDATED' => 'Imageset updated successfully', 'EDIT_DETAILS_IMAGESET' => 'Edit imageset details', 'EDIT_DETAILS_IMAGESET_EXPLAIN'=> 'Here you can edit certain imageset details such as its name.', |
