diff --git a/lang/en/moodleoverflow.php b/lang/en/moodleoverflow.php
index 9e2371ec9c..8bb130628d 100644
--- a/lang/en/moodleoverflow.php
+++ b/lang/en/moodleoverflow.php
@@ -250,6 +250,7 @@
$string['noguestpost'] = 'Sorry, guests are not allowed to post.';
$string['noguesttracking'] = 'Sorry, guests are not allowed to set tracking options.';
$string['noonecansubscribenow'] = 'Subscriptions are now disallowed';
+$string['nootherforums'] = 'Unfortunately, there is no other Moodleoverflow where you can move it.';
$string['nopermissiontosubscribe'] = 'You do not have the permission to view subscribers';
$string['nopostmoodleoverflow'] = 'Sorry, you are not allowed to post to this forum.';
$string['noratemoodleoverflow'] = 'Sorry, you are not allowed to vote in this forum.';
@@ -421,6 +422,8 @@
$string['unsubscribelink'] = 'Unsubscribe from this forum: {$a}';
$string['updategrades'] = 'Update grades';
$string['upvotenotchangeable'] = 'Cannot upvote';
+$string['userstats'] = 'User statistics';
+$string['userstatscourse'] = 'User statistics of course: {$a}';
$string['userstatscourseactivity'] = 'Activity (coursewide)';
$string['userstatscoursereputation'] = 'Reputation (coursewide)';
$string['userstatsdownvotes'] = 'Received downvotes';
@@ -432,6 +435,7 @@
$string['votescalesolved'] = 'Reputation: Solution';
$string['votescaleupvote'] = 'Reputation: Upvote';
$string['votescalevote'] = 'Reputation: Vote.';
+$string['wheremovetopic'] = 'Where do you want to move the topic "{$a}"?';
$string['wronginteraction'] = 'Something went wrong executing the interaction.';
$string['wrongparametercount'] = 'Exactly one parameter should be declared in the url. Please specify the one action you want to perform.';
$string['your_post_was_rejected'] = 'Your post was rejected.';
diff --git a/templates/forum_list.mustache b/templates/forum_list.mustache
index 8bd6109f00..fd93d1f61d 100644
--- a/templates/forum_list.mustache
+++ b/templates/forum_list.mustache
@@ -15,10 +15,10 @@
along with Moodle. If not, see
{{#currentdiscussion}}
- Where do you want to move the topic "{{currentdiscussion}}" ?
+ {{#str}} wheremovetopic, mod_moodleoverflow, {{currentdiscussion}} {{/str}}
{{/currentdiscussion}}
@@ -52,7 +52,7 @@
{{/hasforums}}
{{^hasforums}}