mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-15 05:24:41 +01:00
More admin related updates
git-svn-id: file:///svn/phpbb/trunk@3392 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
69eb24394a
commit
957a8eaf4b
@ -80,7 +80,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'ADMINISTRATORS' => 'Administrators',
|
||||
|
||||
'Look_up_Forum' => 'Select a Forum',
|
||||
'LOOK_UP_FORUM' => 'Select a Forum',
|
||||
|
||||
'log_index_activate' => '<b>Activated inactive users</b> => %s users',
|
||||
'log_index_delete' => '<b>Deleted inactive users</b> => %s',
|
||||
@ -642,27 +642,26 @@ $lang = array_merge($lang, array(
|
||||
'Select_group' => 'Select a group',
|
||||
'Look_up_group' => 'Look up group',
|
||||
|
||||
'Forum_Prune' => 'Forum Prune',
|
||||
'Forum_Prune_explain' => 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually.',
|
||||
'Do_Prune' => 'Do Prune',
|
||||
'All_Forums' => 'All Forums',
|
||||
'Prune_topics_not_posted' => 'Prune topics with no replies in this many days',
|
||||
'Topics_pruned' => 'Topics pruned',
|
||||
'Posts_pruned' => 'Posts pruned',
|
||||
'Prune_success' => 'Pruning of forums was successful',
|
||||
'FORUM_PRUNE_EXPLAIN' => 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually.',
|
||||
'DO_PRUNE' => 'Do Prune',
|
||||
'ALL_FORUMS' => 'All Forums',
|
||||
'PRUNE_NOT_POSTED' => 'Prune topics with no replies in %s days',
|
||||
'TOPICS_PRUNED' => 'Topics pruned',
|
||||
'POSTS_PRUNED' => 'Posts pruned',
|
||||
'PRUNE_SUCCESS' => 'Pruning of forums was successful',
|
||||
|
||||
'Words_title' => 'Word Censoring',
|
||||
'Words_explain' => 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, eg. *test* will match detestable, test* would match testing, *test would match detest.',
|
||||
'Word' => 'Word',
|
||||
'Edit_word_censor' => 'Edit word censor',
|
||||
'Replacement' => 'Replacement',
|
||||
'Add_new_word' => 'Add new word',
|
||||
'Update_word' => 'Update word censor',
|
||||
'Must_enter_word' => 'You must enter a word and its replacement',
|
||||
'No_word_selected' => 'No word selected for editing',
|
||||
'Word_updated' => 'The selected word censor has been successfully updated',
|
||||
'Word_added' => 'The word censor has been successfully added',
|
||||
'Word_removed' => 'The selected word censor has been successfully removed',
|
||||
'WORDS_TITLE' => 'Word Censoring',
|
||||
'WORDS_EXPLAIN' => 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, eg. *test* will match detestable, test* would match testing, *test would match detest.',
|
||||
'WORD' => 'Word',
|
||||
'EDIT_WORD' => 'Edit word censor',
|
||||
'REPLACEMENT' => 'Replacement',
|
||||
'ADD_WORD' => 'Add new word',
|
||||
'UPDATE_WORD' => 'Update word censor',
|
||||
'ENTER_WORD' => 'You must enter a word and its replacement',
|
||||
'NO_WORD' => 'No word selected for editing',
|
||||
'WORD_UPDATED' => 'The selected word censor has been successfully updated',
|
||||
'WORD_ADDED' => 'The word censor has been successfully added',
|
||||
'WORD_REMOVED' => 'The selected word censor has been successfully removed',
|
||||
|
||||
'Mass_email_explain' => 'Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed',
|
||||
'Compose' => 'Compose',
|
||||
@ -670,19 +669,19 @@ $lang = array_merge($lang, array(
|
||||
'All_users' => 'All Users',
|
||||
'Email_successfull' => 'Your message has been sent',
|
||||
|
||||
'Ranks_explain' => 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility',
|
||||
'Add_new_rank' => 'Add new rank',
|
||||
'Rank_title' => 'Rank Title',
|
||||
'Rank_special' => 'Set as Special Rank',
|
||||
'Rank_minimum' => 'Minimum Posts',
|
||||
'Rank_image' => 'Rank Image',
|
||||
'Rank_image_explain' => 'Use this to define a small image associated with the rank. The path is relative to the main phpBB2 directory.',
|
||||
'Must_select_rank' => 'You must select a rank',
|
||||
'No_assigned_rank' => 'No special rank assigned',
|
||||
'Rank_updated' => 'The rank was successfully updated',
|
||||
'Rank_added' => 'The rank was successfully added',
|
||||
'Rank_removed' => 'The rank was successfully deleted',
|
||||
'No_update_ranks' => 'The rank was successfully deleted, however, user accounts using this rank were not updated. You will need to manually reset the rank on these accounts',
|
||||
'RANKS_EXPLAIN' => 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility',
|
||||
'ADD_RANK' => 'Add new rank',
|
||||
'RANK_TITLE' => 'Rank Title',
|
||||
'RANK_SPECIAL' => 'Set as Special Rank',
|
||||
'RANK_MINIMUM' => 'Minimum Posts',
|
||||
'RANK_IMAGE' => 'Rank Image',
|
||||
'RANK_IMAGE_EXPLAIN' => 'Use this to define a small image associated with the rank. The path is relative to the root phpBB2 directory.',
|
||||
'MUST_SELECT_RANK' => 'You must select a rank.',
|
||||
'NO_ASSIGNED_RANK' => 'No special rank assigned.',
|
||||
'RANK_UPDATED' => 'The rank was successfully updated.',
|
||||
'RANK_ADDED' => 'The rank was successfully added.',
|
||||
'RANK_REMOVED' => 'The rank was successfully deleted.',
|
||||
'NO_UPDATE_RANKS' => 'The rank was successfully deleted. However user accounts using this rank were not updated. You will need to manually reset the rank on these accounts.',
|
||||
|
||||
'Disallow_control' => 'Username Disallow Control',
|
||||
'Disallow_explain' => 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it',
|
||||
|
Loading…
x
Reference in New Issue
Block a user