mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
49 lines
1.3 KiB
PHP
49 lines
1.3 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).
|
|
+---------------------------------------------------------------+
|
|
*/
|
|
|
|
define("BLOGCAL_L1", "News for ");
|
|
define("BLOGCAL_L2", "Archive");
|
|
|
|
define("BLOGCAL_D1", "Mo");
|
|
define("BLOGCAL_D2", "Tu");
|
|
define("BLOGCAL_D3", "We");
|
|
define("BLOGCAL_D4", "Th");
|
|
define("BLOGCAL_D5", "Fr");
|
|
define("BLOGCAL_D6", "Sa");
|
|
define("BLOGCAL_D7", "Su");
|
|
|
|
define("BLOGCAL_M1", "January");
|
|
define("BLOGCAL_M2", "February");
|
|
define("BLOGCAL_M3", "March");
|
|
define("BLOGCAL_M4", "April");
|
|
define("BLOGCAL_M5", "May");
|
|
define("BLOGCAL_M6", "June");
|
|
define("BLOGCAL_M7", "July");
|
|
define("BLOGCAL_M8", "August");
|
|
define("BLOGCAL_M9", "September");
|
|
define("BLOGCAL_M10", "October");
|
|
define("BLOGCAL_M11", "November");
|
|
define("BLOGCAL_M12", "December");
|
|
|
|
define("BLOGCAL_1", "News Items");
|
|
|
|
define("BLOGCAL_CONF1", "Months/row");
|
|
define("BLOGCAL_CONF2", "Cellpadding");
|
|
define("BLOGCAL_CONF3", "Update Menu Settings");
|
|
define("BLOGCAL_CONF4", "BlogCal Menu Configuration");
|
|
define("BLOGCAL_CONF5", "BlogCal menu configuration saved");
|
|
|
|
define("BLOGCAL_ARCHIV1", "Select Archive");
|
|
|
|
?>
|