vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[
2 Author: Sacha Beharry
3 Date Created: 11th June 2005
4 Last Update: 13th July 2005
5  
6 Project
7 Version: See CallToArms.lua
8  
9 Project Name: Call To Arms
10  
11 Description: Localized Text Resource
12 ]]
13  
14 -- Chat --
15  
16 CTA_ORCISH = "ORCISH";
17 CTA_COMMON = "COMMON";
18 CTA_ILLEGAL_CHANNEL_WORDS = "Local Defense World Trade General";
19  
20 -- Classes --
21  
22 CTA_PRIEST = "Priest";
23 CTA_MAGE = "Mage";
24 CTA_WARLOCK = "Warlock";
25 CTA_DRUID = "Druid";
26 CTA_HUNTER = "Hunter";
27 CTA_ROGUE = "Rogue";
28 CTA_WARRIOR = "Warrior";
29 CTA_PALADIN = "Paladin";
30 CTA_SHAMAN = "Shaman";
31 CTA_ANY_CLASS = "Any class";
32  
33 -- User interface --
34  
35 CTA_CALL_TO_ARMS = "Call To Arms";
36  
37 CTA_GROUP = "group";
38 CTA_PARTY = "party";
39 CTA_CURRENT_SIZE = "Current size";
40 CTA_CONVERT_TO_RAID = "Convert to raid";
41 CTA_PLAYER_IS_RAID_MEMBER_NOT_LEADER = "It appears that you are a member of a group, but not the leader. You must be the leader of a group or not in a group at all to start hosting one.";
42 CTA_LIST_RAIDS = "Find groups";
43 CTA_MY_RAID = "Host group";
44 CTA_SEARCH_OPTIONS = "Search options";
45 CTA_SHOW_ALL_CLASSES = "Show all classes";
46 CTA_SHOW_PVE_RAIDS = "Show PVE groups";
47 CTA_SHOW_PVP_RAIDS = "Show PVP groups";
48 CTA_SEARCH_RAID_DESCRIPTIONS = "Search group descriptions:";
49 CTA_SHOW_FULL_RAIDS = "Show full groups";
50 CTA_SHOW_EMPTY_RAIDS = "Show empty groups";
51 CTA_SHOW_PASSWORD_PROTECTED_RAIDS = "Show password protected groups";
52 CTA_SHOW_RAIDS_ABOVE_MY_LEVEL = "Show groups above my level";
53 CTA_RESULTS = "Results:";
54 CTA_UPDATE_LIST = "Update list";
55 CTA_JOIN_RAID = "Join group";
56 CTA_RAID_DESCRIPTION = "Group description:";
57 CTA_RAID_DESCRIPTION_HELP = "Include information such as location, purpose and other comments";
58 CTA_RAID_TYPE = "Group type:";
59 CTA_PLAYER_VS_PLAYER = "Player vs player";
60 CTA_PLAYER_VS_ENVIRONMENT = "Player vs environment";
61 CTA_MAXIMUM_PLAYERS = "Maximum players:";
62 CTA_MAXIMUM_PLAYERS_HELP = "5 - 40";
63 CTA_MAXIMUM_PLAYERS_HELP2 = "For more than 5 members you must convert the party to a raid";
64 CTA_MINIMUM_LEVEL = "Minimum level:";
65 CTA_MINIMUM_LEVEL_HELP = "1 - 60";
66 CTA_PASSWORD = "Password:";
67 CTA_PASSWORD_HELP = "No spaces in password, leave blank for none";
68 CTA_CLASS_DISTRIBUTION = "Class distribution:";
69 CTA_START_A_RAID = "Start a group";
70 CTA_SEND_REQUEST = "Send request";
71 CTA_CANCEL = "Cancel";
72 CTA_GO_ONLINE = "Go online";
73 CTA_GO_OFFLINE = "Go offline";
74 CTA_RAID_OFFLINE_MESSAGE = "THIS GROUP IS OFFLINE. Other players using Call To Arms cannot see your group.";
75 CTA_RAID_ONLINE_MESSAGE = "THIS GROUP IS ONLINE. Other players using Call To Arms can see your group.";
76 CTA_IS_OFFLINE = "Call to Arms is Offline";
77 CTA_IS_ONLINE = "Call to Arms is Online";
78 CTA_SEARCH_FOR_RAIDS = "Search for groups";
79 CTA_HOST_A_RAID = "Host a group";
80 CTA_HEADER_RAID_DESCRIPTION = "Group description";
81 CTA_HEADER_TYPE = "Type";
82 CTA_HEADER_SIZE = "Size";
83 CTA_HEADER_MIN_LEVEL = "Min level";
84 CTA_RESULTS_FOUND = "Results: Found";
85 CTA_RAID = "raid";
86 CTA_RAIDS = "raids";
87 CTA_MIN_LEVEL_TO_JOIN_RAID = "Minimum level to join group";
88 CTA_RAID_REQUIRES_PASSWORD = "A password is required to join this group."
89 CTA_RAID_CREATED = "Group created";
90 CTA_NO_DESCRIPTION = "No description given";
91 CTA_PVP = "PVP";
92 CTA_PVE = "PVE";
93 CTA_YES = "Yes";
94 CTA_NO = "No";
95 CTA_RAID_LEADER = "Group leader";
96 CTA_DESCRIPTION = "Description";
97 CTA_PAGE = "PAGE";
98 CTA_GROUPS = "groups";
99  
100 -- Slash commands --
101  
102 CTA_COMMANDS = "Commands";
103 CTA_HELP = "help";
104 CTA_TOGGLE = "toggle";
105 CTA_DEFAULT_CHANNEL = "default channel";
106 CTA_SET_CHANNEL = "set channel";
107 CTA_CHANNEL_NAME = "channelName";
108 CTA_CLEAR_BLACKLIST = "clear blacklist";
109 CTA_DISSOLVE_RAID = "dissolve group";
110 CTA_CONVERT_RAID = "convert raid";
111  
112 CTA_TOGGLE_HELP = "Show/hide the CTA Window";
113 CTA_DEFAULT_CHANNEL_HELP = "Set the CTA Channel to the default channel";
114 CTA_SET_CHANNEL_HELP = "Sets the CTA Channel to "..CTA_CHANNEL_NAME.." (not recommended)";
115 CTA_CLEAR_BLACKLIST_HELP = "Clears the list of players that CTA is ignoring because of spamming"
116 CTA_DISSOLVE_RAID_HELP = "Totally dissolve the group by removing all players"
117 CTA_CONVERT_RAID_HELP = "(Group leaders only) Convert a raid to a party";
118  
119 -- Generated messages --
120  
121 CTA_CALL_TO_ARMS_LOADED = "Call To Arms loaded. Use /cta for more commands."
122  
123 CTA_QUERY_CHANNEL_IS = "Query channel is";
124 CTA_BLACKLIST_CLEARED = "Blacklist cleared";
125 CTA_ILLEGAL_CHANNEL_NAME = "Illegal Channel Name";
126 CTA_WAS_BLACKLISTED = "has been blacklisted for spamming";
127 CTA_GROUP_MEMBERS = "Group members: ";
128 CTA_INVITATION_SENT_TO = "Invitation sent to";
129  
130 CTA_DISSOLVING_RAID = "Dissolving group...";
131 CTA_MUST_BE_LEADER_TO_DISSOLVE_RAID = "Sorry, you must be the group leader to dissolve a group." ;
132 CTA_RAID_DISSOLVED = "Group dissolved";
133  
134 CTA_CONVERTING_TO_PARTY = "Converting group...";
135 CTA_CANNOT_CONVERT_TO_PARTY = "Cannot convert to party unless raid has 5 members or less";
136 CTA_CONVERTING_TO_PARTY_DONE = "Group converted";
137 CTA_MUST_BE_LEADER_TO_CONVERT_RAID = "Sorry, you must be the group leader to convert a group." ;
138  
139 -- Automated chat messages --
140  
141 CTA_WRONG_LEVEL_OR_CLASS = "Sorry, your Level and/or Class do not meet the requirements needed to join this group.";
142 CTA_DISSOLVING_THE_RAID_CHAT_MESSAGE = "The group is now being dissolved. Thank you for your participation.";
143 CTA_CONVERTING_TO_PARTY_MESSAGE = "Converting to party, accept invitation to join.";
144 CTA_INVITATION_SENT_MESSAGE = "Hello, an invitation to join my group has been sent to you.";
145 CTA_INCORRECT_PASSWORD_MESSAGE = "You have sent an incorrect password for this group.";
146 CTA_NO_SPACE_MESSAGE = "Sorry, this group already has the maximum number of players.";
147 CTA_PASSWORD_REQURED_TO_JOIN_MESSAGE = "A password is required to join this group.";
148  
149 -- Tooltips --
150  
151 CTA_MAXIMUM_PLAYERS_ALLOWED = "Maximum players allowed";
152 CTA_PLAYERS_IN_RAID = "Players currently in group";
153 CTA_NUMBER_OF_PLAYERS_NEEDED = "Number of players needed";
154 CTA_ANY_CLASS_TOOLTIP = "The maximum number of players of any class allowed to join the group.";
155 CTA_MINIMUM_PLAYERS_WANTED = "Minimum players wanted";
156 CTA_LFM_ANY_CLASS = "Need more players of any class.";
157 CTA_LFM_CLASSLIST = "Need more players of these classes: ";
158 CTA_CLASS_TOOLTIP = "The minimum number of players of this class allowed to join the group. If this minimum is exceeded the extra players are counted as \'Any Class\' players.";
159  
160 CTA_GenTooltips = {
161  
162 CTA_SearchFrameShowClassCheckButton = {
163 tooltip1 = "Show all classes",
164 tooltip2 = "When checked, results will include groups that are looking for more players of classes other than your own."
165 },
166  
167 CTA_SearchFrameShowPVPCheckButton = {
168 tooltip1 = "Show player vs player groups",
169 tooltip2 = "When checked, results will include groups for player versus player combat."
170 },
171  
172 CTA_SearchFrameShowPVECheckButton = {
173 tooltip1 = "Show player vs environment groups",
174 tooltip2 = "When checked, results will include player versus environment and quest related groups."
175 },
176  
177 CTA_SearchFrameShowFullCheckButton = {
178 tooltip1 = "Show full groups",
179 tooltip2 = "When checked, results will include groups which are full and do not need any more players."
180 },
181  
182 CTA_SearchFrameShowEmptyCheckButton = {
183 tooltip1 = "Show empty groups",
184 tooltip2 = "When checked, results will include groups which are \'empty\' and do not have more than one player."
185 },
186  
187 CTA_SearchFrameShowPasswordCheckButton = {
188 tooltip1 = "Show groups which require a password",
189 tooltip2 = "When checked, results will include groups which require a password to join."
190 },
191  
192 CTA_SearchFrameShowLevelCheckButton = {
193 tooltip1 = "Show groups above my level",
194 tooltip2 = "When checked, results will include groups which require players to have a level higher that your own."
195 },
196  
197 CTA_SearchFrameDescriptionEditBox = {
198 tooltip1 = "Search descriptions",
199 tooltip2 = "Many groups have a short description created by the group leader. If keywords are entered in this box, only groups with matches in the description will be included in the results."
200 },
201  
202 };
203  
204  
205 -- New for R3 features
206  
207 CTA_CURRENT = "Current";
208 CTA_PENDING = "Pending";
209 CTA_SIZE = "Size";
210  
211 CTA_LOG = "Log";
212 CTA_HELP_TAB = "Help";
213  
214 CTA_SETTINGS = "Settings";
215 CTA_MINIMAP_ICON_SETTINGS = "Minimap icon settings";
216 CTA_COMM_SETTINGS = "Communication settings";
217 CTA_LOG_AND_MONITOR = "System log and chat monitor (Beta)"
218  
219 CTA_START_PARTY = "Start a party";
220 CTA_START_RAID = "Start a raid";
221 CTA_PLAYER_CAN_START_A_GROUP = "Start hosting a new group";
222 CTA_CONVERT_TO_PARTY = "Convert to party";
223 CTA_STOP_HOSTING = "Stop hosting";
224 CTA_SEARCH_MATCH = "Search score";
225 CTA_NO_MORE_PLAYERS_NEEDED = "No more players needed";
226  
227 CTA_PLAYER_LIST = "Blacklist";
228 CTA_EDIT_PLAYER = "Edit player information";
229 CTA_DELETE = "Delete";
230 CTA_SAVE = "Save";
231 CTA_ADD_PLAYER = "Add player";
232  
233 CTA_PLAYER_NOTE = "Note";
234 CTA_PLAYER_STATUS = "Status";
235 CTA_DEFAULT_PLAYER_NOTE = "New player added. Click here to edit this note."
236 CTA_DEFAULT_STATUS = ""
237 CTA_DEFAULT_IMPORTED_IGNORED_PLAYER_NOTE = "Imported from ignored players. Click here to edit this note.";
238 CTA_DEFAULT_RATING = "";
239 CTA_BLACKLISTED_NOTE = "Temporarily blacklisted by CTA. Edit note to make permanent.";
240 CTA_OK = "Ok";
241 CTA_ADD_PLAYER = "Add player";
242 CTA_ENTER_PLAYER_NAME = "Enter the name of the player to be blacklisted:";
243  
244 CTA_ICON = "Minimap icon";
245 CTA_ICON_TEXT = "Icon text";
246 CTA_ADJUST_ANGLE = "Adjust angle";
247 CTA_ADJUST_RADIUS = "Adjust radius";
248  
249  
250  
251 -- New for R5
252  
253 CTA_MAXIMUM_PLAYERS_ALLOWED = "Group space allowed";
254 CTA_PLAYERS_IN_RAID = "Players currently in group";
255 CTA_NUMBER_OF_PLAYERS_NEEDED = "Number of players needed";
256 CTA_ANY_CLASS_TOOLTIP = "The number of unreserved spaces in the group. Players of any class are allowed to fill these spaces.";
257 CTA_MINIMUM_PLAYERS_WANTED = "Group space reserved";
258 CTA_LFM_ANY_CLASS = "Need more players of any class.";
259 CTA_LFM_CLASSLIST = "Need more players of these classes: ";
260 CTA_CLASS_TOOLTIP = "The number of spaces reserved for players of this class set in group. If this space is exceeded the extra players are counted as \'Any Class\' players.";
261 CTA_ANNOUNCE_GROUP = "announce";
262 CTA_ANNOUNCE_GROUP_HELP = "Sends a public LFG/M message. Use: \'cta announce <channel number>\'";
263 CTA_WAIT_TO_ANNOUNCE = "Please wait a moment before announcing your group."
264 CTA_TOGGLE_CHAT_MONITORING = "Monitor chat messages";
265 CTA_LOG_AND_MONITOR = "Log Entries";
266 CTA_LAST_UPDATE = "Last update";
267  
268 CTA_LFM = "LFM";
269 CTA_LFG = "LFG";
270  
271 -- R6
272  
273 CTA_EDIT_ACID_CLASSES = "Edit the classes for this rule:";
274 CTA_NAME = "Name";
275  
276 -- P7B1
277 CTA_NON_CTA_GROUP_MESSAGE = "Non-CTA Group";
278 CTA_NON_CTA_PLAYER_MESSAGE = "Non-CTA Player";
279 CTA_NEW_LFX = "New LFx found";
280 CTA_PRE_R7_USER = "Version R6 or older";
281 CTA_VERSION = "Version";
282 CTA_CURRENT_GROUP_CLASSES = "Classes in group";
283 CTA_TOGGLE_MINIMAP = "minimap";
284 CTA_LFG_FRAME = "Looking for Group";
285 CTA_ANNOUNCE_LFG = "Broadcast this LFG message over the CTAChannel.";
286 CTA_ANNOUNCE_INFO_TEXT = "This LFG message will be sent over the CTAChannel only if you are not already advertising a group with Call To Arms.\n\nUse \'/cta announce <channel>\' to automatically send your LFG/M message to a local channel every 100 seconds and \'/cta announce off\' to stop.";
287 CTA_AUTO_ANNOUNCE_OFF = "announce off";
288  
289 --P7B3
290 CTA_FIND_PLAYERS_AND_GROUPS = "Find players and groups";
291 CTA_LFG_FRAME = "Flag myself as LFG";
292 CTA_CANNOT_LFG = "You cannot flag yourself as looking for a group if you are already in a group."
293 CTA_MANAGE_GROUP = "Manage my group";
294 CTA_SEARCH = "Search";
295 CTA_CLOSE = "Close";
296 CTA_LFG = "LFG"; -- LFG = 'Looking For Group'
297  
298 CTA_LFG_TRIGGER = "Trigger word(s) for \'Looking For Group\' messages";
299 CTA_LFM_TRIGGER = "Trigger word(s) for \'Looking For More\' messages";
300 CTA_FILTER_GROUP_RESULTS = "Group Filters";
301 CTA_FILTER_PLAYER_RESULTS = "Player Filters";
302  
303 CTA_SEARCH_RESULTS = "Search Results";
304 CTA_SEARCH_OPTIONS = "Search Options";
305  
306 CTA_SHOW_PLAYERS_AND_GROUPS = "Show players and groups";
307 CTA_SHOW_PLAYERS_ONLY = "Show players only";
308 CTA_SHOW_GROUPS_ONLY = "Show groups only";
309 CTA_CTA_PLAYER = "CTA Player";
310 CTA_CTA_GROUP = "CTA Group";
311 CTA_FORWARD_LFX = "Monitor local channels and forward all local LFG/M messages to the CTAChannel";
312  
313 CTA_MORE_FEATURES = "More";
314  
315  
316 CTA_ANNOUNCE_SUMMARY_PROMPT = " > For more info, type \'/w "..(UnitName( "player" )).." details\'";
317 CTA_ANNOUNCE_DETAILS_PROMPT = " > To join, type \'/w "..(UnitName( "player" )).." inviteme\'";
318 CTA_ANNOUNCE_JOIN_PROMPT = " > For more info, type \'/w "..(UnitName( "player" )).." cta?\'";
319 CTA_PROMO = "Welcome to the group! This group is managed with the CallToArms add-on";
320 CTA_ABOUT_CTA_MESSAGE = "The \'CallToArms\' LFG mod makes it very easy to form groups in WoW and is available at www.curse-gaming.com, ui.worldofwar.net, www.wowguru.com and www.wowinterface.com"
321  
322  
323 -- R7 BETA 4
324  
325 BINDING_HEADER_CALL_TO_ARMS = "Call To Arms";
326 BINDING_NAME_CTA_SHOW_FRAME = "Show main window";
327  
328 CTA_CHANNEL_MONITORING = "Channel Monitoring and Forwarding";
329 CTA_CHANNEL_MONITORING_NOTE = "Trigger words must be at least 3 characters in length and are used by CTA to identify LFG and LFM messages in local chat. Choose trigger words carefully, as local LFx messages that are picked up by CTA using these trigger words will be broadcasted to other CTA users. Change the default words ONLY if your realm uses different acronyms when looking for a group or more players.";
330  
331 CTA_SHOW_NON_CTA_RESULTS = "Show local LFx messages (Non-CTA results)";
332 CTA_SHOW_LFX_OPTIONS = "Local LFx Options";
333 CTA_ADJUST_TRANSPARENCY = "Adjust window transparency";
334  
335 CTA_CTA_GROUP_FILTERS = "CallToArms Group Filters";
336 CTA_OTHER_FILTERS = "Other Filters";
337 CTA_PLAYER_FILTERS = "Player Filters";
338 CTA_UPDATE_LFX = "Apply";
339 CTA_ERROR_REPORT = "- Error Report -\nCopy the text below and include it when reporting this error.";