mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -2,20 +2,19 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* 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)
|
||||
*
|
||||
*/
|
||||
|
||||
define("BLOGCAL_L1", "News by month");
|
||||
define("BLOGCAL_L2", "Archive");
|
||||
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");
|
||||
|
||||
|
||||
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",
|
||||
];
|
||||
|
Reference in New Issue
Block a user