mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
36 lines
775 B
PHP
36 lines
775 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 Messenger - language file for cron-related routines
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/pm/languages/English_mailer.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*
|
|
*/
|
|
|
|
|
|
/**
|
|
* e107 Private messenger plugin
|
|
*
|
|
* @package e107_plugins
|
|
* @subpackage pm
|
|
* @version $Id$;
|
|
*/
|
|
|
|
return [
|
|
'LAN_EC_PM_01' => "",
|
|
'LAN_EC_PM_02' => "",
|
|
'LAN_EC_PM_03' => "",
|
|
'LAN_EC_PM_04' => "PM Handler",
|
|
'LAN_EC_PM_05' => "Process large sends of PMs",
|
|
'LAN_EC_PM_06' => "Start bulk PM processing for [y] recipients",
|
|
'LAN_EC_PM_07' => "",
|
|
];
|