1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 18:44:27 +02:00
Files
php-e107/e107_languages/English/admin/lan_userclass2.php

92 lines
4.7 KiB
PHP

<?php
/*
* e107 website system
*
* Copyright (C) 2008-2017 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Administration Area - User classes
*
*/
//define("UCSLAN_1", "Cleared all users from class.");
//define("UCSLAN_2", "Class users updated.");
//define("UCSLAN_3", "Class deleted.");//NOT USED
//define("UCSLAN_4", "Please tick the confirm box to delete this user class"); currently not in use
//define("UCSLAN_5", "Class updated.");//LAN_UPDATED.': '.LAN_USERCLASS
//define("UCSLAN_6", "Class saved to database.");//LAN_UPDATED.': '.LAN_USERCLASS
//define("UCSLAN_7", "No user classes yet.");//LAN_NO_RECORDS_FOUND
//define("UCSLAN_8", "Existing Classes");//NOT USED
//define("UCSLAN_9", "No Icon");//NOT USED
// define("UCSLAN_10", "Class not deleted - it is a core class, or is used in the definition of another class, as either parent or edit class");
//define("UCSLAN_11", "tick to confirm");//NOT USED
//define("UCSLAN_12", "Class Name");//LAN_NAME
//define("UCSLAN_13", "Class Description");//LAN_DESCRIPTION
//define("UCSLAN_14", "Update User Class");//LAN_UPDATE
//define("UCSLAN_15", "Create New Class");//LAN_CREATE
//define("UCSLAN_16", "Assign users to class");
//define("UCSLAN_17", "Remove");
//define("UCSLAN_18", "Clear Class");//NOT USED
//define("UCSLAN_19", "Assign users to");
//define("UCSLAN_20", "class");//NOT USED
//define("UCSLAN_21", "User Class Settings");//LAN_SETTINGS
//define("UCSLAN_22", "Users - click to move ...");
//define("UCSLAN_23", "Users in this class ...");
//define("UCSLAN_24", "Class Manager");//LAN_MANAGER
//define("UCSLAN_25", "Create/Edit Classes");//NOT USED
//define("UCSLAN_26", "Class Membership");//NOT USED
//define("UCSLAN_27", "Debug Help");//NOT USED
//define("UCSLAN_28", "Modify Class Membership");
//define("UCSLAN_29", "That class must not be deleted");//NOT USED
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",
];