26 lines
644 B
Lua
26 lines
644 B
Lua
NAME = "English"
|
|
|
|
LANGUAGE = {
|
|
-- Category
|
|
optChat = "Chat",
|
|
|
|
-- Settings
|
|
optChatNotices = "Chat Notices",
|
|
optChatNoticesDesc = "Show system notifications in chat",
|
|
|
|
optChatTimestamps = "Timestamps",
|
|
optChatTimestampsDesc = "Display message send time",
|
|
|
|
optChatFontScale = "Font Scale",
|
|
optChatFontScaleDesc = "Chat font scale (0.1-2)",
|
|
|
|
optChatOutline = "Text Outline",
|
|
optChatOutlineDesc = "Add outline to chat text for better readability",
|
|
|
|
optChatTabs = "Chat Tabs",
|
|
optChatTabsDesc = "Chat tabs configuration (JSON)",
|
|
|
|
optChatPosition = "Chat Position",
|
|
optChatPositionDesc = "Chat window position and size (JSON)",
|
|
}
|