mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
Recover fhcdb_helper
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
<?php
|
||||
if (! defined('BASEPATH'))
|
||||
exit('No direct script access allowed');
|
||||
|
||||
// Account Creation
|
||||
$lang['mahana_'.MSG_SUCCESS] = 'Success';
|
||||
$lang['mahana_'.MSG_ERR_GENERAL] = 'Error';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_USER_ID] = 'No user id specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_MSG_ID] = 'No message id specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_THREAD_ID] = 'No message thread id specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_STATUS_ID] = 'No status specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_SENDER_ID] = 'Not a valid sender';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_RECIPIENTS] = 'No valid recipients';
|
||||
$lang['mahana_'.MSG_MESSAGE_SENT] = 'Message sent';
|
||||
$lang['mahana_'.MSG_STATUS_UPDATE] = 'Status updated';
|
||||
$lang['mahana_'.MSG_PARTICIPANT_ADDED] = 'Participant added';
|
||||
$lang['mahana_'.MSG_ERR_PARTICIPANT_EXISTS] = 'User is already participating in this thread';
|
||||
$lang['mahana_'.MSG_ERR_PARTICIPANT_NONSYSTEM] = 'This user id is not in the system';
|
||||
$lang['mahana_'.MSG_PARTICIPANT_REMOVED] = 'Participant removed from thread';
|
||||
$lang['message_'.MSG_SUCCESS] = 'Success';
|
||||
$lang['message_'.MSG_ERR_GENERAL] = 'Error';
|
||||
$lang['message_'.MSG_ERR_INVALID_USER_ID] = 'No user id specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_MSG_ID] = 'No message id specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_THREAD_ID] = 'No message thread id specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_STATUS_ID] = 'No status specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_SENDER_ID] = 'Not a valid sender';
|
||||
$lang['message_'.MSG_ERR_INVALID_RECIPIENTS] = 'No valid recipients';
|
||||
$lang['message_'.MSG_MESSAGE_SENT] = 'Message sent';
|
||||
$lang['message_'.MSG_STATUS_UPDATE] = 'Status updated';
|
||||
$lang['message_'.MSG_PARTICIPANT_ADDED] = 'Participant added';
|
||||
$lang['message_'.MSG_ERR_PARTICIPANT_EXISTS] = 'User is already participating in this thread';
|
||||
$lang['message_'.MSG_ERR_PARTICIPANT_NONSYSTEM] = 'This user id is not in the system';
|
||||
$lang['message_'.MSG_PARTICIPANT_REMOVED] = 'Participant removed from thread';
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
<?php
|
||||
if (! defined('BASEPATH'))
|
||||
exit('No direct script access allowed');
|
||||
|
||||
// Account Creation
|
||||
$lang['mahana_'.MSG_SUCCESS] = 'Success';
|
||||
$lang['mahana_'.MSG_ERR_GENERAL] = 'Error';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_USER_ID] = 'No user id specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_MSG_ID] = 'No message id specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_THREAD_ID] = 'No message thread id specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_STATUS_ID] = 'No status specified';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_SENDER_ID] = 'Not a valid sender';
|
||||
$lang['mahana_'.MSG_ERR_INVALID_RECIPIENTS] = 'No valid recipients';
|
||||
$lang['mahana_'.MSG_MESSAGE_SENT] = 'Message sent';
|
||||
$lang['mahana_'.MSG_STATUS_UPDATE] = 'Status updated';
|
||||
$lang['mahana_'.MSG_PARTICIPANT_ADDED] = 'Participant added';
|
||||
$lang['mahana_'.MSG_ERR_PARTICIPANT_EXISTS] = 'User is already participating in this thread';
|
||||
$lang['mahana_'.MSG_ERR_PARTICIPANT_NONSYSTEM] = 'This user id is not in the system';
|
||||
$lang['mahana_'.MSG_PARTICIPANT_REMOVED] = 'Participant removed from thread';
|
||||
$lang['message_'.MSG_SUCCESS] = 'Success';
|
||||
$lang['message_'.MSG_ERR_GENERAL] = 'Error';
|
||||
$lang['message_'.MSG_ERR_INVALID_USER_ID] = 'No user id specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_MSG_ID] = 'No message id specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_THREAD_ID] = 'No message thread id specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_STATUS_ID] = 'No status specified';
|
||||
$lang['message_'.MSG_ERR_INVALID_SENDER_ID] = 'Not a valid sender';
|
||||
$lang['message_'.MSG_ERR_INVALID_RECIPIENTS] = 'No valid recipients';
|
||||
$lang['message_'.MSG_MESSAGE_SENT] = 'Message sent';
|
||||
$lang['message_'.MSG_STATUS_UPDATE] = 'Status updated';
|
||||
$lang['message_'.MSG_PARTICIPANT_ADDED] = 'Participant added';
|
||||
$lang['message_'.MSG_ERR_PARTICIPANT_EXISTS] = 'User is already participating in this thread';
|
||||
$lang['message_'.MSG_ERR_PARTICIPANT_NONSYSTEM] = 'This user id is not in the system';
|
||||
$lang['message_'.MSG_PARTICIPANT_REMOVED] = 'Participant removed from thread';
|
||||
|
||||
Reference in New Issue
Block a user