mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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
@@ -185,7 +185,11 @@ $lang = array_merge($lang, array(
|
||||
'SMILIES_URL' => 'Smiley image file',
|
||||
'SMILIES_WIDTH' => 'Smiley width',
|
||||
|
||||
'TOO_MANY_SMILIES' => 'Limit of %d smilies reached.',
|
||||
'TOO_MANY_SMILIES' => array(
|
||||
0 => 'Limit of %d smilies reached.',
|
||||
1 => 'Limit of %d smiley reached.',
|
||||
2 => 'Limit of %d smilies reached.',
|
||||
),
|
||||
|
||||
'WRONG_PAK_TYPE' => 'The specified package does not contain the appropriate data.',
|
||||
));
|
||||
|
Reference in New Issue
Block a user