From 2d8e6bd98019246f450157739e4da275ecb75b99 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 24 Sep 2013 13:31:44 -0400 Subject: [PATCH] category language --- public/language/en/category.json | 7 +++++++ public/templates/category.tpl | 13 ++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 public/language/en/category.json diff --git a/public/language/en/category.json b/public/language/en/category.json new file mode 100644 index 0000000000..73d3bef853 --- /dev/null +++ b/public/language/en/category.json @@ -0,0 +1,7 @@ +{ + "new_topic_button": "New Topic", + "no_topics": "There are no topics in this category.
Why don't you try posting one?", + "sidebar.recent_replies": "Recent Replies", + "sidebar.active_participants": "Active Participants", + "sidebar.moderators": "Moderators" +} \ No newline at end of file diff --git a/public/templates/category.tpl b/public/templates/category.tpl index 0a6a5f34f8..bbfd941de8 100644 --- a/public/templates/category.tpl +++ b/public/templates/category.tpl @@ -1,6 +1,6 @@
- +
  @@ -21,8 +21,7 @@
- There are no topics in this category.
- Why don't you try posting one? + [[category:no_topics]]
@@ -59,7 +58,7 @@