vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --------------------------------------------------------------------------
2 -- localization.lua
3 --------------------------------------------------------------------------
4  
5 MOBILE_MINIMAP_BUTTONS_REGULAR_HEADER = "Default Buttons";
6 MOBILE_MINIMAP_BUTTONS_REGULAR_HEADER_INFO = "Default Buttons";
7  
8  
9 MOBILE_MINIMAP_BUTTONS_HEADER = "Mobile Minimap Buttons";
10 MOBILE_MINIMAP_BUTTONS_HEADER_INFO = "Makes minimap buttons mobile by shift-dragging them.";
11 MOBILE_MINIMAP_BUTTONS_RESET_ALL_TEXT = "Reset All Minimap Buttons.";
12 MOBILE_MINIMAP_BUTTONS_RESET_ALL_TEXT_INFO = "Reset the position of all Mobile Minimap Buttons.";
13  
14 RESET = "Reset"
15 RESET_ALL = "Reset All";
16  
17 MOBILE_MINIMAP_BUTTONS_LIST_VERSION = 5;
18  
19 MOBILE_MINIMAP_BUTTONS_DESCRIPTIONS = {
20 MiniMapTrackingFrame = "Tracking Button",
21 MiniMapMeetingStoneFrame = "Meeting Stone Button",
22 MiniMapMailFrame = "Mail Button",
23 MinimapZoomIn = "Zoom In Button",
24 MinimapZoomOut = "Zoom Out Button",
25 MiniMapBattlefieldFrame = "Battlefield Button",
26 --Addon Buttons
27 AtlasButton = "Atlas Button",
28 CT_RASets_Button = "CT Raid Assist Button",
29 Wardrobe_IconFrame = "Wardrobe Button",
30 TheYatlasButton = "Yatlas Button",
31 GathererUI_IconFrame = "Gatherer Button",
32 EarthMinimapButton = "Earth Button",
33 IEFMinimapButton = "Improved Error Frame Button",
34 CTA_MinimapIcon = "Call To Arms Button",
35 CensusButton = "Census Button",
36  
37 SoundtrackMinimap_IconFrame = "Soundtrack Button",
38 BlessingsMinimapButton = "Blessings Button",
39 CritLineButton = "CritLine Button",
40 AM_MinimapButton = "AlphaMap Button",
41 CECBMiniMapButton = "Natur EnemyCastBar",
42 };