vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Version : English
2 -- Last Update : 02/17/2005
3  
4 -- UltimateUI Configuration
5 ULTIMATEUI_CONFIG_QLOOT_HEADER = "Quick Loot";
6 ULTIMATEUI_CONFIG_QLOOT_HEADER_INFO = "This section configures options for Quick Loot";
7 ULTIMATEUI_CONFIG_QLOOT = "Check here to enable quick looting.";
8 ULTIMATEUI_CONFIG_QLOOT_INFO = "This will automatically move the first non-empty item slot in the loot window under your cursor as you loot.";
9 ULTIMATEUI_CONFIG_QLOOT_HIDE = "Auto close empty loot windows.";
10 ULTIMATEUI_CONFIG_QLOOT_HIDE_INFO = "If this is enabled and you loot a corpse with no items, the loot window will be closed immediately.";
11 ULTIMATEUI_CONFIG_QLOOT_ONSCREEN = "Show loot completely on screen.";
12 ULTIMATEUI_CONFIG_QLOOT_ONSCREEN_INFO = "If this is enabled loot window will remain open as coin/items are looted.";
13  
14 ULTIMATEUI_CONFIG_QLOOT_MOVE_ONCE = "Only move the window to the mouse.";
15 ULTIMATEUI_CONFIG_QLOOT_MOVE_ONCE_INFO = "If this is enabled, QuickLoot will not move the window more than once.";
16  
17 -- Chat Configuration
18 QLOOT_LOADED = "Telo's QuickLoot loaded";
19 ERR_LOOT_NONE = "There was no loot to get.";
20  
21 QUICKLOOT_CHAT_COMMAND_INFO = "Sets up Quick Loot from the command line. Try it without parameters to get usage help.";
22 QUICKLOOT_CHAT_COMMAND_USAGE = "Usage: /quickloot <enable/autohide/onscreen/moveonce>\nAll commands toggle the current state.\nCommands:\n enable - enables/disables Quick Loot\n autohide - whether Quick Loot should autohide empty loot windows or not\n onscree - should Quick Loot keep the loot window on screen or not";
23 QUICKLOOT_CHAT_COMMAND_ENABLE = ULTIMATEUI_CONFIG_QLOOT_HEADER;
24 QUICKLOOT_CHAT_COMMAND_HIDE = ULTIMATEUI_CONFIG_QLOOT_HEADER.." hiding";
25 QUICKLOOT_CHAT_COMMAND_ONSCREEN = ULTIMATEUI_CONFIG_QLOOT_HEADER.." keep on screen";
26 QUICKLOOT_CHAT_COMMAND_MOVE_ONCE = ULTIMATEUI_CONFIG_QLOOT_HEADER.." move once";
27  
28 QUICKLOOT_CHAT_STATE_ENABLED = " enabled";
29 QUICKLOOT_CHAT_STATE_DISABLED = " disabled";