vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | WARDROBE_CONFIG_HEADER = "Wardrobe"; |
2 | WARDROBE_CONFIG_HEADER_INFO = "Wardrobe lets you define and switch amongst up to 10 distinct equipment profiles."; |
||
3 | WARDROBE_CONFIG_ENABLED = "Enable Wardrobe"; |
||
4 | WARDROBE_CONFIG_ENABLED_INFO = "Check to enable the plugin." |
||
5 | WARDROBE_CHAT_COMMAND_INFO = ""; |
||
6 | |||
7 | WARDROBE_TEXT_MENU_TITLE = " Outfits"; |
||
8 | |||
9 | WARDROBE_COLORBUTTON_TIP1 = "Set the color of the\nselected outfit."; |
||
10 | WARDROBE_EDITBUTTON_TIP1 = "Edit the selected outfit."; |
||
11 | WARDROBE_UPDATEBUTTON_TIP1 = "Update the selected outfit with\nwhat you're currently wearing."; |
||
12 | WARDROBE_DELETEBUTTON_TIP1 = "Delete the selected outfit."; |
||
13 | WARDROBE_DOWNBUTTON_TIP1 = "Move the selected outfit\ndown the list."; |
||
14 | WARDROBE_UPBUTTON_TIP1 = "Move the selected outfit\nup the list."; |
||
15 | |||
16 | WARDROBE_CMD_RESET = "reset"; |
||
17 | WARDROBE_CMD_LIST = "list"; |
||
18 | WARDROBE_CMD_WEAR = "wear"; |
||
19 | WARDROBE_CMD_WEAR2 = "switch"; |
||
20 | WARDROBE_CMD_WEAR3 = "use"; |
||
21 | WARDROBE_CMD_ON = "on"; |
||
22 | WARDROBE_CMD_OFF = "off"; |
||
23 | WARDROBE_CMD_LOCK = "lock"; |
||
24 | WARDROBE_CMD_UNLOCK = "unlock"; |
||
25 | WARDROBE_CMD_VERSION = "version"; |
||
26 | WARDROBE_CMD_HELP = "help"; |
||
27 | |||
28 | WARDROBE_TXT_ACCEPT = "Accept"; |
||
29 | WARDROBE_TXT_CANCEL = "Cancel"; |
||
30 | WARDROBE_TXT_TOGGLE = "Toggle"; |
||
31 | WARDROBE_TXT_COLOR = "Color"; |
||
32 | WARDROBE_TXT_EDITOUTFITS = "Edit Outfits"; |
||
33 | WARDROBE_TXT_NEW = "New"; |
||
34 | WARDROBE_TXT_CLOSE = "Close"; |
||
35 | WARDROBE_TXT_SELECTCOLOR = "Select a Color"; |
||
36 | WARDROBE_TXT_OK = "OK"; |
||
37 | WARDROBE_TXT_WARDROBEVERSION = "Wardrobe version"; |
||
38 | WARDROBE_TXT_OUTFITNAMEEXISTS = "An outfit with the same name already exists! Please use a different name."; |
||
39 | WARDROBE_TXT_USEDUPALL = "You've used up all"; |
||
40 | WARDROBE_TXT_OFYOUROUTFITS = "of your outfits on this character. Please delete one before creating another."; |
||
41 | WARDROBE_TXT_OUTFIT = "Outfit"; |
||
42 | WARDROBE_TXT_PLEASEENTERNAME = "Please enter an outfit name to update with your currently equipped items."; |
||
43 | WARDROBE_TXT_OUTFITNOTEXIST = "That outfit name doesn't exist! Please select an existing outfit to update with your currently equipped items."; |
||
44 | WARDROBE_TXT_NOTEXISTERROR = "Outfit name doesn't exist!"; |
||
45 | WARDROBE_TXT_UPDATED = "updated"; |
||
46 | WARDROBE_TXT_DELETED = "deleted."; |
||
47 | WARDROBE_TXT_UNABLETOFIND = "Unable to find an outfit named"; |
||
48 | WARDROBE_TXT_UNABLEFINDERROR = "Unable to find outfit!"; |
||
49 | WARDROBE_TXT_ALLOUTFITSDELETED = "All outfits deleted!"; |
||
50 | WARDROBE_TXT_YOURCURRENTARE = "Your current outfits are:"; |
||
51 | WARDROBE_TXT_NOOUTFITSFOUND = "No outfits found!"; |
||
52 | WARDROBE_TXT_SPECIFYOUTFITTOWEAR = "Please specify an outfit to wear."; |
||
53 | WARDROBE_TXT_UNABLEFIND = "Unable to find"; |
||
54 | WARDROBE_TXT_INYOURLISTOFOUTFITS = "in your list of outfits!"; |
||
55 | WARDROBE_TXT_SWITCHINGTOOUTFIT = "Switching to outfit"; |
||
56 | WARDROBE_TXT_WARNINGUNABLETOFIND = "Warning: Unable to find item"; |
||
57 | WARDROBE_TXT_INYOURBAGS = "in your bags!"; |
||
58 | WARDROBE_TXT_SWITCHEDTOOUTFIT = "Wardrobe: Switched to outfit"; |
||
59 | WARDROBE_TXT_PROBLEMSCHANGING = "Wardrobe: Problems changing outfits. Bags might be full."; |
||
60 | WARDROBE_TXT_OUTFITRENAMEDERROR = "Outfit renamed."; |
||
61 | WARDROBE_TXT_OUTFITRENAMEDTO = "Renamed outfit"; |
||
62 | WARDROBE_TXT_TOWORDONLY = "to"; |
||
63 | WARDROBE_TXT_UNABLETOFINDOUTFIT = "Unable to find outfit"; |
||
64 | WARDROBE_TXT_BUTTONLOCKED = "Wardrobe button locked. To reposition, use /wardrobe unlock"; |
||
65 | WARDROBE_TXT_BUTTONUNLOCKED = "Wardrobe button unlocked. You may reposition the wardrobe button. To lock the button in place, use /wardrobe lock"; |
||
66 | WARDROBE_TXT_CHANGECANCELED = "Wardrobe change canceled!"; |
||
67 | WARDROBE_TXT_NEWOUTFITNAME = "New Outfit Name"; |
||
68 | WARDROBE_TXT_REALLYDELETEOUTFIT = "Really Delete This Outfit?"; |
||
69 | WARDROBE_TXT_PLEASESELECTDELETE = "Please select an outfit to delete!"; |
||
70 | WARDROBE_TXT_WARDROBENAME = "Wardrobe"; |
||
71 | |||
72 | -- key bindings |
||
73 | BINDING_HEADER_WARDROBE_HEADER = "Wardrobe"; |
||
74 | BINDING_NAME_WARDROBE1_BINDING = "Outfit 1"; |
||
75 | BINDING_NAME_WARDROBE2_BINDING = "Outfit 2"; |
||
76 | BINDING_NAME_WARDROBE3_BINDING = "Outfit 3"; |
||
77 | BINDING_NAME_WARDROBE4_BINDING = "Outfit 4"; |
||
78 | BINDING_NAME_WARDROBE5_BINDING = "Outfit 5"; |
||
79 | BINDING_NAME_WARDROBE6_BINDING = "Outfit 6"; |
||
80 | BINDING_NAME_WARDROBE7_BINDING = "Outfit 7"; |
||
81 | BINDING_NAME_WARDROBE8_BINDING = "Outfit 8"; |
||
82 | BINDING_NAME_WARDROBE9_BINDING = "Outfit 9"; |
||
83 | BINDING_NAME_WARDROBE10_BINDING = "Outfit 10"; |
||
84 | BINDING_NAME_WARDROBE11_BINDING = "Outfit 11"; |
||
85 | BINDING_NAME_WARDROBE12_BINDING = "Outfit 12"; |
||
86 | BINDING_NAME_WARDROBE13_BINDING = "Outfit 13"; |
||
87 | BINDING_NAME_WARDROBE14_BINDING = "Outfit 14"; |
||
88 | BINDING_NAME_WARDROBE15_BINDING = "Outfit 15"; |
||
89 | BINDING_NAME_WARDROBE16_BINDING = "Outfit 16"; |
||
90 | BINDING_NAME_WARDROBE17_BINDING = "Outfit 17"; |
||
91 | BINDING_NAME_WARDROBE18_BINDING = "Outfit 18"; |
||
92 | BINDING_NAME_WARDROBE19_BINDING = "Outfit 19"; |
||
93 | BINDING_NAME_WARDROBE20_BINDING = "Outfit 20"; |
||
94 |