mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12976] Correctly use plurals for attachment count in UCP navigation
PHPBB3-12976
This commit is contained in:
@@ -518,6 +518,10 @@ $lang = array_merge($lang, array(
|
||||
'NO_USER_SPECIFIED' => 'No username was specified.',
|
||||
|
||||
// Nullar/Singular/Plural language entry. The key numbers define the number range in which a certain grammatical expression is valid.
|
||||
'NUM_ATTACHMENTS' => array(
|
||||
1 => '%d attachment',
|
||||
2 => '%d attachments',
|
||||
),
|
||||
'NUM_POSTS_IN_QUEUE' => array(
|
||||
0 => 'No posts in queue', // 0
|
||||
1 => '1 post in queue', // 1
|
||||
|
Reference in New Issue
Block a user