mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 13:46:33 +02:00
[ticket/11103] Make the number of notifications strong if > 0
PHPBB3-11103
This commit is contained in:
@ -403,8 +403,9 @@ $lang = array_merge($lang, array(
|
|||||||
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
|
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
|
||||||
'NOTIFICATIONS' => 'Notifications',
|
'NOTIFICATIONS' => 'Notifications',
|
||||||
'NOTIFICATIONS_COUNT' => array(
|
'NOTIFICATIONS_COUNT' => array(
|
||||||
1 => '%d Notification',
|
0 => '%d Notifications',
|
||||||
2 => '%d Notifications',
|
1 => '<strong>%d</strong> Notification',
|
||||||
|
2 => '<strong>%d</strong> Notifications',
|
||||||
),
|
),
|
||||||
'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.',
|
'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.',
|
||||||
'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".',
|
'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".',
|
||||||
|
Reference in New Issue
Block a user