mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 03:54:57 +01:00
git-svn-id: file:///svn/phpbb/trunk@7609 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
38e08367d2
commit
00da476aa7
@ -96,7 +96,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||
'icon_post_target', 'icon_post_target_unread', 'icon_topic_attach', 'icon_topic_latest', 'icon_topic_newest', 'icon_topic_reported', 'icon_topic_unapproved', 'icon_friend', 'icon_foe',
|
||||
),
|
||||
'forums' => array(
|
||||
'forum_link', 'forum_read', 'forum_read_locked', 'forum_read_subforum', 'forum_unread', 'forum_unread_locked', 'forum_unread_subforum',
|
||||
'forum_link', 'forum_read', 'forum_read_locked', 'forum_read_subforum', 'forum_unread', 'forum_unread_locked', 'forum_unread_subforum', 'subforum_read', 'subforum_unread'
|
||||
),
|
||||
'folders' => array(
|
||||
'topic_moved', 'topic_read', 'topic_read_mine', 'topic_read_hot', 'topic_read_hot_mine', 'topic_read_locked', 'topic_read_locked_mine', 'topic_unread', 'topic_unread_mine', 'topic_unread_hot', 'topic_unread_hot_mine', 'topic_unread_locked', 'topic_unread_locked_mine', 'sticky_read', 'sticky_read_mine', 'sticky_read_locked', 'sticky_read_locked_mine', 'sticky_unread', 'sticky_unread_mine', 'sticky_unread_locked', 'sticky_unread_locked_mine', 'announce_read', 'announce_read_mine', 'announce_read_locked', 'announce_read_locked_mine', 'announce_unread', 'announce_unread_mine', 'announce_unread_locked', 'announce_unread_locked_mine', 'global_read', 'global_read_mine', 'global_read_locked', 'global_read_locked_mine', 'global_unread', 'global_unread_mine', 'global_unread_locked', 'global_unread_locked_mine', 'subforum_read', 'subforum_unread', 'pm_read', 'pm_unread',
|
||||
|
@ -161,7 +161,9 @@ $lang = array_merge($lang, array(
|
||||
'IMG_FORUM_UNREAD' => 'Forum new posts',
|
||||
'IMG_FORUM_UNREAD_LOCKED' => 'Forum new posts locked',
|
||||
'IMG_FORUM_UNREAD_SUBFORUM' => 'Subforum new posts',
|
||||
|
||||
'IMG_SUBFORUM_READ' => 'Legend subforum',
|
||||
'IMG_SUBFORUM_UNREAD' => 'Legend subforum new posts',
|
||||
|
||||
'IMG_TOPIC_MOVED' => 'Topic moved',
|
||||
|
||||
'IMG_TOPIC_READ' => 'Topic',
|
||||
|
Loading…
x
Reference in New Issue
Block a user