mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -39,73 +39,53 @@
|
||||
//define("UCSLAN_27", "Debug Help");//NOT USED
|
||||
//define("UCSLAN_28", "Modify Class Membership");
|
||||
//define("UCSLAN_29", "That class must not be deleted");//NOT USED
|
||||
define("UCSLAN_30", "Short name displayed in selectors");
|
||||
define("UCSLAN_31", "Information about applicability of class");
|
||||
define("UCSLAN_32", "Users in this class can add/remove themselves from the class being edited");
|
||||
define("UCSLAN_33", "Determines which users can see this class in drop-down lists");
|
||||
//define("UCSLAN_34", "Class Visibility");//LAN_VISIBILITY
|
||||
//define("UCSLAN_35", "Class Parent");//LAN_PARENT
|
||||
define("UCSLAN_36", "If the top of the tree is 'No One', permissions increase towards the top of the tree<br />If the top of the tree is 'Everyone', permissions increase as you go down the tree");
|
||||
define("UCSLAN_37", "You must enter a name for the class");
|
||||
define("UCSLAN_38", "Initial User Class");
|
||||
define("UCSLAN_39", "No classes which can be set");
|
||||
define("UCSLAN_40", "Set initial classes");
|
||||
define("UCSLAN_41", "Settings updated");
|
||||
//define("UCSLAN_42", "Nothing changed - not updated");//LAN_NOCHANGE_NOTSAVED
|
||||
define("UCSLAN_43", "Existing classes: ");
|
||||
//define("UCSLAN_44", "None");//LAN_NONE
|
||||
define("UCSLAN_45", "Point at which classes set:");
|
||||
define("UCSLAN_46", "(ignored if no verification)");
|
||||
define("UCSLAN_47", "Initial Signup");
|
||||
define("UCSLAN_48", "Verification by email or admin");
|
||||
define("UCSLAN_49", "These classes are set for any newly signed up user - either immediately, or once their site membership has been verified");
|
||||
//define("UCSLAN_50", "Options/Setup");//NOT USED
|
||||
//define("UCSLAN_51", "User Class Functions");//NOT USED
|
||||
//define("UCSLAN_52", "Setup Options");//LAN_OPTIONS
|
||||
define("UCSLAN_53", "Caution! Only use these options when requested by support.");
|
||||
define("UCSLAN_54", "Set a default user hierarchy");
|
||||
define("UCSLAN_55", "Clear the user hierarchy");
|
||||
define("UCSLAN_56", "(this sets a 'flat' user class structure)");
|
||||
define("UCSLAN_57", "(the hierarchy can be modified later)");
|
||||
define("UCSLAN_58", "Execute");
|
||||
//define("UCSLAN_59", "Enable admin logging of user class edits");//NOT USED
|
||||
//define("UCSLAN_60", "User Class Configuration options");//NOT USED
|
||||
//define("UCSLAN_61", "User class setup");//NOT USED
|
||||
define("UCSLAN_62", "Create default class tree: ");
|
||||
define("UCSLAN_63", "That class name already exists - please choose another");
|
||||
define("UCSLAN_64", "completed");
|
||||
define("UCSLAN_65", "Flatten user class hierarchy: ");
|
||||
//define("UCSLAN_66", "Confirm flatten user class hierarchy");
|
||||
//define("UCSLAN_67", "Confirm set default user class hierarchy");
|
||||
//define("UCSLAN_68", "Class Icon");//LAN_ICON
|
||||
define("UCSLAN_69", "Optional icon associated with class - directory ");
|
||||
define("UCSLAN_70", "Rebuilding class hierarchy: ");
|
||||
define("UCSLAN_71", "User Class Maintenance");
|
||||
define("UCSLAN_72", "Rebuild class hierarchy ");
|
||||
define("UCSLAN_73", "(This may be required if database corruption occurs)");
|
||||
|
||||
//userclass_class.php
|
||||
define("UCSLAN_74", "Administrators and Moderators");
|
||||
define("UCSLAN_75", "Registered and logged in members");
|
||||
define("UCSLAN_76", "Site Administrators");
|
||||
define("UCSLAN_77", "Main Site Administrators");
|
||||
define("UCSLAN_78", "Moderators for Forums and other areas");
|
||||
|
||||
//define("UCSLAN_79", "Class Type");
|
||||
define("UCSLAN_80", "Standard");
|
||||
define("UCSLAN_81", "Group");
|
||||
define("UCSLAN_82", "A group brings together a number of individual classes");
|
||||
define("UCSLAN_83", "Classes in group");
|
||||
//define("UCSLAN_84", " (Group)");//UCSLAN_81
|
||||
define("UCSLAN_85", "You have assigned all available classes; please reassign one which is not in use");
|
||||
define("UCSLAN_86", "Some settings not allowed for admin classes - they have been set to defaults. ");
|
||||
define("UCSLAN_87", "Recently joined users");
|
||||
define("UCSLAN_88", "Identified search bots");
|
||||
define("UCSLAN_89", "Checked classes are members of the group");
|
||||
define("UCSLAN_90", "You can't edit certain system user classes!");
|
||||
define("UCSLAN_91", "Class Structure");
|
||||
|
||||
//define("UCSLAN_UPDATE", "Update");//NOT USED ... LAN_UPDATE
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'UCSLAN_30' => "Short name displayed in selectors",
|
||||
'UCSLAN_31' => "Information about applicability of class",
|
||||
'UCSLAN_32' => "Users in this class can add/remove themselves from the class being edited",
|
||||
'UCSLAN_33' => "Determines which users can see this class in drop-down lists",
|
||||
'UCSLAN_36' => "If the top of the tree is 'No One', permissions increase towards the top of the tree<br />If the top of the tree is 'Everyone', permissions increase as you go down the tree",
|
||||
'UCSLAN_37' => "You must enter a name for the class",
|
||||
'UCSLAN_38' => "Initial User Class",
|
||||
'UCSLAN_39' => "No classes which can be set",
|
||||
'UCSLAN_40' => "Set initial classes",
|
||||
'UCSLAN_41' => "Settings updated",
|
||||
'UCSLAN_43' => "Existing classes:",
|
||||
'UCSLAN_45' => "Point at which classes set:",
|
||||
'UCSLAN_46' => "(ignored if no verification)",
|
||||
'UCSLAN_47' => "Initial Signup",
|
||||
'UCSLAN_48' => "Verification by email or admin",
|
||||
'UCSLAN_49' => "These classes are set for any newly signed up user - either immediately, or once their site membership has been verified",
|
||||
'UCSLAN_53' => "Caution! Only use these options when requested by support.",
|
||||
'UCSLAN_54' => "Set a default user hierarchy",
|
||||
'UCSLAN_55' => "Clear the user hierarchy",
|
||||
'UCSLAN_56' => "(this sets a 'flat' user class structure)",
|
||||
'UCSLAN_57' => "(the hierarchy can be modified later)",
|
||||
'UCSLAN_58' => "Execute",
|
||||
'UCSLAN_62' => "Create default class tree:",
|
||||
'UCSLAN_63' => "That class name already exists - please choose another",
|
||||
'UCSLAN_64' => "completed",
|
||||
'UCSLAN_65' => "Flatten user class hierarchy:",
|
||||
'UCSLAN_69' => "Optional icon associated with class - directory",
|
||||
'UCSLAN_70' => "Rebuilding class hierarchy:",
|
||||
'UCSLAN_71' => "User Class Maintenance",
|
||||
'UCSLAN_72' => "Rebuild class hierarchy",
|
||||
'UCSLAN_73' => "(This may be required if database corruption occurs)",
|
||||
'UCSLAN_74' => "Administrators and Moderators",
|
||||
'UCSLAN_75' => "Registered and logged in members",
|
||||
'UCSLAN_76' => "Site Administrators",
|
||||
'UCSLAN_77' => "Main Site Administrators",
|
||||
'UCSLAN_78' => "Moderators for Forums and other areas",
|
||||
'UCSLAN_80' => "Standard",
|
||||
'UCSLAN_81' => "Group",
|
||||
'UCSLAN_82' => "A group brings together a number of individual classes",
|
||||
'UCSLAN_83' => "Classes in group",
|
||||
'UCSLAN_85' => "You have assigned all available classes; please reassign one which is not in use",
|
||||
'UCSLAN_86' => "Some settings not allowed for admin classes - they have been set to defaults.",
|
||||
'UCSLAN_87' => "Recently joined users",
|
||||
'UCSLAN_88' => "Identified search bots",
|
||||
'UCSLAN_89' => "Checked classes are members of the group",
|
||||
'UCSLAN_90' => "You can't edit certain system user classes!",
|
||||
'UCSLAN_91' => "Class Structure",
|
||||
];
|
||||
|
Reference in New Issue
Block a user