1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32: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

@@ -9,18 +9,19 @@
| $Author$
+----------------------------------------------------------------------------+
*/
define("UC_LAN_0", "Everyone (public)");
define("UC_LAN_1", "Guests");
define("UC_LAN_2", "No One (inactive)");
define("UC_LAN_3", "Members");
define("UC_LAN_4", "Read Only");
define("UC_LAN_5", "Admin");
define("UC_LAN_6", "Main Admin");
define("UC_LAN_7", "Forum Moderators");
define("UC_LAN_8","Admins and Mods");
define("UC_LAN_9","New Users");
define("UC_LAN_10", "Search Bots");
define("UC_LAN_INVERT", "Not [x]");
define("UC_LAN_INVERTLABEL", "Everyone but..");
return [
'UC_LAN_0' => "Everyone (public)",
'UC_LAN_1' => "Guests",
'UC_LAN_2' => "No One (inactive)",
'UC_LAN_3' => "Members",
'UC_LAN_4' => "Read Only",
'UC_LAN_5' => "Admin",
'UC_LAN_6' => "Main Admin",
'UC_LAN_7' => "Forum Moderators",
'UC_LAN_8' => "Admins and Mods",
'UC_LAN_9' => "New Users",
'UC_LAN_10' => "Search Bots",
'UC_LAN_INVERT' => "Not [x]",
'UC_LAN_INVERTLABEL' => "Everyone but..",
];