vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | ULTIMATEUI_FEATURES_TITLE = "UltimateUI v9.8.2"; |
2 | -- <= == == == == == == == == == == == == => |
||
3 | -- => Text Coloring for Helper Tooltips |
||
4 | -- <= == == == == == == == == == == == == => |
||
5 | |||
6 | UUI_BLUEHEADER_COLOR = "|cFF006699"; |
||
7 | UUI_REDNOTE_COLOR = "|cFFCC3333"; |
||
8 | UUI_GREENDESC_COLOR = "|cFF009933"; |
||
9 | UUI_COLOR_ENDCAP = "|r"; |
||
10 | |||
11 | |||
12 | -- <= == == == == == == == == == == == == => |
||
13 | -- => Bindings Names |
||
14 | -- <= == == == == == == == == == == == == => |
||
15 | BINDING_HEADER_ULTIMATEUI = "UltimateUI Bindings"; |
||
16 | BINDING_HEADER_ULTIMATEUIKEYS = "UltimateUI Key Bindings"; |
||
17 | |||
18 | BINDING_NAME_ACTIONBUTTON1ALT = "Trigger action button 1 on next page"; |
||
19 | BINDING_NAME_ACTIONBUTTON2ALT = "Trigger action button 2 on next page"; |
||
20 | BINDING_NAME_ACTIONBUTTON3ALT = "Trigger action button 3 on next page"; |
||
21 | BINDING_NAME_ACTIONBUTTON4ALT = "Trigger action button 4 on next page"; |
||
22 | BINDING_NAME_ACTIONBUTTON5ALT = "Trigger action button 5 on next page"; |
||
23 | BINDING_NAME_ACTIONBUTTON6ALT = "Trigger action button 6 on next page"; |
||
24 | BINDING_NAME_ACTIONBUTTON7ALT = "Trigger action button 7 on next page"; |
||
25 | BINDING_NAME_ACTIONBUTTON8ALT = "Trigger action button 8 on next page"; |
||
26 | BINDING_NAME_ACTIONBUTTON9ALT = "Trigger action button 9 on next page"; |
||
27 | BINDING_NAME_ACTIONBUTTON10ALT = "Trigger action button 10 on next page"; |
||
28 | BINDING_NAME_ACTIONBUTTON11ALT = "Trigger action button 11 on next page"; |
||
29 | BINDING_NAME_ACTIONBUTTON12ALT = "Trigger action button 12 on next page"; |
||
30 | |||
31 | BINDING_NAME_INSTANTACTIONBAR1 = "Instant Action Page 1"; |
||
32 | BINDING_NAME_INSTANTACTIONBAR2 = "Instant Action Page 2"; |
||
33 | BINDING_NAME_INSTANTACTIONBAR3 = "Instant Action Page 3"; |
||
34 | BINDING_NAME_INSTANTACTIONBAR4 = "Instant Action Page 4"; |
||
35 | BINDING_NAME_INSTANTACTIONBAR5 = "Instant Action Page 5"; |
||
36 | BINDING_NAME_INSTANTACTIONBAR6 = "Instant Action Page 6"; |
||
37 | |||
38 | BINDING_NAME_TOGGLEULTIMATEUIFEATURES = "Toggle the UltimateUI Features Frame"; |
||
39 | BINDING_NAME_RELOADUI = "Reload User Interface"; |
||
40 | |||
41 | -- <= == == == == == == == == == == == == => |
||
42 | -- => Global tags that appear in multiple places |
||
43 | -- <= == == == == == == == == == == == == => |
||
44 | ALLIANCE = "Alliance"; |
||
45 | HORDE = "Horde"; |
||
46 | |||
47 | GLOBAL_AUCTION_TAG_L = "auction"; |
||
48 | GLOBAL_AUCTION_TAG_C = "Auction"; |
||
49 | |||
50 | GLOBAL_ZONE_TAG_L = "zone"; |
||
51 | GLOBAL_ZONE_TAG_C = "Zone"; |
||
52 | |||
53 | GLOBAL_ITEM_TAG_L = "item"; |
||
54 | GLOBAL_ITEM_TAG_C = "Item"; |
||
55 | |||
56 | GLOBAL_HELP_TAG_L = "help"; |
||
57 | GLOBAL_HELP_TAG_C = "Help"; |
||
58 | |||
59 | GLOBAL_REMOVE_TAG_L = "remove"; |
||
60 | GLOBAL_REMOVE_TAG_C = "Remove"; |
||
61 | |||
62 | GLOBAL_REFRESH_TAG_L = "refresh"; |
||
63 | GLOBAL_REFRESH_TAG_C = "Refresh"; |
||
64 | |||
65 | GLOBAL_RESET_TAG_L = "reset"; |
||
66 | GLOBAL_RESET_TAG_C = "Reset"; |
||
67 | |||
68 | GLOBAL_SORT_TAG_L = "sort"; |
||
69 | GLOBAL_SORT_TAG_C = "Sort"; |
||
70 | |||
71 | GLOBAL_CLEAR_TAG_L = "clear"; |
||
72 | GLOBAL_CLEAR_TAG_C = "Clear"; |
||
73 | |||
74 | GLOBAL_CANCEL_TAG_L = "cancel"; |
||
75 | GLOBAL_CANCEL_TAG_C = "Cancel"; |
||
76 | |||
77 | GLOBAL_EXIT_TAG_L = "exit"; |
||
78 | GLOBAL_EXIT_TAG_C = "Exit"; |
||
79 | |||
80 | GLOBAL_OK_TAG_C = "OK"; |
||
81 | |||
82 | -- <= == == == == == == == == == == == == => |
||
83 | -- => UltimateUI |
||
84 | -- <= == == == == == == == == == == == == => |
||
85 | ULTIMATEUI_OPTIONS_TITLE = "UltimateUI Options"; |
||
86 | ULTIMATEUI_FEATURES_TOOLTIP = "UltimateUI"; |
||
87 | |||
88 | |||
89 | -- <= == == == == == == == == == == == == => |
||
90 | -- => UltimateUI Config |
||
91 | -- <= == == == == == == == == == == == == => |
||
92 | ULTIMATEUI_CONFIG_SEP = "Interface Settings"; |
||
93 | ULTIMATEUI_CONFIG_SEP_INFO = "These settings allow you to adjust the transparency of the chat window and the size of certain UI components."; |
||
94 | ULTIMATEUI_CONFIG_PLHPMPXP = "Always Display Player HP, Mana and Experience"; |
||
95 | ULTIMATEUI_CONFIG_PLHPMPXP_INFO = "Turns on the number for the player's\n health, mana and experience bars."; |
||
96 | ULTIMATEUI_CONFIG_PARTYHP = "Always Display Party HP"; |
||
97 | ULTIMATEUI_CONFIG_PARTYHP_INFO = "Turns on the number for the party's\n health bars."; |
||
98 | ULTIMATEUI_CONFIG_PARTYMANA = "Always Display Party mana"; |
||
99 | ULTIMATEUI_CONFIG_PARTYMANA_INFO = "Turns on the number for the party's\n secondary bars."; |
||
100 | ULTIMATEUI_CONFIG_RELOCTT = "Relocate the tooltip to the lower right corner."; |
||
101 | ULTIMATEUI_CONFIG_RELOCTT_INFO = "This checkbox will put the tooltip back in its original location."; |
||
102 | ULTIMATEUI_CONFIG_RELOCTT_2M = "Relocate the tooltip to the mouse. Overrides all anchors"; |
||
103 | ULTIMATEUI_CONFIG_RELOCTT_2M_INFO = "This checkbox will put the tooltip where the mouse is located"; |
||
104 | ULTIMATEUI_CONFIG_RELOCTT_UBER = "Relocate Uber Tooltips"; |
||
105 | ULTIMATEUI_CONFIG_RELOCTT_UBER_INFO = "Relocate Uber tooltips to normal positions."; |
||
106 | ULTIMATEUI_CONFIG_S2SELL = "Shift key to sell."; |
||
107 | ULTIMATEUI_CONFIG_S2SELL_INFO = "If this checkbox is checked, you'll need to press the shift key and click on the right button to sell an object."; |
||
108 | ULTIMATEUI_CONFIG_PARTYBUFF = "Hide the party buffs "; |
||
109 | ULTIMATEUI_CONFIG_PARTYBUFF_INFO = "Removes the party's spell buffs from view unless you mouse-over their portrait."; |
||
110 | ULTIMATEUI_CONFIG_QUESTSCROLL = "Enable Quest Text Scroll"; |
||
111 | ULTIMATEUI_CONFIG_QUESTSCROLL_INFO = "Checking here will cause the quest text to scroll, rather than appear instantly."; |
||
112 | ULTIMATEUI_CONFIG_QUESTSCROLL_CHARS = "Characters"; |
||
113 | ULTIMATEUI_CONFIG_QUESTSCROLL_APPEND= "cps"; |
||
114 | ULTIMATEUI_CONFIG_MPP = "Percentage value on the Party Members Mana bar"; |
||
115 | ULTIMATEUI_CONFIG_MPP_INFO = "/"; |
||
116 | ULTIMATEUI_CONFIG_PETHP = "Always Display Pet HP"; |
||
117 | ULTIMATEUI_CONFIG_PETHP_INFO = "Turns on the number for the pet's\n health bar."; |
||
118 | ULTIMATEUI_CONFIG_PETMANA = "Always Display Pet Focus"; |
||
119 | ULTIMATEUI_CONFIG_PETMANA_INFO = "Turns on the number for the pet's\n happiness meter."; |
||
120 | ULTIMATEUI_CONFIG_FPSMOVE = "Move FPS to Top Left"; |
||
121 | ULTIMATEUI_CONFIG_FPSMOVE_INFO = "Moves the FPS display to the top left corner of the screen."; |
||
122 | ULTIMATEUI_CONFIG_USECHAN = "Use UltimateUI Channel Functionality"; |
||
123 | ULTIMATEUI_CONFIG_USECHAN_INFO = "Creates a UltimateUI and a ZParty channel to allow communication between clients. If this is disabled, QuestShare will not work."; |
||
124 | ULTIMATEUI_CONFIG_MWHEELCHAT = "Mousewheel scrolls chat"; |
||
125 | ULTIMATEUI_CONFIG_MWHEELCHAT_INFO = "Allows you to use the mousewheel of your mouse to scroll the chat."; |
||
126 | ULTIMATEUI_CONFIG_DISTANCE = "Increase targeting distance"; |
||
127 | ULTIMATEUI_CONFIG_DISTANCE_INFO = "Allows you to increase the distance at which you can target stuff using the script functions."; -- NEW AND NOT TRANSLATED |
||
128 | ULTIMATEUI_CONFIG_DISTANCE_CHAT = "You will need to restart WoW before the targeting distance change takes effect."; -- NEW AND NOT TRANSLATED |
||
129 | ULTIMATEUI_CONFIG_SHORTCUT_NAMES = "Use abbreviated button shortcut names"; -- NEW AND NOT TRANSLATED |
||
130 | ULTIMATEUI_CONFIG_SHORTCUT_NAMES_INFO = "Will abbreviate button shortcuts, like Shift-Alt-A will be S-A-A"; -- NEW AND NOT TRANSLATED |
||
131 | |||
132 | ULTIMATEUI_CONFIG_RESET_PARTY_FRAMES = "Reset party windows"; -- NEW AND NOT TRANSLATED |
||
133 | ULTIMATEUI_CONFIG_RESET_PARTY_FRAMES_INFO = "Will reset party windows to the default positions"; -- NEW AND NOT TRANSLATED |
||
134 | ULTIMATEUI_CONFIG_RESET_PARTY_FRAMES_TEXT = "Reset"; -- NEW AND NOT TRANSLATED |
||
135 | |||
136 | |||
137 | ULTIMATEUI_BUTTON_ULTIMATEUI = "UltimateUI"; |
||
138 | ULTIMATEUI_BUTTON_ULTIMATEUI_SUB = "Configure"; |
||
139 | ULTIMATEUI_BUTTON_ULTIMATEUI_TIP = "|cFFCC0000Configure UltimateUI|r\nGeneral options menu"; |
||
140 | |||
141 | ULTIMATEUI_BUTTON_ULTIMATEUI_HELP = "UltimateUI Guide"; |
||
142 | ULTIMATEUI_BUTTON_ULTIMATEUI_HELP_SUB = "Information"; |
||
143 | ULTIMATEUI_BUTTON_ULTIMATEUI_HELP_TIP = "Open the UltimateUI guide\n |cFFEE3333(Launches Browser)|r"; |
||
144 | |||
145 | ULTIMATEUI_BUTTON_BANK = "Bank"; |
||
146 | ULTIMATEUI_BUTTON_BANK_SUB = "Show Bank"; |
||
147 | ULTIMATEUI_BUTTON_BANK_TIP = "Displays the Bank contents.\n Note: You cannot pick up items."; |
||
148 | |||
149 | ULTIMATEUI_COMM = {"/ultimateui", "/cos"}; |
||
150 | ULTIMATEUI_DESC = "/ultimateui <player> - Check if the player is using UltimateUI."; |
||
151 | ULTIMATEUI_DONTHAVE = "%s seems NOT to be a UltimateUI user !"; |
||
152 | ULTIMATEUI_HAVE = "%s is a UltimateUI user !"; |
||
153 | |||
154 | -- <= == == == == == == == == == == == == => |
||
155 | -- => Shapeshift Commands |
||
156 | -- <= == == == == == == == == == == == == => |
||
157 | SHAPE_COMM1 = {"/stance", "/stnc", "/setstance"}; |
||
158 | SHAPE_COMM1_INFO = "Allows you to change stances from the macro box. Try /stance [battle|btl|def|bzrk] |cFF880022Note: Only works in macros|r"; |
||
159 | SHAPE_COMM2 = {"/stealth"}; |
||
160 | SHAPE_COMM2_INFO = "Allows you to stealth from macros |c00880022Note: Only works in macros|r"; |
||
161 | SHAPE_COMM3 = {"/shapeshift", "/shift", "/setshape"}; |
||
162 | SHAPE_COMM3_INFO = "Allows you to shapeshift from the macro box. Try /shift [1-4|bear|seal|cat|travel] |cFF880022Note: Only works in macros|r"; |
||
163 | |||
164 | -- <= == == == == == == == == == == == == => |
||
165 | -- => Language Commands |
||
166 | -- <= == == == == == == == == == == == == => |
||
167 | LANGUAGE_COMM = {"/language", "/lang"}; |
||
168 | LANGUAGE_COMM_INFO = "Changes the language used in the main chat box"; |
||
169 | LANGUAGE_HELP1 = "Usage: /language <language>"; |
||
170 | LANGUAGE_HELP2 = "Languages known:"; |
||
171 | LANGUAGE_NOWSPEAK = "Now speaking %s"; |
||
172 | LANGUAGE_UNKNOWN = "Language \"%s\" unknown!"; |
||
173 | |||
174 | -- <= == == == == == == == == == == == == => |
||
175 | -- => Chat string |
||
176 | -- <= == == == == == == == == == == == == => |
||
177 | ULTIMATEUI_CHAT_DOING_REORDER = "Reordering chat channels, please wait."; |
||
178 | ULTIMATEUI_CHAT_DONE_REORDER = "Finished reordering chat channels."; |
||
179 | |||
180 | -- <= == == == == == == == == == == == == => |
||
181 | -- => UltimateUI Help (by command line) |
||
182 | -- <= == == == == == == == == == == == == => |
||
183 | ULTIMATEUI_HELP_COMM = { "/chelp", "/esh", "/esmhelp", "/ehelp", "/ultimateuihelp", "/eshelp", "/coshelp" }; |
||
184 | ULTIMATEUI_HELP_COMM_INFO = "Displays the list of commands registered via UltimateUI"; |
||
185 | |||
186 | -- <= == == == == == == == == == == == == => |
||
187 | -- => UltimateUI Version (by command line) |
||
188 | -- <= == == == == == == == == == == == == => |
||
189 | ULTIMATEUI_VERSION_COMM = { "/cversion" }; |
||
190 | ULTIMATEUI_VERSION_COMM_INFO = "Shows the current revision number of UltimateUI."; |
||
191 | |||
192 | -- <= == == == == == == == == == == == == => |
||
193 | -- => Reload UI (by command line) |
||
194 | -- <= == == == == == == == == == == == == => |
||
195 | ULTIMATEUI_RELOADUI_COMM = {"/rl", "/reloadui"}; |
||
196 | ULTIMATEUI_RELOADUI_COMM_INFO = "Reload UI"; |
||
197 | |||
198 | -- <= == == == == == == == == == == == == => |
||
199 | -- => Stop (moving) command |
||
200 | -- <= == == == == == == == == == == == == => |
||
201 | ULTIMATEUI_STOP_COMM = {"/stop"}; |
||
202 | ULTIMATEUI_STOP_COMM_INFO = "Stop all movement"; |
||
203 | |||
204 | -- <= == == == == == == == == == == == == => |
||
205 | -- => Class Settings (by command line) |
||
206 | -- <= == == == == == == == == == == == == => |
||
207 | ULTIMATEUI_CLASS_SETTINGS_COMM = {"/settingsbyclass", "/classsettings", "/settingsclass"}; |
||
208 | ULTIMATEUI_CLASS_SETTINGS_PARAM_SAVE = "save"; -- must be lowercase to work |
||
209 | ULTIMATEUI_CLASS_SETTINGS_PARAM_LOAD = "load"; -- must be lowercase to work |
||
210 | ULTIMATEUI_CLASS_SETTINGS_COMM_INFO = "Load or save settings depending on your current class.\nUse '%s' as a parameter to save the settings, and '%s' to load the settings."; |
||
211 | ULTIMATEUI_CLASS_SETTINGS_HELP1 = "Usage: /settingsbyclass <%s|%s>"; |
||
212 | ULTIMATEUI_CLASS_SETTINGS_HELP2 = "Unknown parameter for /settingsbyclass"; |
||
213 | ULTIMATEUI_CLASS_SETTINGS_LOADED = "Loaded settings by class from %s settings"; |
||
214 | ULTIMATEUI_CLASS_SETTINGS_LOADED_ERROR = "Error: Could not load settings by class from %s settings"; |
||
215 | ULTIMATEUI_CLASS_SETTINGS_SAVED = "Saved settings by class for %s"; |
||
216 | ULTIMATEUI_CLASS_SETTINGS_SAVED_ERROR = "Error: Could not save settings by class for %s"; |
||
217 | |||
218 | -- <= == == == == == == == == == == == == => |
||
219 | -- => Friend Commands |
||
220 | -- <= == == == == == == == == == == == == => |
||
221 | FCOMMAND_COMM = { "/f" }; |
||
222 | FCOMMAND_COMM_INFO = "/f [a|r|l|m] : /f add <player>, /f remove <player>, /f list, /f message <message>"; |
||
223 | FCOMMAND_ONLINE = "Online Friends:"; |
||
224 | FCOMMAND_OFFLINE = "Offline Friends:"; |