mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12431] Lang full sentence
PHPBB3-12431
This commit is contained in:
parent
d6c1ca7d94
commit
1cdff60676
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ $lang = array_merge($lang, array(
|
||||||
1 => '%d private message in total',
|
1 => '%d private message in total',
|
||||||
2 => '%d private messages in total',
|
2 => '%d private messages in total',
|
||||||
),
|
),
|
||||||
'TOPIC_POLL' => 'Topic has a poll',
|
'TOPIC_POLL' => 'This topic has a poll.',
|
||||||
'TOTAL_POSTS' => 'Total posts',
|
'TOTAL_POSTS' => 'Total posts',
|
||||||
'TOTAL_POSTS_COUNT' => array(
|
'TOTAL_POSTS_COUNT' => array(
|
||||||
2 => 'Total posts <strong>%d</strong>',
|
2 => 'Total posts <strong>%d</strong>',
|
||||||
|
|
Loading…
Add table
Reference in a new issue