1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Issue #5465 Plugin language file conversion.

This commit is contained in:
camer0n
2025-04-11 07:23:45 -07:00
parent 9de234324c
commit bea796463e
74 changed files with 1787 additions and 2263 deletions

View File

@@ -10,19 +10,22 @@
*
*/
define("LAN_FAQS_001", "Tags");
define("LAN_FAQS_002", "Filter");
define("LAN_FAQS_003", "There are currently no FAQs available.");
define("LAN_FAQS_004", "Thank you. Your question has been saved and will be answered as soon as possible.");
define("LAN_FAQS_005", "You have reached the maximum number of new questions. You may ask more once your existing questions have been answered.");
define("LAN_FAQS_006", "Remove");
define("LAN_FAQS_007", "Reset");
define("LAN_FAQS_008", "[x]: Not found in search results.");
define("LAN_FAQS_009", "moderate comments");
define("LAN_FAQS_010", "Back to Categories");
define("LAN_FAQS_011", "FAQ");
define("LAN_FAQS_012", "Enter your question here...");
define("LAN_FAQS_013", "character limit");
define("LAN_FAQS_014", "Please [register] and/or login to post a question.");
define("LAN_FAQS_015", "Not permitted.");
define("LAN_FAQS_016", "You have requested answers to the following questions:");
return [
'LAN_FAQS_001' => "Tags",
'LAN_FAQS_002' => "Filter",
'LAN_FAQS_003' => "There are currently no FAQs available.",
'LAN_FAQS_004' => "Thank you. Your question has been saved and will be answered as soon as possible.",
'LAN_FAQS_005' => "You have reached the maximum number of new questions. You may ask more once your existing questions have been answered.",
'LAN_FAQS_006' => "Remove",
'LAN_FAQS_007' => "Reset",
'LAN_FAQS_008' => "[x]: Not found in search results.",
'LAN_FAQS_009' => "moderate comments",
'LAN_FAQS_010' => "Back to Categories",
'LAN_FAQS_011' => "FAQ",
'LAN_FAQS_012' => "Enter your question here...",
'LAN_FAQS_013' => "character limit",
'LAN_FAQS_014' => "Please [register] and/or login to post a question.",
'LAN_FAQS_015' => "Not permitted.",
'LAN_FAQS_016' => "You have requested answers to the following questions:",
];