1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Beginnings of forum notification events

This commit is contained in:
mcfly
2008-12-21 02:46:20 +00:00
parent 5266c6d130
commit 7738166f21
2 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<?php
/*
* e107 website system
*
* Copyright (C) 2001-2008 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Forum plugin notify language file
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/languages/English/lan_forum_notify.php,v $
* $Revision: 1.1 $
* $Date: 2008-12-21 02:46:20 $
* $Author: mcfly_e107 $
*
*/
define('FORUM_NT_1', 'Forum Events');
define('FORUM_NT_2', 'Thread');
define('FORUM_NT_3', 'Post');
define('FORUM_NT_4', 'added by');
define('FORUM_NT_5', 'moved by');
define('FORUM_NT_6', 'Forum - Thread created');
define('FORUM_NT_7', 'Forum - Thread created by new user');
define('FORUM_NT_8', 'Forum - Thread deleted');
define('FORUM_NT_9', 'Forum - Thread split');
define('FORUM_NT_10', 'Forum - Post deleted');
define('FORUM_NT_11', 'Forum - Post reported');
define('FORUM_NT_NEWTHREAD', 'New thread created');
define('FORUM_NT_NEWTHREAD_PROB', 'New thread created by probationary member');
define('FORUM_NT_THREAD_DELETED', 'Thread deleted');
define('FORUM_NT_THREAD_SPLIT', 'Thread split');
define('FORUM_NT_POST_DELETED', 'Post deleted');
define('FORUM_NT_POST_REPORTED', 'Post reported');