mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[ticket/11959] Add samples for the untrimmed strings.
PHPBB3-11959
This commit is contained in:
@@ -427,6 +427,7 @@ $lang = array_merge($lang, array(
|
||||
// This is used for a list of up to 4 users. 5 users or more uses _TRIMMED.
|
||||
'NOTIFICATION_BOOKMARK' => array(
|
||||
1 => '%1$s replied to the topic “%3$s” you have bookmarked.',
|
||||
// X, Y, and Z replied to the topic “Test” you have bookmarked.
|
||||
2 => '%1$s and %2$s replied to the topic “%3$s” you have bookmarked.',
|
||||
),
|
||||
// X, Y, Z and 2 others replied to the topic “Test” you have bookmarked.
|
||||
@@ -439,6 +440,7 @@ $lang = array_merge($lang, array(
|
||||
// This is used for a list of up to 4 users. 5 users or more uses _TRIMMED.
|
||||
'NOTIFICATION_POST' => array(
|
||||
1 => '%1$s replied to the topic “%3$s”.',
|
||||
// X, Y, and Z replied to the topic “Test”.
|
||||
2 => '%1$s and %2$s replied to the topic “%3$s”.',
|
||||
),
|
||||
// X, Y, Z and 2 others replied to the topic “Test”.
|
||||
@@ -451,6 +453,7 @@ $lang = array_merge($lang, array(
|
||||
// This is used for a list of up to 4 users. 5 users or more uses _TRIMMED.
|
||||
'NOTIFICATION_QUOTE' => array(
|
||||
1 => '%1$s quoted you in the post “%3$s”.',
|
||||
// X, Y, and Z quoted you in the post “Re: Test”.
|
||||
2 => '%1$s and %2$s quoted you in the post “%3$s”.',
|
||||
),
|
||||
// X, Y, Z and 2 others quoted you in the post “Re: Test”.
|
||||
|
Reference in New Issue
Block a user