vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --[[ |
2 | -------------------------------------------------- |
||
3 | File: localization.en.lua |
||
4 | Addon: Wardrobe |
||
5 | Language: English |
||
6 | Translation by : AnduinLothar |
||
7 | Last Update : 4/9/2006 |
||
8 | -------------------------------------------------- |
||
9 | ]]-- |
||
10 | |||
11 | Localization.RegisterGlobalAddonStrings("enUS", "Wardrobe", { |
||
12 | |||
13 | -- Binding Configuration |
||
14 | BINDING_HEADER_WARDROBE_HEADER = "Wardrobe"; |
||
15 | BINDING_NAME_WARDROBE1_BINDING = "Outfit 1"; |
||
16 | BINDING_NAME_WARDROBE2_BINDING = "Outfit 2"; |
||
17 | BINDING_NAME_WARDROBE3_BINDING = "Outfit 3"; |
||
18 | BINDING_NAME_WARDROBE4_BINDING = "Outfit 4"; |
||
19 | BINDING_NAME_WARDROBE5_BINDING = "Outfit 5"; |
||
20 | BINDING_NAME_WARDROBE6_BINDING = "Outfit 6"; |
||
21 | BINDING_NAME_WARDROBE7_BINDING = "Outfit 7"; |
||
22 | BINDING_NAME_WARDROBE8_BINDING = "Outfit 8"; |
||
23 | BINDING_NAME_WARDROBE9_BINDING = "Outfit 9"; |
||
24 | BINDING_NAME_WARDROBE10_BINDING = "Outfit 10"; |
||
25 | BINDING_NAME_WARDROBE11_BINDING = "Outfit 11"; |
||
26 | BINDING_NAME_WARDROBE12_BINDING = "Outfit 12"; |
||
27 | BINDING_NAME_WARDROBE13_BINDING = "Outfit 13"; |
||
28 | BINDING_NAME_WARDROBE14_BINDING = "Outfit 14"; |
||
29 | BINDING_NAME_WARDROBE15_BINDING = "Outfit 15"; |
||
30 | BINDING_NAME_WARDROBE16_BINDING = "Outfit 16"; |
||
31 | BINDING_NAME_WARDROBE17_BINDING = "Outfit 17"; |
||
32 | BINDING_NAME_WARDROBE18_BINDING = "Outfit 18"; |
||
33 | BINDING_NAME_WARDROBE19_BINDING = "Outfit 19"; |
||
34 | BINDING_NAME_WARDROBE20_BINDING = "Outfit 20"; |
||
35 | |||
36 | }) |
||
37 | |||
38 | Localization.RegisterAddonStrings("enUS", "Wardrobe", { |
||
39 | |||
40 | -- Configuration |
||
41 | CONFIG_HEADER = "Wardrobe"; |
||
42 | CONFIG_HEADER_INFO = "Wardrobe lets you define and switch amongst up to 20 distinct equipment profiles."; |
||
43 | |||
44 | CONFIG_ENABLED = "Enable Wardrobe"; |
||
45 | CONFIG_ENABLED_INFO = "Check to enable the plugin."; |
||
46 | |||
47 | CONFIG_RESET_BUTTON = "Reset"; |
||
48 | CONFIG_RESET = "Reset Wardrobe Data"; |
||
49 | CONFIG_RESET_INFO = "Clear all outfits!"; |
||
50 | CONFIG_RESET_FEEDBACK = "All wardrobe data has been reset."; |
||
51 | |||
52 | CONFIG_KEY_HEADER = "Outfit Color Key"; |
||
53 | |||
54 | CONFIG_OPTIONS_HEADER = "Options"; |
||
55 | |||
56 | CONFIG_WEAROUTFIT = "Wear Outfit"; |
||
57 | CONFIG_WEAROUTFIT_INFO = "Equip the items fromt he outfit of your choice."; |
||
58 | CONFIG_WEAROUTFIT_FEEDBACK = "You have equipped \"%s\"."; |
||
59 | |||
60 | CONFIG_EDIT_BUTTON = "Edit"; |
||
61 | CONFIG_EDIT = "Edit Wardrobe Outfits"; |
||
62 | CONFIG_EDIT_INFO = "Open the outfit edit control panel."; |
||
63 | CONFIG_EDIT_FEEDBACK = "Openning outfit edit control panel."; |
||
64 | |||
65 | CONFIG_REQCLICK = "Require Click for Outfit Menu"; |
||
66 | CONFIG_REQCLICK_INFO = "Show the minimap button outfit menu only when it is clicked."; |
||
67 | |||
68 | CONFIG_LOCKBUTTON = "Lock the Minimap Button Position"; |
||
69 | CONFIG_LOCKBUTTON_INFO = "Do no allow minimap button to be dragged."; |
||
70 | |||
71 | CONFIG_DROPDOWNSCALE = "Set the Dropdown List Scale"; |
||
72 | CONFIG_DROPDOWNSCALE_INFO = "Set the Dropdown List Scale"; |
||
73 | CONFIG_DROPDOWNSCALE_FEEDBACK = "Dropdown List Scale set to %s%%."; |
||
74 | |||
75 | CHAT_COMMAND_INFO = ""; |
||
76 | |||
77 | TEXT_MENU_TITLE = " Outfits"; |
||
78 | TEXT_MENU_OPEN = "[MENU]"; |
||
79 | NAME_LABEL = "Name Your Current Outfit"; |
||
80 | |||
81 | PLAGUEBUTTON_TIP1 = "Wear the selected outfit\nwhen you enter the\nPlaguelands."; |
||
82 | MOUNTBUTTON_TIP1 = "Wear the selected outfit\nwhen you mount."; |
||
83 | MOUNTBUTTON_TIP2 = "Auto-mount equipment swap requires the IsMounted Addon."; |
||
84 | EATDRINKBUTTON_TIP1 = "Wear the selected outfit\nwhen you are eating\nor drinking."; |
||
85 | COLORBUTTON_TIP1 = "Set the color of the\nselected outfit."; |
||
86 | EDITBUTTON_TIP1 = "Edit the selected outfit."; |
||
87 | UPDATEBUTTON_TIP1 = "Update the selected outfit with\nwhat you're currently wearing."; |
||
88 | DELETEBUTTON_TIP1 = "Delete the selected outfit."; |
||
89 | DOWNBUTTON_TIP1 = "Move the selected outfit\ndown the list."; |
||
90 | UPBUTTON_TIP1 = "Move the selected outfit\nup the list."; |
||
91 | |||
92 | CMD_RESET = "reset"; |
||
93 | CMD_LIST = "list"; |
||
94 | CMD_WEAR = "wear"; |
||
95 | CMD_WEAR2 = "switch"; |
||
96 | CMD_WEAR3 = "use"; |
||
97 | CMD_ON = "on"; |
||
98 | CMD_OFF = "off"; |
||
99 | CMD_LOCK = "lock"; |
||
100 | CMD_UNLOCK = "unlock"; |
||
101 | CMD_CLICK = "click"; |
||
102 | CMD_MOUSEOVER = "mouseover"; |
||
103 | CMD_SCALE = "scale"; |
||
104 | CMD_VERSION = "version"; |
||
105 | CMD_HELP = "help"; |
||
106 | |||
107 | TXT_ACCEPT = "Accept"; |
||
108 | TXT_CANCEL = "Cancel"; |
||
109 | TXT_TOGGLE = "Toggle"; |
||
110 | TXT_COLOR = "Color"; |
||
111 | TXT_EDITOUTFITS = "Edit Outfits"; |
||
112 | TXT_NEW = "New"; |
||
113 | TXT_CLOSE = "Close"; |
||
114 | TXT_SELECTCOLOR = "Select a Color"; |
||
115 | TXT_OK = "OK"; |
||
116 | TXT_WPLAGUELANDS = "Western Plaguelands"; |
||
117 | TXT_EPLAGUELANDS = "Eastern Plaguelands"; |
||
118 | TXT_STRATHOLME = "Stratholme"; |
||
119 | TXT_SCHOLOMANCE = "Scholomance"; |
||
120 | TXT_WARDROBEVERSION = "Wardrobe version"; |
||
121 | TXT_OUTFITNAMEEXISTS = "An outfit with the same name already exists! Please use a different name."; |
||
122 | TXT_USEDUPALL = "You've used up all"; |
||
123 | TXT_OFYOUROUTFITS = "of your outfits on this character. Please delete one before creating another."; |
||
124 | TXT_OUTFIT = "Outfit"; |
||
125 | TXT_PLEASEENTERNAME = "Please enter an outfit name to update with your currently equipped items."; |
||
126 | TXT_OUTFITNOTEXIST = "That outfit name doesn't exist! Please select an existing outfit to update with your currently equipped items."; |
||
127 | TXT_NOTEXISTERROR = "Outfit name doesn't exist!"; |
||
128 | TXT_UPDATED = "updated"; |
||
129 | TXT_DELETED = "deleted."; |
||
130 | TXT_UNABLETOFIND = "Unable to find an outfit named"; |
||
131 | TXT_UNABLEFINDERROR = "Unable to find outfit!"; |
||
132 | TXT_ALLOUTFITSDELETED = "All outfits deleted!"; |
||
133 | TXT_YOURCURRENTARE = "Your current outfits are:"; |
||
134 | TXT_NOOUTFITSFOUND = "No outfits found!"; |
||
135 | TXT_SPECIFYOUTFITTOWEAR = "Please specify an outfit to wear."; |
||
136 | TXT_UNABLEFIND = "Unable to find"; |
||
137 | TXT_INYOURLISTOFOUTFITS = "in your list of outfits!"; |
||
138 | TXT_SWITCHINGTOOUTFIT = "Switching to outfit"; |
||
139 | TXT_WARNINGUNABLETOFIND = "Warning: Unable to find item"; |
||
140 | TXT_INYOURBAGS = "in your bags!"; |
||
141 | TXT_SWITCHEDTOOUTFIT = "Wardrobe: Switched to outfit"; |
||
142 | TXT_PROBLEMSCHANGING = "Wardrobe: Problems changing outfits. Bags might be full."; |
||
143 | TXT_OUTFITRENAMEDERROR = "Outfit renamed."; |
||
144 | TXT_OUTFITRENAMEDTO = "Renamed outfit"; |
||
145 | TXT_TOWORDONLY = "to"; |
||
146 | TXT_UNABLETOFINDOUTFIT = "Unable to find outfit"; |
||
147 | TXT_WILLBEWORNWHENMOUNTED = "will be worn when mounted."; |
||
148 | TXT_BUTTONLOCKED = "Wardrobe button locked. To reposition, use /wardrobe unlock"; |
||
149 | TXT_BUTTONUNLOCKED = "Wardrobe button unlocked. You may reposition the wardrobe button. To lock the button in place, use /wardrobe lock"; |
||
150 | TXT_BUTTONONCLICK = "Wardrobe menu shown on click."; |
||
151 | TXT_BUTTONONMOUSEOVER = "Wardrobe menu shown on mouseover."; |
||
152 | TXT_MOUNTEDNOTEXIST = "That outfit doesn't exist. Please enter an existing outfit to use when mounted."; |
||
153 | TXT_ERRORINCONFIG = "Error in Wardrobe_ShowWardrobeConfigurationScreen: Wardrobe_Config.DefaultCheckboxState has unknown value of "; |
||
154 | TXT_CHANGECANCELED = "Wardrobe change canceled!"; |
||
155 | TXT_NEWOUTFITNAME = "New Outfit Name"; |
||
156 | TXT_NOLONGERWORNMOUNTERR = "will no longer be worn when you mount."; |
||
157 | TXT_WORNWHENMOUNTERR = "will now be worn when you mount."; |
||
158 | TXT_NOLONGERWORNPLAGUEERR = "will no longer be worn when you are in the Plaguelands."; |
||
159 | TXT_WORNPLAGUEERR = "will now be worn when you are in the Plaguelands."; |
||
160 | TXT_NOLONGERWORNEATERR = "will no longer be worn when you are eating / drinking."; |
||
161 | TXT_WORNEATERR = "will now be worn when you are eating / drinking."; |
||
162 | TXT_WORNSWIMR = "will now be worn when you swim."; |
||
163 | TXT_NOLONGERWORNSWIMR = "will no longer be worn when you swim."; |
||
164 | TXT_REALLYDELETEOUTFIT = "Really Delete This Outfit?"; |
||
165 | TXT_PLEASESELECTDELETE = "Please select an outfit to delete!"; |
||
166 | TXT_WARDROBENAME = "Wardrobe"; |
||
167 | TXT_WARDROBEBUTTON = "Wardrobe Button"; |
||
168 | TXT_ENABLED = "Wardrobe Enabled."; |
||
169 | TXT_DISABLED = "Wardrobe Disabled."; |
||
170 | TXT_NO_OUTFIT = "<no outfit>"; |
||
171 | |||
172 | TITAN_BUTTON_TEXT = "Wardrobe: "; |
||
173 | TITAN_TOOLTIP_TEXT = "Select your outfit or configure Wardrobe"; |
||
174 | TITAN_MENU_SHOW_MINIMAP_ICON = "Show minimap icon"; |
||
175 | TITAN_MENU_SMALL_MENU = "Small outfit menu"; |
||
176 | |||
177 | HELP_1 = "Wardrobe, an AddOn by AnduinLothar, Miravlix and Cragganmore, Version "; |
||
178 | HELP_2 = "Wardrobe allows you to define and switch among up to 20 different outfits."; |
||
179 | HELP_3 = "The main interface can be accessed from the Wardrobe icon, which defaults"; |
||
180 | HELP_4 = "to just under your minimap/radar. You may also use the following commands:"; |
||
181 | HELP_5 = "Usage: /wardrobe <wear/list/reset/lock/unlock/click/mouseover/scale>"; |
||
182 | HELP_6 = " wear [outfit name] - Wear the specified outfit."; |
||
183 | HELP_7 = " list - List your outfits."; |
||
184 | HELP_8 = " reset - Delete all outfits in your wardrobe."; |
||
185 | HELP_9 = " lock/unlock - Lock or unlock moving the wardrobe icon interface."; |
||
186 | HELP_10 = " click/mouseover - Show the wardrobe menu on mouseover or only on click."; |
||
187 | HELP_11 = " scale [0.5 - 1.0] - Set the scale of the drop down menu."; |
||
188 | HELP_12 = "In the UI, outfit names are colored as follows:"; |
||
189 | HELP_13 = " Bright Colored: Your currently equipped outfit."; |
||
190 | HELP_14 = " Drab Colored: An outfit where one or more items aren't currently equipped."; |
||
191 | HELP_15 = " Grey: An outfit where one or more items aren't in your inventory."; |
||
192 | HELP_16 = " Greyed outfits may still be equipped. The missing items just won't be worn."; |
||
193 | |||
194 | }) |