mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
30 lines
920 B
PHP
30 lines
920 B
PHP
<?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$
|
|
* $Date$
|
|
* $Author$
|
|
*/
|
|
|
|
|
|
return [
|
|
'LAN_AL_PM_ADM_01' => "PM: Default prefs used",
|
|
'LAN_AL_PM_ADM_02' => "PM: Prefs updated",
|
|
'LAN_AL_PM_ADM_03' => "PM: DB Maintenance complete",
|
|
'LAN_AL_PM_ADM_04' => "PM: DB Maintenance started",
|
|
'LAN_AL_PM_ADM_05' => "PM: Limit added",
|
|
'LAN_AL_PM_ADM_06' => "PM: Limit updated",
|
|
'LAN_AL_PM_ADM_07' => "PM: Limit deleted",
|
|
'LAN_AL_PM_ADM_08' => "PM: Error creating limit data",
|
|
'LAN_AL_PM_ADM_09' => "PM: Error updating limit data",
|
|
'LAN_AL_PM_ADM_10' => "PM: Error deleting limit data",
|
|
];
|