mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Missing language file
This commit is contained in:
26
e107_plugins/pm/languages/English_log.php
Normal file
26
e107_plugins/pm/languages/English_log.php
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* e107 website system
|
||||||
|
*
|
||||||
|
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||||
|
* Released under the terms and conditions of the
|
||||||
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
|
*
|
||||||
|
* Private messaging - messages for admin log titles
|
||||||
|
*
|
||||||
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/pm/languages/English_log.php,v $
|
||||||
|
* $Revision: 1.1 $
|
||||||
|
* $Date: 2009-12-14 19:37:54 $
|
||||||
|
* $Author: e107steved $
|
||||||
|
*/
|
||||||
|
|
||||||
|
define('LAN_AL_PM_ADM_01', 'PM: Default prefs used');
|
||||||
|
define('LAN_AL_PM_ADM_02', 'PM: Prefs updated');
|
||||||
|
define('LAN_AL_PM_ADM_03', 'PM: DB Maintenance complete');
|
||||||
|
define('LAN_AL_PM_ADM_04', 'PM: DB Maintenance started');
|
||||||
|
define('LAN_AL_PM_ADM_05', 'PM: Limit added');
|
||||||
|
define('LAN_AL_PM_ADM_06', 'PM: Limit updated');
|
||||||
|
define('LAN_AL_PM_ADM_07', 'PM: Limit deleted');
|
||||||
|
define('LAN_AL_PM_ADM_08', 'PM: Error creating limit data');
|
||||||
|
define('LAN_AL_PM_ADM_09', 'PM: Error updating limit data');
|
||||||
|
define('LAN_AL_PM_ADM_10', 'PM: Error deleting limit data');
|
Reference in New Issue
Block a user