mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 02:59:52 +02:00
[ticket/10345] Make use of the plural function in some basic places
PHPBB3-10345
This commit is contained in:
committed by
Oleg Pudeyev
parent
0734dd3c42
commit
88ae40a4b1
@@ -64,6 +64,9 @@ $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(
|
||||
0 => '%d topics',
|
||||
1 => '%d topic',
|
||||
2 => '%d topics',
|
||||
),
|
||||
));
|
||||
|
Reference in New Issue
Block a user