1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00
Files
php-e107/e107_languages/English/lan_user.php

121 lines
4.7 KiB
PHP

<?php
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Language file - user-related (many generic definitions)
*
* $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_user.php,v $
* $Revision$
* $Date$
* $Author$
*
*/
/*
The language defines in this file have been renumbered - old number as a comment, and those apparently not used commented out below.
define("LAN_115", "ICQ Number");
define("LAN_116", "AIM Address");
define("LAN_117", "MSN Messenger");
define("LAN_118", "Birthday");
define("LAN_119", "Location");
define("LAN_144", "Website URL");
define("LAN_405", "days ago");
define("LAN_407", "none");
define("LAN_409", "points");
define("LAN_416", "You must be logged in to access this page");
define("LAN_426", "ago");
*/
// LAN_USER_01..LAN_USER_30 - Descriptions specifically for user-related DB field names
return [
'LAN_USER_01' => "Display name",
'LAN_USER_02' => "Login Name",
'LAN_USER_03' => "Real Name",
'LAN_USER_04' => "Custom title",
'LAN_USER_06' => "Photograph",
'LAN_USER_07' => "Avatar",
'LAN_USER_09' => "Signature",
'LAN_USER_10' => "Hide email",
'LAN_USER_12' => "User class",
'LAN_USER_13' => "ID",
'LAN_USER_14' => "Join Date",
'LAN_USER_15' => "Last Visit",
'LAN_USER_16' => "Current Visit",
'LAN_USER_18' => "IP Address",
'LAN_USER_19' => "Ban",
'LAN_USER_20' => "Prefs",
'LAN_USER_21' => "Visits",
'LAN_USER_22' => "Admin",
'LAN_USER_23' => "Perms",
'LAN_USER_24' => "Password Change",
'LAN_USER_31' => "Main site administrator",
'LAN_USER_32' => "Site administrator",
'LAN_USER_33' => "no information",
'LAN_USER_34' => "ago",
'LAN_USER_35' => "[hidden by request]",
'LAN_USER_36' => "Click here to View User Comments",
'LAN_USER_37' => "Click here to View Forum Posts",
'LAN_USER_38' => "Click here to update your information",
'LAN_USER_39' => "Click here to edit this user's information",
'LAN_USER_40' => "previous member",
'LAN_USER_41' => "next member",
'LAN_USER_42' => "no photo",
'LAN_USER_43' => "delete photo",
'LAN_USER_44' => "Miscellaneous",
'LAN_USER_45' => "DESC",
'LAN_USER_46' => "ASC",
'LAN_USER_49' => "There is no information for that user as they are not registered at",
'LAN_USER_50' => "Member Profile",
'LAN_USER_51' => "That is not a valid user.",
'LAN_USER_52' => "Registered members",
'LAN_USER_53' => "No registered members yet.",
'LAN_USER_54' => "Level",
'LAN_USER_55' => "You do not have access to view this page.",
'LAN_USER_56' => "Registered members:",
'LAN_USER_57' => "Order:",
'LAN_USER_58' => "Member",
'LAN_USER_59' => "Joined",
'LAN_USER_60' => "Email Address:",
'LAN_USER_62' => "Send Private Message",
'LAN_USER_63' => "Real Name:",
'LAN_USER_64' => "Site Stats",
'LAN_USER_65' => "Last visit",
'LAN_USER_66' => "Visits to site since registration",
'LAN_USER_67' => "Chatbox posts",
'LAN_USER_68' => "Comments posted",
'LAN_USER_69' => "Forum posts",
'LAN_USER_71' => "Signature:",
'LAN_USER_72' => "Avatar:",
'LAN_USER_73' => "choice of Content/Mail-lists",
'LAN_USER_74' => "Custom Title",
'LAN_USER_75' => "Your [x] is required",
'LAN_USER_76' => "Subscribed to",
'LAN_USER_77' => "Your password must be at least [x] characters long.",
'LAN_USER_78' => "Min.",
'LAN_USER_79' => "chars.",
'LAN_USER_80' => "the name displayed on site",
'LAN_USER_81' => "Username:",
'LAN_USER_82' => "the name you use to login to the site",
'LAN_USER_83' => "Hide email address?:",
'LAN_USER_84' => "This will prevent your email address from being displayed on site",
'LAN_USER_85' => "If you want to change your user name, you must ask a site administrator",
'LAN_USER_86' => "Maximum avatar size is [x]- x [y] pixels",
'LAN_USER_87' => "Login to rate this user!",
'LAN_XUP_ERRM_01' => "Signup failed! This feature is disabled.",
'LAN_XUP_ERRM_02' => "Signup failed! Wrong provider.",
'LAN_XUP_ERRM_03' => "Log in Failed! Wrong provider.",
'LAN_XUP_ERRM_04' => "Signup failed! User already signed in.",
'LAN_XUP_ERRM_05' => "Signup failed! User already exists. Please use 'login' instead.",
'LAN_XUP_ERRM_06' => "Signup failed! Can't access user email - registration without an email is impossible.",
'LAN_XUP_ERRM_07' => "Social Login Tester",
'LAN_XUP_ERRM_08' => "Please log out of e107 before testing the user login/signup procedure.",
'LAN_XUP_ERRM_10' => "Test signup/login with [x]",
'LAN_XUP_ERRM_11' => "Logged in:",
'LAN_XUP_ERRM_12' => "Test logout",
];