Add files via upload

This commit is contained in:
totalllyswede
2025-11-20 19:55:02 -08:00
committed by GitHub
parent 1f65ea1695
commit 5d6f258469
6 changed files with 379 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
--the only place MINIMAGE_VERSION should be set
MINIMAGE_VERSION = "1.18";
--[[
-- MiniMage (English)
-- Compiled by Robert Fernandes
-- warcraft@bovilexics.com
-- Last Update on 11/20/2025
--]]
MINIMAGE_ANNOUNCE_DISABLED = ". MiniMage AddOn Disabled.";
MINIMAGE_ANNOUNCE_ENABLED = ". MiniMage 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 = "Select Destination";
MINIMAGE_LABEL_PORTAL = "Portal";
MINIMAGE_LABEL_TELEPORT = "Teleport";
MINIMAGE_LABEL_ALLIANCE0 = "Darnassus";
MINIMAGE_LABEL_ALLIANCE1 = "Ironforge";
MINIMAGE_LABEL_ALLIANCE2 = "Stormwind";
MINIMAGE_LABEL_HORDE0 = "Orgrimmar";
MINIMAGE_LABEL_HORDE1 = "Thunder Bluff";
MINIMAGE_LABEL_HORDE2 = "Undercity";