mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 11:40:08 +02:00
- check m_ permission for quickmod [Bug #1317]
- don't sync the global forum (id 0) [Bug #1383] - corrections to available time zones [Bug #1306] - only display open reports on mcp_front - added whois information to mcp_post [Bug #1400] - copy "dot" when copying a topic [Bug #1321] - some language corrections [Bugs #1324, #1255, #1317] - mozWrap scrolls back to previous position now [Bug #1190] - some style related corrections [Bugs #1322, #1454, #1316] - corrected copyrights [Bug #1468] - fixed links on search results page [Bug #1469] git-svn-id: file:///svn/phpbb/trunk@5779 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -67,8 +67,8 @@ $lang = array_merge($lang, array(
|
||||
'IM_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.',
|
||||
'IM_AIM_EXPRESS' => 'AIM Express',
|
||||
'IM_DOWNLOAD_APP' => 'Download Application',
|
||||
'IM_ICQ' => 'Please note that users may have elected to not receive unsolicited instant messages.',
|
||||
'IM_JABBER' => 'Please note that users may have elected to not receive unsolicited instant messages.',
|
||||
'IM_ICQ' => 'Please note that users may have selected to not receive unsolicited instant messages.',
|
||||
'IM_JABBER' => 'Please note that users may have selected to not receive unsolicited instant messages.',
|
||||
'IM_JABBER_SUBJECT' => 'This is an automated message please do not reply! Message from user %1$s at %2$s',
|
||||
'IM_MESSAGE' => 'Your Message',
|
||||
'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.',
|
||||
@@ -86,6 +86,7 @@ $lang = array_merge($lang, array(
|
||||
'LESS_THAN' => 'Less than',
|
||||
'LIST_USER' => '1 User',
|
||||
'LIST_USERS' => '%d Users',
|
||||
'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board administrator requires you to be registered and logged in to view profiles.',
|
||||
|
||||
'MORE_THAN' => 'More than',
|
||||
'MSNM' => 'MSNM',
|
||||
|
Reference in New Issue
Block a user