1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 02:50:00 +01:00

[ticket/12371] Fix language string

PHPBB3-12371
This commit is contained in:
Joas Schilling 2014-05-02 11:51:40 +02:00
parent 2bb12d0d6f
commit 5c7199f3dd

View File

@ -431,7 +431,7 @@ $lang = array_merge($lang, array(
// A and B replied...
// A, B and C replied...
// A, B, C and 2 others replied...
// A, B, C and many others replied...
// A, B, C and others replied...
'NOTIFICATION_BOOKMARK' => array(
1 => '%1$s replied to the topic “%2$s” you have bookmarked.',
),
@ -457,7 +457,7 @@ $lang = array_merge($lang, array(
'NOTIFICATION_TYPE_NOT_EXIST' => 'The notification type "%s" is missing from the file system.',
'NOTIFICATION_ADMIN_ACTIVATE_USER' => 'The user “%1$s” is newly registered and requires activation.',
// Used in conjuction with NOTIFICATION_BOOKMARK and NOTIFICATION_POST.
'NOTIFICATION_MANY_OTHERS' => 'many others',
'NOTIFICATION_MANY_OTHERS' => 'others',
'NOTIFICATION_X_OTHERS' => array(
2 => '%d others',
),