1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Update English_admin.php

Add new pharses.
This commit is contained in:
Gábor
2016-09-29 10:28:03 +02:00
committed by GitHub
parent 14c7f5971e
commit acc979350a

View File

@@ -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)");
?>
?>