mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
60 lines
2.0 KiB
PHP
60 lines
2.0 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_user_extended.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
// The LAN numbers correspond directly to the field types
|
|
|
|
return [
|
|
'UE_LAN_1' => "Text Box",
|
|
'UE_LAN_2' => "Radio Buttons",
|
|
'UE_LAN_3' => "Drop-Down Menu",
|
|
'UE_LAN_4' => "DB Table Field",
|
|
'UE_LAN_5' => "Textarea",
|
|
'UE_LAN_6' => "Integer",
|
|
'UE_LAN_8' => "Language",
|
|
'UE_LAN_9' => "Predefined list",
|
|
'UE_LAN_10' => "Checkboxes",
|
|
'UE_LAN_13' => "Country",
|
|
'UE_LAN_14' => "Rich Textarea (WYSIWYG)",
|
|
'UE_LAN_21' => "Name",
|
|
'UE_LAN_22' => "Type",
|
|
'UE_LAN_23' => "Use",
|
|
'UE_LAN_HIDE' => "Hide from users",
|
|
'UE_LAN_LOCATION' => "Location",
|
|
'UE_LAN_LOCATION_DESC' => "User location",
|
|
'UE_LAN_AIM' => "AIM Address",
|
|
'UE_LAN_AIM_DESC' => "AIM Address",
|
|
'UE_LAN_ICQ' => "ICQ Number",
|
|
'UE_LAN_ICQ_DESC' => "ICQ Number",
|
|
'UE_LAN_YAHOO' => "Yahoo! Address",
|
|
'UE_LAN_YAHOO_DESC' => "Yahoo! Address",
|
|
'UE_LAN_MSN' => "MSN",
|
|
'UE_LAN_MSN_DESC' => "MSN Address",
|
|
'UE_LAN_HOMEPAGE' => "Homepage",
|
|
'UE_LAN_HOMEPAGE_DESC' => "User homepage (url)",
|
|
'UE_LAN_BIRTHDAY' => "Birthday",
|
|
'UE_LAN_BIRTHDAY_DESC' => "Birthday",
|
|
'UE_LAN_LANGUAGE' => "Language",
|
|
'UE_LAN_LANGUAGE_DESC' => "User Language",
|
|
'UE_LAN_COUNTRY' => "Country",
|
|
'UE_LAN_COUNTRY_DESC' => "User Country",
|
|
'UE_LAN_TIMEZONE' => "Timezone",
|
|
'UE_LAN_TIMEZONE_DESC' => "User Timezone (from predefined list)",
|
|
'LAN_UE_FAIL_HOMEPAGE' => "Invalid entry for home page setting",
|
|
'UE_LAN_SKYPE' => "Skype",
|
|
'UE_LAN_SKYPE_DESC' => "Skype Address",
|
|
'UE_LAN_GENDER' => "Gender",
|
|
'UE_LAN_GENDER_DESC' => "Gender",
|
|
'UE_LAN_MALE' => "Male",
|
|
'UE_LAN_FEMALE' => "Female",
|
|
'UE_LAN_COMMENT' => "Comments",
|
|
'UE_LAN_COMMENT_DESC' => "Comment Box",
|
|
];
|