1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Thread moving and emote disabling now working

This commit is contained in:
mcfly
2008-12-17 18:48:02 +00:00
parent 0c7fb98d2e
commit 90e46f8066
7 changed files with 124 additions and 90 deletions

View File

@@ -4,41 +4,41 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/languages/English/lan_forum_conf.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:17 $
| $Revision: 1.2 $
| $Date: 2008-12-17 18:48:02 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
define("FORLAN_5", "Poll deleted.");
define("FORLAN_6", "Thread deleted");
define("FORLAN_7", "replies deleted");
define("FORLAN_8", "Delete cancelled.");
define("FORLAN_9", "Thread moved.");
define("FORLAN_10", "Move cancelled.");
define("FORLAN_11", "Back To Forums");
define("FORLAN_12", "Forum Configuration");
define("FORLAN_13", "Are you absolutely certain you want to delete this poll?<br />Once deleted it <b><u>cannot</u></b> be retrieved.");
define("FORLAN_14", "Cancel");
define("FORLAN_15", "Confirm Delete Forum Post");
define("FORLAN_16", "Confirm Delete Poll");
define("FORLAN_17", "posted by");
define("FORLAN_18", "Are you absolutely certain you want to delete this forum");
define("FORLAN_19", "thread and it's related posts?");
define("FORLAN_20", "the poll will also be deleted");
define("FORLAN_21", "Once deleted they");
define("FORLAN_22", "post?<br />Once deleted it");
define("FORLAN_23", "cannot</u></b> be retrieved");
define("FORLAN_24", "Move thread to forum");
define("FORLAN_25", "Move Thread");
define("FORLAN_26", "Reply deleted");
define("FORCONF_5", "Poll deleted.");
define("FORCONF_6", "Thread deleted");
define("FORCONF_7", "replies deleted");
define("FORCONF_8", "Delete cancelled.");
define("FORCONF_9", "Thread moved.");
define("FORCONF_10", "Move cancelled.");
define("FORCONF_11", "Back To Forums");
define("FORCONF_12", "Forum Configuration");
define("FORCONF_13", "Are you absolutely certain you want to delete this poll?<br />Once deleted it <b><u>cannot</u></b> be retrieved.");
define("FORCONF_14", "Cancel");
define("FORCONF_15", "Confirm Delete Forum Post");
define("FORCONF_16", "Confirm Delete Poll");
define("FORCONF_17", "posted by");
define("FORCONF_18", "Are you absolutely certain you want to delete this forum");
define("FORCONF_19", "thread and it's related posts?");
define("FORCONF_20", "the poll will also be deleted");
define("FORCONF_21", "Once deleted they");
define("FORCONF_22", "post?<br />Once deleted it");
define("FORCONF_23", "cannot</u></b> be retrieved");
define("FORCONF_24", "Move thread to forum");
define("FORCONF_25", "Move Thread");
define("FORCONF_26", "Reply deleted");
define("FORLAN_27", "moved");
define("FORCONF_27", "moved");
define("FORLAN_28", "Do not rename thread title");
define("FORLAN_29", "Add");
define("FORLAN_30", "to title");
define("FORLAN_31", "Rename to:");
define("FORLAN_32", "Rename thread options:");
define("FORCONF_28", "Do not rename thread title");
define("FORCONF_29", "Add");
define("FORCONF_30", "to title");
define("FORCONF_31", "Rename to:");
define("FORCONF_32", "Rename thread options:");
?>

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/languages/English/lan_forum_post.php,v $
| $Revision: 1.3 $
| $Date: 2008-12-05 20:28:05 $
| $Revision: 1.4 $
| $Date: 2008-12-17 18:48:02 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@@ -111,5 +111,6 @@ define("POLL_508", "no");
define("LAN_FORUM_1", "Uploads disabled: ".e_FILE."public directory is not writable");
define("LAN_FORUM_2", "Duplicate post");
define('LAN_FORUMPOST_EMOTES', 'Deactivate emoticons for this post');
?>