diff --git a/public/language/en_GB/recent.json b/public/language/en_GB/recent.json index 654aa9977a..ee5a6a3e34 100644 --- a/public/language/en_GB/recent.json +++ b/public/language/en_GB/recent.json @@ -2,5 +2,6 @@ "title": "Recent", "day": "Day", "week": "Week", - "month": "Month" + "month": "Month", + "no_recent_topics": "There are no recent topics." } \ No newline at end of file diff --git a/public/templates/popular.tpl b/public/templates/popular.tpl index 391cf8b41d..503450ea44 100644 --- a/public/templates/popular.tpl +++ b/public/templates/popular.tpl @@ -44,17 +44,17 @@ - posts + [[category:posts]] {topics.postcount} | - views + [[category:views]] {topics.viewcount} | - posted in + [[category:posted]] [[global:in]] {topics.categoryName} @@ -64,13 +64,13 @@ - No one has replied + [[category:no_replies]] - replied + [[category:replied]] diff --git a/public/templates/recent.tpl b/public/templates/recent.tpl index ed2eb7285d..2737928db2 100644 --- a/public/templates/recent.tpl +++ b/public/templates/recent.tpl @@ -17,7 +17,7 @@
- There are no recent topics. + [[recent:no_recent_topics]]
@@ -45,17 +45,17 @@ - posts + [[category:posts]] {topics.postcount} | - views + [[category:views]] {topics.viewcount} | - posted in + [[category:posted]] [[global:in]] {topics.categoryName} @@ -65,13 +65,13 @@ - No one has replied + [[category:no_replies]] - replied + [[category:replied]] diff --git a/public/templates/unread.tpl b/public/templates/unread.tpl index c7c85016ce..dcdf0dbe9f 100644 --- a/public/templates/unread.tpl +++ b/public/templates/unread.tpl @@ -38,17 +38,17 @@ - posts + [[category:posts]] {topics.postcount} | - views + [[category:views]] {topics.viewcount} | - posted in + [[category:posted]] [[global:in]] {topics.categoryName} @@ -58,13 +58,13 @@ - No one has replied + [[category:no_replies]] - replied + [[category:replied]]