1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00
Files
php-e107/e107_plugins/clock_menu/languages/English.php
2006-12-02 04:36:16 +00:00

44 lines
1.4 KiB
PHP

<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| ©Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/clock_menu/languages/English.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:52 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
define('CLOCK_MENU_L1', 'Clock menu configuration saved');
define('CLOCK_MENU_L2', 'Caption');
define('CLOCK_MENU_L3', 'Update Menu Settings');
define('CLOCK_MENU_L4', 'Clock Menu Config');
define('CLOCK_MENU_L5', 'Monday,');
define('CLOCK_MENU_L6', 'Tuesday,');
define('CLOCK_MENU_L7', 'Wednesday,');
define('CLOCK_MENU_L8', 'Thursday,');
define('CLOCK_MENU_L9', 'Friday,');
define('CLOCK_MENU_L10', 'Saturday,');
define('CLOCK_MENU_L11', 'Sunday,');
define('CLOCK_MENU_L12', 'January');
define('CLOCK_MENU_L13', 'February');
define('CLOCK_MENU_L14', 'March');
define('CLOCK_MENU_L15', 'April');
define('CLOCK_MENU_L16', 'May');
define('CLOCK_MENU_L17', 'June');
define('CLOCK_MENU_L18', 'July');
define('CLOCK_MENU_L19', 'August');
define('CLOCK_MENU_L20', 'September');
define('CLOCK_MENU_L21', 'October');
define('CLOCK_MENU_L22', 'November');
define('CLOCK_MENU_L23', 'December');
define('CLOCK_MENU_L24', '');
?>