From acc979350a3a28d5509f23ed20e38ccea084f70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Thu, 29 Sep 2016 10:28:03 +0200 Subject: [PATCH] Update English_admin.php Add new pharses. --- .../forum/languages/English/English_admin.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/languages/English/English_admin.php b/e107_plugins/forum/languages/English/English_admin.php index d95e8ce32..a99bdfdc2 100644 --- a/e107_plugins/forum/languages/English/English_admin.php +++ b/e107_plugins/forum/languages/English/English_admin.php @@ -218,6 +218,18 @@ define("FORLAN_200", "Topic tracking"); define("FORLAN_201", "Enable this to allow your users to track topics."); define("FORLAN_202", "Topic tracking email notifications"); define("FORLAN_203", "Enable this option to allow your users to receive email notifications when others reply to a tracked topic."); +define("FORLAN_204", "User-Anon"); +define("FORLAN_205", "Post Permission"); +define("FORLAN_206", "Thread Creation Class"); +define("FORLAN_207", "Forums and Threads"); +define("FORLAN_208", "Forums Only"); +define("FORLAN_209", "Topic"); +define("FORLAN_210", "Issue"); +define("FORLAN_211", "Submitted by"); +define("FORLAN_212", "Attachments"); +define("FORLAN_213", "Post"); +define("FORLAN_214", "Leave blank to auto-generate it from the title above."); +define("FORLAN_215", "Not installed!"); +define("FORLAN_216", "(New Parent)"); - -?> \ No newline at end of file +?>