1
0
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:
Joas Schilling
2014-09-09 21:28:01 +02:00
parent 12398d65fd
commit d9f36ae7e1
4 changed files with 7 additions and 2 deletions

View File

@@ -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