[ticket/11959] Add samples for the untrimmed strings.

PHPBB3-11959
This commit is contained in:
Cesar G 2013-12-01 12:28:37 -08:00
parent b32a66ca78
commit 7cc1a8d224

View file

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