43 lines
1.0 KiB
Lua
43 lines
1.0 KiB
Lua
|
|
--the only place MINIMAGE_VERSION should be set
|
|
MINIMAGE_VERSION = "1.4";
|
|
|
|
|
|
--[[
|
|
|
|
-- MiniMage (English)
|
|
-- Compiled by Robert Fernandes
|
|
-- warcraft@bovilexics.com
|
|
-- Modifed and reposted by Olzon, cannot find original GitHub repo
|
|
-- Last Update on 11/20/2025
|
|
|
|
--]]
|
|
|
|
|
|
MINIMAGE_ANNOUNCE_DISABLED = ". MiniMage_TWOW AddOn Disabled.";
|
|
MINIMAGE_ANNOUNCE_ENABLED = ". MiniMage_TWOW AddOn Enabled.";
|
|
MINIMAGE_ANNOUNCE_GREETING = "Greetings, ";
|
|
|
|
MINIMAGE_BUTTON_TOOLTIP0 = "MiniMage";
|
|
MINIMAGE_BUTTON_TOOLTIP1 = "Left-click to open MiniMage Cast Menu.";
|
|
MINIMAGE_BUTTON_TOOLTIP2 = "Right-click and drag to move this button.";
|
|
|
|
MINIMAGE_LABEL_TITLE = "MiniMage";
|
|
MINIMAGE_LABEL_PORTAL = "Portal";
|
|
MINIMAGE_LABEL_TELEPORT = "Teleport";
|
|
|
|
MINIMAGE_LABEL_DARNASSUS = "Darnassus";
|
|
MINIMAGE_LABEL_IF = "Ironforge";
|
|
MINIMAGE_LABEL_SW = "Stormwind";
|
|
MINIMAGE_LABEL_ALAH = "Alah'Thalas";
|
|
MINIMAGE_LABEL_THERAMORE = "Theramore";
|
|
|
|
MINIMAGE_LABEL_ORG = "Orgrimmar";
|
|
MINIMAGE_LABEL_TB = "Thunder Bluff";
|
|
MINIMAGE_LABEL_UC = "Undercity";
|
|
MINIMAGE_LABEL_STONARD = "Stonard";
|
|
|
|
|
|
|
|
|