1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Lang string name changes for topic title prefixes

git-svn-id: file:///svn/phpbb/trunk@3773 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-04-01 00:50:06 +00:00
parent 5231006c03
commit 823a484e77
2 changed files with 10 additions and 10 deletions

View File

@@ -232,11 +232,11 @@ $lang = array(
'DISPLAY_TOPICS' => 'Display topics from previous',
'ALL_TOPICS' => 'All Topics',
'TOPIC_ANNOUNCEMENT'=> '<b>Announcement:</b>',
'TOPIC_STICKY' => '<b>Sticky:</b>',
'TOPIC_MOVED' => '<b>Moved:</b>',
'TOPIC_POLL' => '<b>Poll:</b>',
'TOPIC_LOCKED' => '<b>Locked:</b>',
'VIEW_TOPIC_ANNOUNCEMENT'=> '<b>Announcement:</b>',
'VIEW_TOPIC_STICKY' => '<b>Sticky:</b>',
'VIEW_TOPIC_MOVED' => '<b>Moved:</b>',
'VIEW_TOPIC_POLL' => '<b>Poll:</b>',
'VIEW_TOPIC_LOCKED' => '<b>Locked:</b>',
'MARK_TOPICS_READ' => 'Mark all topics read',
'Topics_marked_read' => 'The topics for this forum have now been marked read',