mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 21:57:34 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -16,22 +16,13 @@
|
||||
// define("WMGLAN_6", "Activate?");
|
||||
// define("WMGLAN_7", "Welcome message settings updated.");
|
||||
|
||||
define("WMLAN_00","Welcome Messages");
|
||||
//define("WMLAN_01","Create New Message");
|
||||
//define("WMLAN_02","Message");//NOT_USED
|
||||
//define("WMLAN_03","Visibility");
|
||||
//define("WMLAN_04","Message Text");//LAN_MESSAGE
|
||||
|
||||
define("WMLAN_05","Enclose");
|
||||
define("WMLAN_06","When enabled, the message will be rendered inside a box");
|
||||
define("WMLAN_07","Override standard system to use {WMESSAGE} shortcode:");
|
||||
// define("WMLAN_08","Preferences");
|
||||
|
||||
//define("WMLAN_09","No welcome messages set yet");//NOT USED
|
||||
//define("WMLAN_10","Message Caption");//LAN_TITLE
|
||||
|
||||
define("WMLAN_11","Enclosed with Carousel");
|
||||
define("WMLAN_12","Welcome Message Help");
|
||||
define("WMLAN_13","This page allows you to set a message that will appear at the top of your front page all the time it's activated. You can set a different message for guests, registered/logged-in members and administrators.");
|
||||
|
||||
|
||||
return [
|
||||
'WMLAN_00' => "Welcome Messages",
|
||||
'WMLAN_05' => "Enclose",
|
||||
'WMLAN_06' => "When enabled, the message will be rendered inside a box",
|
||||
'WMLAN_07' => "Override standard system to use {WMESSAGE} shortcode:",
|
||||
'WMLAN_11' => "Enclosed with Carousel",
|
||||
'WMLAN_12' => "Welcome Message Help",
|
||||
'WMLAN_13' => "This page allows you to set a message that will appear at the top of your front page all the time it's activated. You can set a different message for guests, registered/logged-in members and administrators.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user