aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-08-21 09:51:26 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-08-21 09:51:26 +0200
commit06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c (patch)
treec0b1474ac507e3377d8080eb42444566af645458 /phpBB/language/en/posting.php
parentf054ab972d40d3aba8022fb3f2ddec04d379c517 (diff)
parentb14043b276f9007efcedfd49c17445835f4f8bbb (diff)
downloadforums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.gz
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.bz2
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.xz
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.zip
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 0e2d706f19..68b81a6eaf 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -90,14 +90,20 @@ $lang = array_merge($lang, array(
'DELETE_PERMANENTLY' => 'Delete permanently',
'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this post?',
'DELETE_POST_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete this post?',
- 'DELETE_POST_PERMANENTLY' => 'Permanently delete this post so it can not be recovered',
+ 'DELETE_POST_PERMANENTLY' => array(
+ 1 => 'Permanently delete this post so it can not be recovered',
+ 2 => 'Permanently delete %1$d posts so they can not be recovered',
+ ),
'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?',
'DELETE_POSTS_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete these posts?',
'DELETE_REASON' => 'Reason for deletion',
'DELETE_REASON_EXPLAIN' => 'The specified reason for deletion will be visible to moderators.',
'DELETE_POST_WARN' => 'Delete this post',
'DELETE_TOPIC_CONFIRM' => 'Are you sure you want to delete this topic?',
- 'DELETE_TOPIC_PERMANENTLY' => 'Permanently delete this topic so it can not be recovered',
+ 'DELETE_TOPIC_PERMANENTLY' => array(
+ 1 => 'Permanently delete this topic so it can not be recovered',
+ 2 => 'Permanently delete %1$d topics so they can not be recovered',
+ ),
'DELETE_TOPIC_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete this topic?',
'DELETE_TOPICS_CONFIRM' => 'Are you sure you want to delete these topics?',
'DELETE_TOPICS_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete these topics?',