--[[ This file is part of 'Masque', an add-on for World of Warcraft. For bug reports, suggestions and license information, please visit https://github.com/SFX-WoW/Masque. * File...: Locales\enUS.lua * Author.: StormFX enUS/enGB Locale ]] local _, Core = ... -- Locales Table local L = {} Core.Locale = setmetatable(L, { __index = function(self, k) self[k] = k return k end }) -- enUS/enGB for Reference ---------------------------------------- -- About Masque --- -- L["About Masque"] = "About Masque" -- L["API"] = "API" -- L["For more information, please visit one of the sites listed below."] = "For more information, please visit one of the sites listed below." -- L["Masque is a skinning engine for button-based add-ons."] = "Masque is a skinning engine for button-based add-ons." -- L["Select to view."] = "Select to view." -- L["You must have an add-on that supports Masque installed to use it."] = "You must have an add-on that supports Masque installed to use it." ---------------------------------------- -- Classic Skin --- -- L["An improved version of the game's default button style."] = "An improved version of the game's default button style." ---------------------------------------- -- Core Settings --- -- L["About"] = "About" -- L["Click to load Masque's options."] = "Click to load Masque's options." -- L["Load Options"] = "Load Options" -- L["Masque's options are load on demand. Click the button below to load them."] = "Masque's options are load on demand. Click the button below to load them." -- L["This action will increase memory usage."] = "This action will increase memory usage." -- L["This section will allow you to view information about Masque and any skins you have installed."] = "This section will allow you to view information about Masque and any skins you have installed." ---------------------------------------- -- Developer Settings --- -- L["Causes Masque to throw Lua errors whenever it encounters a problem with an add-on or skin."] = "Causes Masque to throw Lua errors whenever it encounters a problem with an add-on or skin." -- L["Clean Database"] = "Clean Database" -- L["Click to purge the settings of all unused add-ons and groups."] = "Click to purge the settings of all unused add-ons and groups." -- L["Debug Mode"] = "Debug Mode" -- L["Developer"] = "Developer" -- L["Developer Settings"] = "Developer Settings" -- L["Masque debug mode disabled."] = "Masque debug mode disabled." -- L["Masque debug mode enabled."] = "Masque debug mode enabled." -- L["This action cannot be undone. Continue?"] = "This action cannot be undone. Continue?" -- L["This section will allow you to adjust settings that affect working with Masque's API."] = "This section will allow you to adjust settings that affect working with Masque's API." ---------------------------------------- -- Dream Skin --- -- L["A square skin with trimmed icons and a semi-transparent background."] = "A square skin with trimmed icons and a semi-transparent background." ---------------------------------------- -- General Settings --- -- L["General Settings"] = "General Settings" -- L["This section will allow you to adjust Masque's interface and performance settings."] = "This section will allow you to adjust Masque's interface and performance settings." ---------------------------------------- -- Installed Skins --- -- L["Author"] = "Author" -- L["Authors"] = "Authors" -- L["Click for details."] = "Click for details." -- L["Compatible"] = "Compatible" -- L["Description"] = "Description" -- L["Incompatible"] = "Incompatible" -- L["Installed Skins"] = "Installed Skins" -- L["No description available."] = "No description available." -- L["Status"] = "Status" -- L["The status of this skin is unknown."] = "The status of this skin is unknown." -- L["This section provides information on any skins you have installed."] = "This section provides information on any skins you have installed." -- L["This skin is compatible with Masque."] = "This skin is compatible with Masque." -- L["This skin is outdated and is incompatible with Masque."] = "This skin is outdated and is incompatible with Masque." -- L["This skin is outdated but is still compatible with Masque."] = "This skin is outdated but is still compatible with Masque." -- L["Unknown"] = "Unknown" -- L["Version"] = "Version" -- L["Website"] = "Website" -- L["Websites"] = "Websites" ---------------------------------------- -- Interface Settings --- -- L["Enable the Minimap icon."] = "Enable the Minimap icon." -- L["Interface"] = "Interface" -- L["Interface Settings"] = "Interface Settings" -- L["Minimap Icon"] = "Minimap Icon" -- L["Stand-Alone GUI"] = "Stand-Alone GUI" -- L["This section will allow you to adjust settings that affect Masque's interface."] = "This section will allow you to adjust settings that affect Masque's interface." -- L["Use a resizable, stand-alone options window."] = "Use a resizable, stand-alone options window." ---------------------------------------- -- LDB Launcher --- -- L["Click to open Masque's settings."] = "Click to open Masque's settings." ---------------------------------------- -- Performance Settings --- -- L["Click to load reload the interface."] = "Click to load reload the interface." -- L["Load the skin information panel."] = "Load the skin information panel." -- L["Performance"] = "Performance" -- L["Performance Settings"] = "Performance Settings" -- L["Reload Interface"] = "Reload Interface" -- L["Requires an interface reload."] = "Requires an interface reload." -- L["Skin Information"] = "Skin Information" -- L["This section will allow you to adjust settings that affect Masque's performance."] = "This section will allow you to adjust settings that affect Masque's performance." ---------------------------------------- -- Profile Settings --- -- L["Profile Settings"] = "Profile Settings" ---------------------------------------- -- Skin Settings --- -- L["Backdrop"] = "Backdrop" -- L["Checked"] = "Checked" -- L["Color"] = "Color" -- L["Colors"] = "Colors" -- L["Cooldown"] = "Cooldown" -- L["Disable"] = "Disable" -- L["Disable the skinning of this group."] = "Disable the skinning of this group." -- L["Disabled"] = "Disabled" -- L["Enable"] = "Enable" -- L["Enable the Backdrop texture."] = "Enable the Backdrop texture." -- L["Enable the Gloss texture."] = "Enable the Gloss texture." -- L["Enable the Shadow texture."] = "Enable the Shadow texture." -- L["Flash"] = "Flash" -- L["Global"] = "Global" -- L["Global Settings"] = "Global Settings" -- L["Gloss"] = "Gloss" -- L["Highlight"] = "Highlight" -- L["Normal"] = "Normal" -- L["Pulse"] = "Pulse" -- L["Pushed"] = "Pushed" -- L["Reset all skin options to the defaults."] = "Reset all skin options to the defaults." -- L["Reset Skin"] = "Reset Skin" -- L["Set the color of the Backdrop texture."] = "Set the color of the Backdrop texture." -- L["Set the color of the Checked texture."] = "Set the color of the Checked texture." -- L["Set the color of the Cooldown animation."] = "Set the color of the Cooldown animation." -- L["Set the color of the Disabled texture."] = "Set the color of the Disabled texture." -- L["Set the color of the Flash texture."] = "Set the color of the Flash texture." -- L["Set the color of the Gloss texture."] = "Set the color of the Gloss texture." -- L["Set the color of the Highlight texture."] = "Set the color of the Highlight texture." -- L["Set the color of the Normal texture."] = "Set the color of the Normal texture." -- L["Set the color of the Pushed texture."] = "Set the color of the Pushed texture." -- L["Set the color of the Shadow texture."] = "Set the color of the Shadow texture." -- L["Set the skin for this group."] = "Set the skin for this group." -- L["Shadow"] = "Shadow" -- L["Show the pulse effect when a cooldown finishes."] = "Show the pulse effect when a cooldown finishes." -- L["Skin"] = "Skin" -- L["Skin Settings"] = "Skin Settings" -- L["This section will allow you to adjust the skin settings of all buttons registered to %s."] = "This section will allow you to adjust the skin settings of all buttons registered to %s." -- L["This section will allow you to adjust the skin settings of all buttons registered to %s. This will overwrite any per-group settings."] = "This section will allow you to adjust the skin settings of all buttons registered to %s. This will overwrite any per-group settings." -- L["This section will allow you to adjust the skin settings of all registered buttons. This will overwrite any per-add-on settings."] = "This section will allow you to adjust the skin settings of all registered buttons. This will overwrite any per-add-on settings." -- L["This section will allow you to skin the buttons of the add-ons and add-on groups registered with Masque."] = "This section will allow you to skin the buttons of the add-ons and add-on groups registered with Masque." ---------------------------------------- -- Zoomed Skin --- -- L["A square skin with zoomed icons and a semi-transparent background."] = "A square skin with zoomed icons and a semi-transparent background."