diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-17 11:54:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-17 11:54:26 +0000 |
commit | f522d2b8573e2228ef110ffed41d5fbea816ff9c (patch) | |
tree | f988a1b3f75125ea7d5a7aa2412f0b92419348a8 | |
parent | 0ebe5b4b6a57723ccd3bd7cdd05779af91a8e576 (diff) | |
download | forums-f522d2b8573e2228ef110ffed41d5fbea816ff9c.tar forums-f522d2b8573e2228ef110ffed41d5fbea816ff9c.tar.gz forums-f522d2b8573e2228ef110ffed41d5fbea816ff9c.tar.bz2 forums-f522d2b8573e2228ef110ffed41d5fbea816ff9c.tar.xz forums-f522d2b8573e2228ef110ffed41d5fbea816ff9c.zip |
further commit for #r9376 for bug #42345
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9382 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/acp/common.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index a3754bf607..6cfcc44d21 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -517,9 +517,9 @@ $lang = array_merge($lang, array( 'LOG_FORUM_DEL_MOVE_POSTS' => '<strong>Deleted forum and moved posts </strong> to %1$s<br />» %2$s', 'LOG_FORUM_DEL_MOVE_POSTS_FORUMS' => '<strong>Deleted forum and its subforums, moved posts</strong> to %1$s<br />» %2$s', 'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS' => '<strong>Deleted forum, moved posts</strong> to %1$s <strong>and subforums</strong> to %2$s<br />» %3$s', - 'LOG_FORUM_DEL_POSTS' => '<strong>Deleted forum and its messages</strong><br />» %s', - 'LOG_FORUM_DEL_POSTS_FORUMS' => '<strong>Deleted forum, its messages and subforums</strong><br />» %s', - 'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<strong>Deleted forum and its messages, moved subforums</strong> to %1$s<br />» %2$s', + 'LOG_FORUM_DEL_POSTS' => '<strong>Deleted forum and its posts</strong><br />» %s', + 'LOG_FORUM_DEL_POSTS_FORUMS' => '<strong>Deleted forum, its posts and subforums</strong><br />» %s', + 'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<strong>Deleted forum and its posts, moved subforums</strong> to %1$s<br />» %2$s', 'LOG_FORUM_EDIT' => '<strong>Edited forum details</strong><br />» %s', 'LOG_FORUM_MOVE_DOWN' => '<strong>Moved forum</strong> %1$s <strong>below</strong> %2$s', 'LOG_FORUM_MOVE_UP' => '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s', |