mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- auto sync attachment topic flag [Bug #2949]
- corrected paths for templates stored in the db and filenames displayed in the template editor [Bug #3662] - removed some useless language strings [Bug #3648] - corrected escaping of usernames and passwords in auth modules [Bug #3696], added ldap_escape git-svn-id: file:///svn/phpbb/trunk@6266 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -172,9 +172,6 @@ $lang = array_merge($lang, array(
|
||||
'MCP_QUEUE_UNAPPROVED_TOPICS' => 'Topics awaiting approval',
|
||||
'MCP_QUEUE_UNAPPROVED_TOPICS_EXPLAIN' => 'This is a list of all topics which require approving before they will be visible to users',
|
||||
|
||||
'MCP_VIEW_ALL' => 'View all (%s)',
|
||||
'MCP_VIEW_LOGS' => 'View logs',
|
||||
'MCP_VIEW_RECENT' => 'View recent (%s)',
|
||||
'MCP_VIEW_USER' => 'View warnings for a specific user',
|
||||
|
||||
'MCP_WARN' => 'Warnings',
|
||||
|
@@ -409,7 +409,6 @@ $lang = array_merge($lang, array(
|
||||
'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.',
|
||||
'UCP_REMIND' => 'Send password',
|
||||
'UCP_RESEND' => 'Send activation email',
|
||||
'UCP_WATCHED' => 'Watched items',
|
||||
'UCP_WELCOME' => 'Welcome to the User Control Panel. From here you can monitor, view and update your profile, preferences, subscribed forums and topics. You can also send messages to other users (if permitted). Please ensure you read any announcements before continuing.',
|
||||
'UCP_YIM' => 'Yahoo Messenger',
|
||||
'UCP_ZEBRA' => 'Friends and Foes',
|
||||
@@ -486,7 +485,6 @@ $lang = array_merge($lang, array(
|
||||
'IS_GROUP' => 'is in usergroup',
|
||||
'ANSWERED' => 'answered',
|
||||
'FORWARDED' => 'forwarded',
|
||||
'REPORTED' => 'reported',
|
||||
'TO_GROUP' => 'to my default usergroup',
|
||||
'TO_ME' => 'to me'
|
||||
),
|
||||
|
Reference in New Issue
Block a user