mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2025 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Downloads - messages for admin log titles
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/languages/English_log.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*/
|
|
|
|
|
|
/**
|
|
* e107 Event calendar plugin
|
|
*
|
|
* Language file - admin log titles
|
|
*
|
|
* @package e107_plugins
|
|
* @subpackage downloads
|
|
*/
|
|
|
|
// TODO: Some message meanings not currently known
|
|
|
|
return [
|
|
'LAN_AL_DOWNL_01' => "Downloads - download options changed",
|
|
'LAN_AL_DOWNL_02' => "Downloads - upload options changed",
|
|
'LAN_AL_DOWNL_03' => "Downloads - limit added",
|
|
'LAN_AL_DOWNL_04' => "Downloads - log 04",
|
|
'LAN_AL_DOWNL_05' => "Downloads - log 05",
|
|
'LAN_AL_DOWNL_06' => "Downloads - log 06",
|
|
'LAN_AL_DOWNL_07' => "Downloads - log 07",
|
|
'LAN_AL_DOWNL_08' => "Downloads - log 08",
|
|
'LAN_AL_DOWNL_09' => "Downloads - log 09",
|
|
'LAN_AL_DOWNL_10' => "Downloads - limit updated",
|
|
'LAN_AL_DOWNL_11' => "Downloads - limit removed",
|
|
];
|