mirror of
https://github.com/e107inc/e107.git
synced 2025-09-03 03:13:34 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
* News menu language file
|
||||
*/
|
||||
|
||||
define("TD_MENU_L1", "Other News");
|
||||
define("TD_MENU_L2", "Other News");
|
||||
|
||||
define("LAN_NEWSCAT_MENU_TITLE", "News Categories");
|
||||
define("LAN_NEWSLATEST_MENU_TITLE", "Latest News");
|
||||
define("LAN_NEWSARCHIVE_MENU_TITLE", "News Archive");
|
||||
|
||||
return [
|
||||
'TD_MENU_L1' => "Other News",
|
||||
'TD_MENU_L2' => "Other News",
|
||||
'LAN_NEWSCAT_MENU_TITLE' => "News Categories",
|
||||
'LAN_NEWSLATEST_MENU_TITLE' => "Latest News",
|
||||
'LAN_NEWSARCHIVE_MENU_TITLE' => "News Archive",
|
||||
];
|
||||
|
@@ -10,16 +10,18 @@
|
||||
|
|
||||
+--------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LAN_NEWS_ADMIN_00", "Latest News Items");
|
||||
define("LAN_NEWS_ADMIN_01", "Sticky News Items");
|
||||
define("LAN_NEWS_ADMIN_02", "Assigned News items");
|
||||
define("LAN_NEWS_ADMIN_03", "Limit news items to a specific category");
|
||||
define("LAN_NEWS_ADMIN_04", "Assigned items are those with a template assigned to 'News Grid Menu'");
|
||||
define("LAN_NEWS_ADMIN_05", "Number of Items to Display");
|
||||
define("LAN_NEWS_ADMIN_06", "Title Character Limit");
|
||||
define("LAN_NEWS_ADMIN_07", "Summary Character Limit");
|
||||
define("LAN_NEWS_ADMIN_08", "Display Archive Link");
|
||||
define("LAN_NEWS_ADMIN_09", "Limits");
|
||||
define("LAN_NEWS_ADMIN_10", "Number of Feature Items");
|
||||
define("LAN_NEWS_ADMIN_11", "Assigned items are those with a template assigned to 'News Carousel'");
|
||||
|
||||
return [
|
||||
'LAN_NEWS_ADMIN_00' => "Latest News Items",
|
||||
'LAN_NEWS_ADMIN_01' => "Sticky News Items",
|
||||
'LAN_NEWS_ADMIN_02' => "Assigned News items",
|
||||
'LAN_NEWS_ADMIN_03' => "Limit news items to a specific category",
|
||||
'LAN_NEWS_ADMIN_04' => "Assigned items are those with a template assigned to 'News Grid Menu'",
|
||||
'LAN_NEWS_ADMIN_05' => "Number of Items to Display",
|
||||
'LAN_NEWS_ADMIN_06' => "Title Character Limit",
|
||||
'LAN_NEWS_ADMIN_07' => "Summary Character Limit",
|
||||
'LAN_NEWS_ADMIN_08' => "Display Archive Link",
|
||||
'LAN_NEWS_ADMIN_09' => "Limits",
|
||||
'LAN_NEWS_ADMIN_10' => "Number of Feature Items",
|
||||
'LAN_NEWS_ADMIN_11' => "Assigned items are those with a template assigned to 'News Carousel'",
|
||||
];
|
||||
|
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
define("LAN_PLUGIN_NEWS_NAME", "News");
|
||||
|
||||
return [
|
||||
'LAN_PLUGIN_NEWS_NAME' => "News",
|
||||
];
|
||||
|
Reference in New Issue
Block a user