mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
30 lines
660 B
PHP
30 lines
660 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* PDF plugin - messages for admin log titles
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/languages/English_log.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*/
|
|
|
|
|
|
/**
|
|
* e107 PDF plugin
|
|
*
|
|
* Language file - admin log titles
|
|
*
|
|
* @package e107_plugins
|
|
* @subpackage pdf
|
|
* @version $Id$;
|
|
*/
|
|
|
|
define('LAN_AL_PDF_01', 'PDF Plugin - prefs updated');
|
|
define('LAN_AL_PDF_02', 'PDF plugin - default prefs set');
|