mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -14,17 +14,18 @@
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
define("UTHEME_MENU_L1", "Set");
|
||||
define("UTHEME_MENU_L2", "Select Language");
|
||||
define("UTHEME_MENU_L3", "tables");
|
||||
|
||||
define("LAN_UMENU_THEME_1", "Set Theme");
|
||||
define("LAN_UMENU_THEME_2", "Select Theme");
|
||||
define("LAN_UMENU_THEME_3", "users:");
|
||||
define("LAN_UMENU_THEME_4", "Enable those themes which users may select");
|
||||
define("LAN_UMENU_THEME_5", "Update");
|
||||
define("LAN_UMENU_THEME_6", "Themes available to users");
|
||||
define("LAN_UMENU_THEME_7", "Class which can select themes");
|
||||
define("LAN_UMENU_THEME_8", "Allowed themes: ");
|
||||
define("LAN_UMENU_THEME_9", "Class which can select themes: ");
|
||||
|
||||
return [
|
||||
'UTHEME_MENU_L1' => "Set",
|
||||
'UTHEME_MENU_L2' => "Select Language",
|
||||
'UTHEME_MENU_L3' => "tables",
|
||||
'LAN_UMENU_THEME_1' => "Set Theme",
|
||||
'LAN_UMENU_THEME_2' => "Select Theme",
|
||||
'LAN_UMENU_THEME_3' => "users:",
|
||||
'LAN_UMENU_THEME_4' => "Enable those themes which users may select",
|
||||
'LAN_UMENU_THEME_5' => "Update",
|
||||
'LAN_UMENU_THEME_6' => "Themes available to users",
|
||||
'LAN_UMENU_THEME_7' => "Class which can select themes",
|
||||
'LAN_UMENU_THEME_8' => "Allowed themes:",
|
||||
'LAN_UMENU_THEME_9' => "Class which can select themes:",
|
||||
];
|
||||
|
@@ -8,6 +8,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
define("LAN_PLUGIN_USER_NAME", "User");
|
||||
define("LAN_PLUGIN_USER_DESC", "User Theme and Language Menus");
|
||||
|
||||
return [
|
||||
'LAN_PLUGIN_USER_NAME' => "User",
|
||||
'LAN_PLUGIN_USER_DESC' => "User Theme and Language Menus",
|
||||
];
|
||||
|
Reference in New Issue
Block a user