aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-21 15:34:40 -0800
committerCesar G <prototech91@gmail.com>2014-03-19 03:08:33 -0700
commit6a278248e59acf9f347431712276b1fb0c70f5d0 (patch)
tree97f853bf5dc5dab4b558e23f3ad6c5289cd5b85a /phpBB/language/en/common.php
parent1af769714304054e63ffaeb41cfa51801785a59d (diff)
downloadforums-6a278248e59acf9f347431712276b1fb0c70f5d0.tar
forums-6a278248e59acf9f347431712276b1fb0c70f5d0.tar.gz
forums-6a278248e59acf9f347431712276b1fb0c70f5d0.tar.bz2
forums-6a278248e59acf9f347431712276b1fb0c70f5d0.tar.xz
forums-6a278248e59acf9f347431712276b1fb0c70f5d0.zip
[ticket/11959] Use plurals for the language strings.
PHPBB3-11959
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 360d6be1e0..c171ae5874 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -425,17 +425,23 @@ $lang = array_merge($lang, array(
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
'NOTIFICATIONS' => 'Notifications',
'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.',
- 'NOTIFICATION_BOOKMARK_TRIMMED' => '%1$s and %3$d others replied to the topic “%2$s” you have bookmarked.',
+ 'NOTIFICATION_BOOKMARK_TRIMMED' => array(
+ 2 => '%1$s and %3$d others replied to the topic “%2$s” you have bookmarked.',
+ ),
'NOTIFICATION_GROUP_REQUEST' => '%1$s is requesting to join the group %2$s.',
'NOTIFICATION_GROUP_REQUEST_APPROVED' => 'Your request to join the group %1$s has been approved.',
'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".',
'NOTIFICATION_POST' => '%1$s replied to the topic "%2$s".',
- 'NOTIFICATION_POST_TRIMMED' => '%1$s and %3$d others replied to the topic “%2$s”',
+ 'NOTIFICATION_POST_TRIMMED' => array(
+ 2 => '%1$s and %3$d others replied to the topic “%2$s”',
+ ),
'NOTIFICATION_POST_APPROVED' => 'Your post was approved "%2$s".',
'NOTIFICATION_POST_DISAPPROVED' => 'Your post "%1$s" was disapproved for reason: "%2$s".',
'NOTIFICATION_POST_IN_QUEUE' => 'A new post titled "%2$s" was posted by %1$s and needs approval.',
'NOTIFICATION_QUOTE' => '%1$s quoted you in the post "%2$s".',
- 'NOTIFICATION_QUOTE_TRIMMED' => '%1$s and %3$d others replied to the topic “%2$s”',
+ 'NOTIFICATION_QUOTE_TRIMMED' => array(
+ 2 => '%1$s and %3$d others replied to the topic “%2$s”',
+ ),
'NOTIFICATION_REPORT_PM' => '%1$s reported a Private Message "%2$s" for reason: "%3$s".',
'NOTIFICATION_REPORT_POST' => '%1$s reported a post "%2$s" for reason: "%3$s".',
'NOTIFICATION_REPORT_CLOSED' => '%1$s closed the report you made for "%2$s".',