1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 19:02:39 +02:00

Issue #5465 Core language files converted. (excluding plugins)

This commit is contained in:
camer0n
2025-04-04 18:29:07 -07:00
parent c46b7b1d36
commit 31e7d1d3b0
93 changed files with 5255 additions and 6358 deletions

View File

@@ -13,44 +13,35 @@
define("LAN_NEWS_1", "News for specific members only");
define("LAN_NEWS_2", "You are not allowed to see this news");
//define("LAN_NEWS_5", "Error! Was unable to update news item into database!");
//define("LAN_NEWS_6", "News entered into database.");
//define("LAN_NEWS_7", "Error! Was unable to enter news item into database!");
//define("LAN_NEWS_8", "News entered into database for all languages. ID: ");
define("LAN_NEWS_9", "Title only is set - <b>only the news title will be shown</b><br />");
define("LAN_NEWS_10", "This news post is <b>inactive</b> (It will be not shown on front page). ");
define("LAN_NEWS_11", "This news post is <b>active</b> (it will be shown on front page). ");
define("LAN_NEWS_12", "Comments are turned <b>on</b>. ");
define("LAN_NEWS_13", "Comments are turned <b>off</b>. ");
define("LAN_NEWS_14", "<br />Activation period: ");
define("LAN_NEWS_15", "Body length: ");
define("LAN_NEWS_16", "b. Extended length: ");
define("LAN_NEWS_17", "b.");
define("LAN_NEWS_18", "Info:"); // May not be required
define("LAN_NEWS_19", "Now");
//define("LAN_NEWS_20", "News updated in database for the following language: ");
//define("LAN_NEWS_21", "News updated in database.");
// define("LAN_NEWS_22", "Go to page: ");
define("LAN_NEWS_23", "News Categories");
define("LAN_NEWS_24", "create pdf of this news item");
// define("LAN_NEWS_25", "Edit");
define("LAN_NEWS_31", "Sticky news item"); // Added
define("LAN_NEWS_82", "News - Category");
define("LAN_NEWS_83", "No news items at the moment - please check back soon.");
define("LAN_NEWS_84", "Back to news overview");
define("LAN_NEWS_85", "Back to category overview");
define("LAN_NEWS_86", "Older News");
define("LAN_NEWS_87", "Newer News");
define("LAN_NEWS_462", "No news items for specified month");
define("LAN_NEWS_463", "There are no news items for the specified category - please check back soon.");
define("LAN_NEWS_464", "No news items for specified day");
// Following used by alt_news
// define("LAN_NEWS_99", "Comments");
define("LAN_NEWS_300", "On"); // changed from LAN_NEWS_100 in v2.3.1
define("LAN_NEWS_307", "Total posts in this category: ");
define("LAN_NEWS_308", "Perhaps you're looking for one of the news items below?");
define("LAN_NEWS_309", "Tag");
return [
'LAN_NEWS_1' => "News for specific members only",
'LAN_NEWS_2' => "You are not allowed to see this news",
'LAN_NEWS_9' => "Title only is set - <b>only the news title will be shown</b><br />",
'LAN_NEWS_10' => "This news post is <b>inactive</b> (It will be not shown on front page).",
'LAN_NEWS_11' => "This news post is <b>active</b> (it will be shown on front page).",
'LAN_NEWS_12' => "Comments are turned <b>on</b>.",
'LAN_NEWS_13' => "Comments are turned <b>off</b>.",
'LAN_NEWS_14' => "<br />Activation period:",
'LAN_NEWS_15' => "Body length:",
'LAN_NEWS_16' => "b. Extended length:",
'LAN_NEWS_17' => "b.",
'LAN_NEWS_18' => "Info:",
'LAN_NEWS_19' => "Now",
'LAN_NEWS_23' => "News Categories",
'LAN_NEWS_24' => "create pdf of this news item",
'LAN_NEWS_31' => "Sticky news item",
'LAN_NEWS_82' => "News - Category",
'LAN_NEWS_83' => "No news items at the moment - please check back soon.",
'LAN_NEWS_84' => "Back to news overview",
'LAN_NEWS_85' => "Back to category overview",
'LAN_NEWS_86' => "Older News",
'LAN_NEWS_87' => "Newer News",
'LAN_NEWS_462' => "No news items for specified month",
'LAN_NEWS_463' => "There are no news items for the specified category - please check back soon.",
'LAN_NEWS_464' => "No news items for specified day",
'LAN_NEWS_300' => "On",
'LAN_NEWS_307' => "Total posts in this category:",
'LAN_NEWS_308' => "Perhaps you're looking for one of the news items below?",
'LAN_NEWS_309' => "Tag",
];