mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- fixing a bug i am unsure about when it occurs (but it occurs). The symptoms are broken template cache files if after removing unnecessary php opening/closing tags result in statements being syntactially incorrect.
- added real syncing to forums acp (not only forum statistics rebuild) git-svn-id: file:///svn/phpbb/trunk@6419 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -124,6 +124,9 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'REDIRECT_ACL' => 'Now you are able to %sset permissions%s for this forum.',
|
||||
|
||||
'SYNC_IN_PROGRESS' => 'Synchronizing forum',
|
||||
'SYNC_IN_PROGRESS_EXPLAIN' => 'Currently resyncing topic range %1$d/%2$d.',
|
||||
|
||||
'TYPE_CAT' => 'Category',
|
||||
'TYPE_FORUM' => 'Forum',
|
||||
'TYPE_LINK' => 'Link',
|
||||
|
Reference in New Issue
Block a user