mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier. - Changed some permission namings based on suggestions by the community - Tried to comply to the permission field ordering within the language files while displaying permission sets. Hopefully it's worth the additional processing time. - Disable submit buttons after clicking for installation and conversions. git-svn-id: file:///svn/phpbb/trunk@6930 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -183,7 +183,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'NO_ASSIGNED_RANK' => 'No special rank assigned.',
|
||||
'NO_RANK_TITLE' => 'You haven’t specified a title for the rank.',
|
||||
'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.',
|
||||
'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.',
|
||||
|
||||
'RANK_ADDED' => 'The rank was successfully added.',
|
||||
'RANK_IMAGE' => 'Rank image',
|
||||
@@ -197,7 +197,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
// Disallow Usernames
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_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',
|
||||
'ACP_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',
|
||||
'ADD_DISALLOW_EXPLAIN' => 'You can disallow a username using the wildcard character * to match any character',
|
||||
'ADD_DISALLOW_TITLE' => 'Add a disallowed username',
|
||||
|
||||
|
Reference in New Issue
Block a user