diff options
Diffstat (limited to 'phpBB/language/en/viewforum.php')
-rw-r--r-- | phpBB/language/en/viewforum.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index d2fae20c62..1dee5d2e57 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -4,9 +4,8 @@ * viewforum [English] * * @package language -* @version $Id$ * @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ @@ -64,8 +63,8 @@ $lang = array_merge($lang, array( 'UNREAD_POSTS_LOCKED' => 'Unread posts [ Locked ]', 'VIEW_FORUM' => 'View forum', - 'VIEW_FORUM_TOPIC' => '1 topic', - 'VIEW_FORUM_TOPICS' => '%d topics', + 'VIEW_FORUM_TOPICS' => array( + 1 => '%d topic', + 2 => '%d topics', + ), )); - -?>
\ No newline at end of file |