1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Issue #5465 Core language files converted. (excluding plugins)

This commit is contained in:
camer0n
2025-04-04 18:29:07 -07:00
parent c46b7b1d36
commit 31e7d1d3b0
93 changed files with 5255 additions and 6358 deletions

View File

@@ -10,59 +10,50 @@
+----------------------------------------------------------------------------+
*/
// The LAN numbers correspond directly to the field types
define("UE_LAN_1", "Text Box");
define("UE_LAN_2", "Radio Buttons");
define("UE_LAN_3", "Drop-Down Menu");
define("UE_LAN_4", "DB Table Field");
define("UE_LAN_5", "Textarea");
define("UE_LAN_6", "Integer");
//define("UE_LAN_7", "Date");//LAN_DATE
define("UE_LAN_8", "Language");
define("UE_LAN_9", "Predefined list");
define("UE_LAN_10", "Checkboxes");
//v2.1.5
define("UE_LAN_13", "Country");
//v2.2.2
define("UE_LAN_14", "Rich Textarea (WYSIWYG)");
// Leave a gap to allow for more field types
define("UE_LAN_21", "Name");
define("UE_LAN_22", "Type");
define("UE_LAN_23", "Use");
define("UE_LAN_HIDE", "Hide from users");
define("UE_LAN_LOCATION", "Location");
define("UE_LAN_LOCATION_DESC", "User location");
define("UE_LAN_AIM", "AIM Address");
define("UE_LAN_AIM_DESC", "AIM Address");
define("UE_LAN_ICQ", "ICQ Number");
define("UE_LAN_ICQ_DESC", "ICQ Number");
define("UE_LAN_YAHOO", "Yahoo! Address");
define("UE_LAN_YAHOO_DESC", "Yahoo! Address");
define("UE_LAN_MSN", "MSN");
define("UE_LAN_MSN_DESC", "MSN Address");
define("UE_LAN_HOMEPAGE", "Homepage");
define("UE_LAN_HOMEPAGE_DESC", "User homepage (url)");
define("UE_LAN_BIRTHDAY", "Birthday");
define("UE_LAN_BIRTHDAY_DESC", "Birthday");
define("UE_LAN_LANGUAGE", "Language");
define("UE_LAN_LANGUAGE_DESC", "User Language");
define("UE_LAN_COUNTRY", "Country");
define("UE_LAN_COUNTRY_DESC", "User Country");
define("UE_LAN_TIMEZONE", "Timezone");
define("UE_LAN_TIMEZONE_DESC", "User Timezone (from predefined list)");
define("LAN_UE_FAIL_HOMEPAGE", "Invalid entry for home page setting");
define("UE_LAN_SKYPE","Skype");
define("UE_LAN_SKYPE_DESC","Skype Address");
define("UE_LAN_GENDER","Gender");
define("UE_LAN_GENDER_DESC","Gender");
define("UE_LAN_MALE","Male");
define("UE_LAN_FEMALE","Female");
define("UE_LAN_COMMENT", "Comments");
define("UE_LAN_COMMENT_DESC", "Comment Box");
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",
];