mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 19:20:23 +02:00
language changes by SHS` [en-GB (OED)] - our thanks to him!
git-svn-id: file:///svn/phpbb/trunk@5988 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -29,7 +29,7 @@ if (empty($lang) || !is_array($lang))
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACTIVE_TOPICS' => 'Active Topics',
|
||||
'ACTIVE_TOPICS' => 'Active topics',
|
||||
'ANNOUNCEMENTS' => 'Announcements',
|
||||
|
||||
'ICON_ANNOUNCEMENT' => 'Announcement',
|
||||
@@ -49,9 +49,9 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'TOPICS_MARKED' => 'The topics for this forum have now been marked read',
|
||||
|
||||
'VIEW_FORUM' => 'View Forum',
|
||||
'VIEW_FORUM_TOPIC' => '1 Topic',
|
||||
'VIEW_FORUM_TOPICS' => '%d Topics',
|
||||
'VIEW_FORUM' => 'View forum',
|
||||
'VIEW_FORUM_TOPIC' => '1 topic',
|
||||
'VIEW_FORUM_TOPICS' => '%d topics',
|
||||
));
|
||||
|
||||
?>
|
Reference in New Issue
Block a user