mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- request_var updates
- added group selection to pm filter - fixed activation/deletion of inactive user accounts in admin index - fixed some color swatch bugs git-svn-id: file:///svn/phpbb/trunk@5152 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -136,8 +136,8 @@ $lang += array(
|
||||
|
||||
'CONFIRM_OPERATION' => 'Are you sure you wish to carry out this operation?',
|
||||
|
||||
'log_index_activate' => '<b>Activated inactive users</b><br />» %s users',
|
||||
'log_index_delete' => '<b>Deleted inactive users</b><br />» %s',
|
||||
'LOG_INDEX_ACTIVATE' => '<b>Activated inactive users</b><br />» %s',
|
||||
'LOG_INDEX_DELETE' => '<b>Deleted inactive users</b><br />» %s',
|
||||
'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />» %s',
|
||||
|
||||
'LOG_USER_INACTIVE' => '<b>User deactivated</b><br />» %s',
|
||||
|
@@ -85,7 +85,7 @@ $lang += array(
|
||||
|
||||
'EDIT_POST' => 'Edit Post',
|
||||
'EDIT_REASON' => 'Reason for editing this post',
|
||||
'SMILIES' => 'Smilies',
|
||||
'EMPTY_FILEUPLOAD' => 'The uploaded file is empty',
|
||||
'EMPTY_MESSAGE' => 'You must enter a message when posting.',
|
||||
'EMPTY_REMOTE_DATA' => 'File could not be uploaded, please try uploading the file manually.',
|
||||
|
||||
@@ -114,7 +114,8 @@ $lang += array(
|
||||
'LOAD' => 'Load',
|
||||
'LOAD_DRAFT' => 'Load Draft',
|
||||
'LOAD_DRAFT_EXPLAIN' => 'Here you are able to select the draft you want to continue writing. Your current post will be canceled, all current post contents will be deleted. View, edit and delete drafts within your User Control Panel.',
|
||||
|
||||
'LOGIN_EXPLAIN_POST' => 'You need to login in order to post within this forum',
|
||||
|
||||
'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than <b>%d</b> characters.',
|
||||
'MESSAGE_DELETED' => 'Your message has been deleted successfully',
|
||||
'MORE_SMILIES' => 'View more smilies',
|
||||
@@ -158,6 +159,7 @@ $lang += array(
|
||||
|
||||
'SAVE' => 'Save',
|
||||
'SAVE_DATE' => 'Saved at',
|
||||
'SMILIES' => 'Smilies',
|
||||
'SMILIES_ARE_OFF' => 'Smilies are <u>OFF</u>',
|
||||
'SMILIES_ARE_ON' => 'Smilies are <u>ON</u>',
|
||||
'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
|
||||
|
Reference in New Issue
Block a user