mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
21 lines
493 B
PHP
21 lines
493 B
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)
|
|
*
|
|
*/
|
|
|
|
|
|
return [
|
|
'BLOGCAL_L1' => "News by month",
|
|
'BLOGCAL_L2' => "Archive",
|
|
'BLOGCAL_1' => "News Items",
|
|
'BLOGCAL_CONF1' => "Months/row",
|
|
'BLOGCAL_CONF2' => "Cellpadding",
|
|
'BLOGCAL_CONF4' => "BlogCal Menu Configuration",
|
|
'BLOGCAL_ARCHIV1' => "Select Archive",
|
|
];
|