vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 gGroupCalendar_VersionString = "2.0";
2  
3 GroupCalendar_cTitle = "Group Calendar v%s";
4  
5 GroupCalendar_cSun = "Sun";
6 GroupCalendar_cMon = "Mon";
7 GroupCalendar_cTue = "Tue";
8 GroupCalendar_cWed = "Wed";
9 GroupCalendar_cThu = "Thu";
10 GroupCalendar_cFri = "Fri";
11 GroupCalendar_cSat = "Sat";
12  
13 GroupCalendar_cSunday = "Sunday";
14 GroupCalendar_cMonday = "Monday";
15 GroupCalendar_cTuesday = "Tuesday";
16 GroupCalendar_cWednesday = "Wednesday";
17 GroupCalendar_cThursday = "Thursday";
18 GroupCalendar_cFriday = "Friday";
19 GroupCalendar_cSaturday = "Saturday";
20  
21 GroupCalendar_cSelfWillAttend = "%s will attend";
22  
23 GroupCalendar_cMonthNames = {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"};
24 GroupCalendar_cDayOfWeekNames = {GroupCalendar_cSunday, GroupCalendar_cMonday, GroupCalendar_cTuesday, GroupCalendar_cWednesday, GroupCalendar_cThursday, GroupCalendar_cFriday, GroupCalendar_cSaturday};
25  
26 GroupCalendar_cLoadMessage = "GroupCalendar loaded. Use /calendar to view the calendar";
27 GroupCalendar_cInitializingGuilded = "GroupCalendar: Initializing settings for guilded player";
28 GroupCalendar_cInitializingUnguilded = "GroupCalendar: Initializing settings for unguilded player";
29 GroupCalendar_cLocalTimeNote = "(%s local)";
30  
31 GroupCalendar_cOptions = "Setup...";
32  
33 GroupCalendar_cCalendar = "Calendar";
34 GroupCalendar_cChannel = "Channel";
35 GroupCalendar_cTrust = "Trust";
36 GroupCalendar_cAbout = "About";
37  
38 GroupCalendar_cUseServerDateTime = "Use server dates and times";
39 GroupCalendar_cUseServerDateTimeDescription = "Turn on to show events using the server date and time, turn off to use your local date and time";
40  
41 GroupCalendar_cChannelConfigTitle = "Data Channel Setup";
42 GroupCalendar_cChannelConfigDescription = "The calendar data channel is used to send and receive events between players. Anyone able to join the channel will be able to see your events if they choose to. To keep your calendar private a channel password should be used.";
43 GroupCalendar_cAutoChannelConfig = "Automatic channel configuration";
44 GroupCalendar_cManualChannelConfig = "Manual channel configuration";
45 GroupCalendar_cStoreAutoConfig = "Store auto. config data in player note";
46 GroupCalendar_cAutoConfigPlayer = "Player name:";
47 GroupCalendar_cApplyChannelChanges = "Apply Changes";
48 GroupCalendar_cAutoConfigTipTitle = "Automatic Channel Configuration";
49 GroupCalendar_cAutoConfigTipDescription = "Automatically gets channel information from your guilds roster. You must be in a guild and the feature must be configured by a guild officer in order to use this.";
50 GroupCalendar_cManualConfigTipDescription = "Allows you to manually enter the channel and password information.";
51 GroupCalendar_cStoreAutoConfigTipDescription = "Allows a guild officer to store channel configuration information in the selected players note in the guild roster.";
52 GroupCalendar_cAutoConfigPlayerTipDescription = "The name of the player in the guild roster containing the channel configuration data.";
53 GroupCalendar_cChannelNameTipTitle = "Channel name";
54 GroupCalendar_cChannelNameTipDescription = "The name of the chat channel which will be used to send and receive event data from other players";
55 GroupCalendar_cConnectChannel = "Connect";
56 GroupCalendar_cDisconnectChannel = "Disconnect";
57 GroupCalendar_cChannelStatus =
58 {
59 Starting = {mText = "Status: Starting up...", mColor = {r = 1, g = 1, b = 0.3}},
60 Connected = {mText = "Status: Data channel is connected", mColor = {r = 0.3, g = 1, b = 0.3}},
61 Disconnected = {mText = "Status: Data channel is not connected", mColor = {r = 1, g = 0.5, b = 0.2}},
62 Initializing = {mText = "Status: Initializing data channel", mColor = {r = 1, g = 1, b = 0.3}},
63 Error = {mText = "Error: %s", mColor = {r = 1, g = 0.2, b = 0.4}},
64 };
65  
66 GroupCalendar_cConnected = "Connected";
67 GroupCalendar_cDisconnected = "Disconnected";
68 GroupCalendar_cTooManyChannels = "You have already joined the maximum number of channels";
69 GroupCalendar_cJoinChannelFailed = "Failed to join the channel for an unknown reason";
70 GroupCalendar_cWrongPassword = "The password is incorrect";
71 GroupCalendar_cAutoConfigNotFound = "Configuration data not found in the guild roster";
72 GroupCalendar_cErrorAccessingNote = "Couldn't retrieve configuration data";
73  
74 GroupCalendar_cTrustConfigTitle = "Trust Setup";
75 GroupCalendar_cTrustConfigDescription = "Trust determines who you allow to provide you with events. It does NOT limit who can see events in your calendar. Use a password on the data channel to restrict who can see your calendar.";
76 GroupCalendar_cTrustGroupLabel = "Trust:";
77 GroupCalendar_cEvent = "Event";
78 GroupCalendar_cAttendance = "Attendance";
79  
80 GroupCalendar_cAboutTitle = "About Group Calendar";
81 GroupCalendar_cTitleVersion = "Group Calendar v"..gGroupCalendar_VersionString;
82 GroupCalendar_cAuthor = "Designed and written by Baylord of Thunderlord";
83 GroupCalendar_cTestersTitle = "Testers";
84 GroupCalendar_cTestersNames = "Agnosbear, Airmid, Chalay, Drizztt, Fizzlebang, Lifegiver, Mistwalker, Powerhouse, Ragdzar, Saracen, Thoros and Zya";
85 GroupCalendar_cSpecialThanksTitle = "Special thanks for their extraordinary support to";
86 GroupCalendar_cSpecialThanksNames = "Agnosbear, Fizzlebang, Mistwalker and SFC Alliance";
87 GroupCalendar_cGuildURL = "http://www.starfleetclan.com";
88 GroupCalendar_cRebuildDatabase = "Rebuild Database";
89 GroupCalendar_cRebuildDatabaseDescription = "Rebuilds the event database for your character. This may solve problems with people not seeing all of your events, but there is a slight risk that some event attendance replies could get lost.";
90  
91 GroupCalendar_cTrustGroups =
92 {
93 "Anyone who has access to the data channel",
94 "Other members of your guild",
95 "Only those explicitly listed below"
96 };
97  
98 GroupCalendar_cTrustAnyone = "Trust anyone who has access to the data channel";
99 GroupCalendar_cTrustGuildies = "Trust other members of your guild";
100 GroupCalendar_cTrustMinRank = "Minimum rank:";
101 GroupCalendar_cTrustNobody = "Trust only those explicitly listed below";
102 GroupCalendar_cTrustedPlayers = "Additional players";
103 GroupCalendar_cExcludedPlayers = "Excluded players"
104 GroupCalendar_cPlayerName = "Player name:";
105 GroupCalendar_cAddTrusted = "Trust";
106 GroupCalendar_cRemoveTrusted = "Remove";
107 GroupCalendar_cAddExcluded = "Exclude";
108  
109 CalendarEventViewer_cTitle = "View Event";
110 CalendarEventViewer_cDone = "Done";
111  
112 CalendarEventViewer_cLevelRangeFormat = "Levels %i to %i";
113 CalendarEventViewer_cMinLevelFormat = "Levels %i and up";
114 CalendarEventViewer_cMaxLevelFormat = "Up to level %i";
115 CalendarEventViewer_cAllLevels = "All levels";
116 CalendarEventViewer_cSingleLevel = "Level %i only";
117  
118 CalendarEventViewer_cYes = "Yes! I will attend this event";
119 CalendarEventViewer_cNo = "No. I won't attend this event";
120  
121 CalendarEventViewer_cResponseMessage =
122 {
123 "Status: No response sent",
124 "Status: Waiting for confirmation",
125 "Status: Confirmed - Accepted",
126 "Status: Confirmed - On standy",
127 "Status: Confirmed - Rejected",
128 };
129  
130 CalendarEventEditorFrame_cTitle = "Add/Edit Event";
131 CalendarEventEditor_cDone = "Done";
132 CalendarEventEditor_cDelete = "Delete";
133 CalendarEventEditor_cGroupTabTitle = "Group";
134  
135 CalendarEventEditor_cConfirmDeleteMsg = "Delete \"%s\"?";
136  
137 -- Event names
138  
139 GroupCalendar_cGeneralEventGroup = "General";
140 GroupCalendar_cDungeonEventGroup = "Dungeons";
141 GroupCalendar_cBattlegroundEventGroup = "Battlegrounds";
142  
143 GroupCalendar_cMeetingEventName = "Meeting";
144 GroupCalendar_cBirthdayEventName = "Birthday";
145  
146 GroupCalendar_cAQREventName = "Ahn'Qiraj Ruins";
147 GroupCalendar_cAQTEventName = "Ahn'Qiraj Temple";
148 GroupCalendar_cBFDEventName = "Blackfathom Deeps";
149 GroupCalendar_cBRDEventName = "Blackrock Depths";
150 GroupCalendar_cUBRSEventName = "Blackrock Spire (Upper)";
151 GroupCalendar_cLBRSEventName = "Blackrock Spire (Lower)";
152 GroupCalendar_cBWLEventName = "Blackwing Lair";
153 GroupCalendar_cDeadminesEventName = "The Deadmines";
154 GroupCalendar_cDMEventName = "Dire Maul";
155 GroupCalendar_cGnomerEventName = "Gnomeregan";
156 GroupCalendar_cMaraEventName = "Maraudon";
157 GroupCalendar_cMCEventName = "Molten Core";
158 GroupCalendar_cOnyxiaEventName = "Onyxia's Lair";
159 GroupCalendar_cRFCEventName = "Ragefire Chasm";
160 GroupCalendar_cRFDEventName = "Razorfen Downs";
161 GroupCalendar_cRFKEventName = "Razorfen Kraul";
162 GroupCalendar_cSMEventName = "Scarlet Monastery";
163 GroupCalendar_cScholoEventName = "Scholomance";
164 GroupCalendar_cSFKEventName = "Shadowfang Keep";
165 GroupCalendar_cStockadesEventName = "The Stockades";
166 GroupCalendar_cStrathEventName = "Stratholme";
167 GroupCalendar_cSTEventName = "The Sunken Temple";
168 GroupCalendar_cUldEventName = "Uldaman";
169 GroupCalendar_cWCEventName = "Wailing Caverns";
170 GroupCalendar_cZFEventName = "Zul'Farrak";
171 GroupCalendar_cZGEventName = "Zul'Gurub";
172  
173 GroupCalendar_cABEventName = "Arathi Basin";
174 GroupCalendar_cAVEventName = "Alterac Valley";
175 GroupCalendar_cWSGEventName = "Warsong Gulch";
176  
177 GroupCalendar_cZGResetEventName = "Zul'Gurub Resets";
178 GroupCalendar_cMCResetEventName = "Molten Core Resets";
179 GroupCalendar_cOnyxiaResetEventName = "Onyxia Resets";
180 GroupCalendar_cBWLResetEventName = "Blackwing Lair Resets";
181 GroupCalendar_cAQRResetEventName = "Ahn'Qiraj Ruins Resets";
182 GroupCalendar_cAQTResetEventName = "Ahn'Qiraj Temple Resets";
183  
184 GroupCalendar_cTransmuteCooldownEventName = "Transmute Available";
185 GroupCalendar_cSaltShakerCooldownEventName = "Salt Shaker Available";
186 GroupCalendar_cMoonclothCooldownEventName = "Mooncloth Available";
187 GroupCalendar_cSnowmasterCooldownEventName = "SnowMaster 9000 Available";
188  
189 GroupCalendar_cPersonalEventOwner = "Private";
190  
191 GroupCalendar_cRaidInfoMCName = GroupCalendar_cMCEventName;
192 GroupCalendar_cRaidInfoOnyxiaName = "Onyxias Lair Instance";
193 GroupCalendar_cRaidInfoZGName = "Zul'gurub";
194 GroupCalendar_cRaidInfoBWLName = GroupCalendar_cBWLEventName;
195 GroupCalendar_cRaidInfoAQRName = "Ahn'Qiraj";
196 GroupCalendar_cRaidInfoAQTName = GroupCalendar_cAQTEventName;
197  
198 -- Race names
199  
200 GroupCalendar_cDwarfRaceName = "Dwarf";
201 GroupCalendar_cGnomeRaceName = "Gnome";
202 GroupCalendar_cHumanRaceName = "Human";
203 GroupCalendar_cNightElfRaceName = "Night Elf";
204 GroupCalendar_cOrcRaceName = "Orc";
205 GroupCalendar_cTaurenRaceName = "Tauren";
206 GroupCalendar_cTrollRaceName = "Troll";
207 GroupCalendar_cUndeadRaceName = "Undead";
208 GroupCalendar_cBloodElfRaceName = "Blood Elf";
209 GroupCalendar_cDraeneiRaceName = "Draenei";
210  
211 -- Class names
212  
213 GroupCalendar_cDruidClassName = "Druid";
214 GroupCalendar_cHunterClassName = "Hunter";
215 GroupCalendar_cMageClassName = "Mage";
216 GroupCalendar_cPaladinClassName = "Paladin";
217 GroupCalendar_cPriestClassName = "Priest";
218 GroupCalendar_cRogueClassName = "Rogue";
219 GroupCalendar_cShamanClassName = "Shaman";
220 GroupCalendar_cWarlockClassName = "Warlock";
221 GroupCalendar_cWarriorClassName = "Warrior";
222  
223 -- Plural forms of class names
224  
225 GroupCalendar_cDruidsClassName = "Druids";
226 GroupCalendar_cHuntersClassName = "Hunters";
227 GroupCalendar_cMagesClassName = "Mages";
228 GroupCalendar_cPaladinsClassName = "Paladins";
229 GroupCalendar_cPriestsClassName = "Priests";
230 GroupCalendar_cRoguesClassName = "Rogues";
231 GroupCalendar_cShamansClassName = "Shamans";
232 GroupCalendar_cWarlocksClassName = "Warlocks";
233 GroupCalendar_cWarriorsClassName = "Warriors";
234  
235 -- ClassColorNames are the indices for the RAID_CLASS_COLORS array found in FrameXML\Fonts.xml
236 -- in the English version of WoW these are simply the class names in caps, I don't know if that's
237 -- true of other languages so I'm putting them here in case they need to be localized
238  
239 GroupCalendar_cDruidClassColorName = "DRUID";
240 GroupCalendar_cHunterClassColorName = "HUNTER";
241 GroupCalendar_cMageClassColorName = "MAGE";
242 GroupCalendar_cPaladinClassColorName = "PALADIN";
243 GroupCalendar_cPriestClassColorName = "PRIEST";
244 GroupCalendar_cRogueClassColorName = "ROGUE";
245 GroupCalendar_cShamanClassColorName = "SHAMAN";
246 GroupCalendar_cWarlockClassColorName = "WARLOCK";
247 GroupCalendar_cWarriorClassColorName = "WARRIOR";
248  
249 -- Label forms of the class names for the attendance panel. Usually just the plural
250 -- form of the name followed by a colon
251  
252 GroupCalendar_cDruidsLabel = GroupCalendar_cDruidsClassName..":";
253 GroupCalendar_cHuntersLabel = GroupCalendar_cHuntersClassName..":";
254 GroupCalendar_cMagesLabel = GroupCalendar_cMagesClassName..":";
255 GroupCalendar_cPaladinsLabel = GroupCalendar_cPaladinsClassName..":";
256 GroupCalendar_cPriestsLabel = GroupCalendar_cPriestsClassName..":";
257 GroupCalendar_cRoguesLabel = GroupCalendar_cRoguesClassName..":";
258 GroupCalendar_cShamansLabel = GroupCalendar_cShamansClassName..":";
259 GroupCalendar_cWarlocksLabel = GroupCalendar_cWarlocksClassName..":";
260 GroupCalendar_cWarriorsLabel = GroupCalendar_cWarriorsClassName..":";
261  
262 GroupCalendar_cTimeLabel = "Time:";
263 GroupCalendar_cDurationLabel = "Duration:";
264 GroupCalendar_cEventLabel = "Event:";
265 GroupCalendar_cTitleLabel = "Title:";
266 GroupCalendar_cLevelsLabel = "Levels:";
267 GroupCalendar_cLevelRangeSeparator = "to";
268 GroupCalendar_cDescriptionLabel = "Description:";
269 GroupCalendar_cCommentLabel = "Comment:";
270  
271 CalendarEditor_cNewEvent = "New Event...";
272 CalendarEditor_cEventsTitle = "Events";
273  
274 GroupCalendar_cGermanTranslation = "German translation by Palyr of Silver Hand";
275 GroupCalendar_cFrenchTranslation = "French translation by Kisanth of Dalaran (EU)";
276 GroupCalendar_cChineseTranslation = "Chinese translation by Aska of Royaltia (HK)";
277  
278 CalendarEventEditor_cNotAttending = "Not attending";
279 CalendarEventEditor_cConfirmed = "Confirmed";
280 CalendarEventEditor_cDeclined = "Declined";
281 CalendarEventEditor_cStandby = "On Standby List";
282 CalendarEventEditor_cPending = "Pending";
283 CalendarEventEditor_cUnknownStatus = "Unknown %s";
284  
285 GroupCalendar_cChannelNameLabel = "Channel name:";
286 GroupCalendar_cPasswordLabel = "Password:";
287  
288 GroupCalendar_cTimeRangeFormat = "%s to %s";
289  
290 GroupCalendar_cPluralMinutesFormat = "%d minutes";
291 GroupCalendar_cSingularHourFormat = "%d hour";
292 GroupCalendar_cPluralHourFormat = "%d hours";
293 GroupCalendar_cSingularHourPluralMinutes = "%d hour %d minutes";
294 GroupCalendar_cPluralHourPluralMinutes = "%d hours %d minutes";
295  
296 if string.sub(GetLocale(), -2) == "US" then
297 GroupCalendar_cLongDateFormat = "$month $day, $year";
298 GroupCalendar_cShortDateFormat = "$monthNum/$day";
299 GroupCalendar_cLongDateFormatWithDayOfWeek = "$dow $month $day, $year";
300 else
301 GroupCalendar_cLongDateFormat = "$day. $month $year";
302 GroupCalendar_cShortDateFormat = "$day.$monthNum";
303 GroupCalendar_cLongDateFormatWithDayOfWeek = "$dow $day. $month $year";
304 end
305  
306 GroupCalendar_cNotAttending = "Not attending";
307 GroupCalendar_cAttending = "Attending";
308 GroupCalendar_cPendingApproval = "Pending requests and changes";
309 GroupCalendar_cStandby = "Standby";
310 GroupCalendar_Queued = "Processing";
311 GroupCalendar_cWhispers = "Recent whispers";
312  
313 GroupCalendar_cQuestAttendanceNameFormat = "$name ($level $race)";
314 GroupCalendar_cMeetingAttendanceNameFormat = "$name ($level $class)";
315 GroupCalendar_cGroupAttendanceNameFormat = "$name ($status)";
316  
317 GroupCalendar_cNumAttendeesFormat = "%d attendees";
318 GroupCalendar_cNumPlayersFormat = "%d players";
319  
320 BINDING_HEADER_GROUPCALENDAR_TITLE = "Group Calendar";
321 BINDING_NAME_GROUPCALENDAR_TOGGLE = "Toggle GroupCalendar";
322  
323 -- Tradeskill cooldown items
324  
325 GroupCalendar_cHerbalismSkillName = "Herbalism";
326 GroupCalendar_cAlchemySkillName = "Alchemy";
327 GroupCalendar_cEnchantingSkillName = "Enchanting";
328 GroupCalendar_cLeatherworkingSkillName = "Leatherworking";
329 GroupCalendar_cSkinningSkillName = "Skinning";
330 GroupCalendar_cTailoringSkillName = "Tailoring";
331 GroupCalendar_cMiningSkillName = "Mining";
332 GroupCalendar_cBlacksmithingSkillName = "Blacksmithing";
333 GroupCalendar_cEngineeringSkillName = "Engineering";
334  
335 GroupCalendar_cTransmuteMithrilToTruesilver = "Transmute: Mithril to Truesilver";
336 GroupCalendar_cTransmuteIronToGold = "Transmute: Iron to Gold";
337 GroupCalendar_cTransmuteLifeToEarth = "Transmute: Life to Earth";
338 GroupCalendar_cTransmuteWaterToUndeath = "Transmute: Water to Undeath";
339 GroupCalendar_cTransmuteWaterToAir = "Transmute: Water to Air";
340 GroupCalendar_cTransmuteUndeathToWater = "Transmute: Undeath to Water";
341 GroupCalendar_cTransmuteFireToEarth = "Transmute: Fire to Earth";
342 GroupCalendar_cTransmuteEarthToLife = "Transmute: Earth to Life";
343 GroupCalendar_cTransmuteEarthToWater = "Transmute: Earth to Water";
344 GroupCalendar_cTransmuteAirToFire = "Transmute: Air to Fire";
345 GroupCalendar_cTransmuteArcanite = "Transmute: Arcanite";
346 GroupCalendar_cMooncloth = "Mooncloth";
347  
348 GroupCalendar_cCharactersLabel = "Character:";
349  
350 GroupCalendar_cConfirmed = "Accepted";
351 GroupCalendar_cStandby = "Standby";
352 GroupCalendar_cDeclined = "Declined";
353 GroupCalendar_cRemove = "Remove";
354 GroupCalendar_cEditPlayer = "Edit Player...";
355 GroupCalendar_cInviteNow = "Inivte to group";
356 GroupCalendar_cStatus = "Status";
357 GroupCalendar_cAddPlayerEllipses = "Add player...";
358  
359 GroupCalendar_cAddPlayer = "Add player";
360 GroupCalendar_cPlayerLevel = "Level:";
361 GroupCalendar_cPlayerClassLabel = "Class:";
362 GroupCalendar_cPlayerRaceLabel = "Race:";
363 GroupCalendar_cPlayerStatusLabel = "Status:";
364 GroupCalendar_cRankLabel = "Guild rank:";
365 GroupCalendar_cGuildLabel = "Guild:";
366 GroupCalendar_cSave = "Save";
367 GroupCalendar_cLastWhisper = "Last whisper:";
368 GroupCalendar_cReplyWhisper = "Whisper reply:";
369  
370 GroupCalendar_cUnknown = "Unknown";
371 GroupCalendar_cAutoConfirmationTitle = "Automatic Confirmations";
372 GroupCalendar_cEnableAutoConfirm = "Enable automatic confirmations";
373 GroupCalendar_cMinLabel = "min";
374 GroupCalendar_cMaxLabel = "max";
375  
376 GroupCalendar_cAddPlayerTitle = "Add...";
377 GroupCalendar_cAutoConfirmButtonTitle = "Settings...";
378  
379 GroupCalendar_cClassLimitDescription = "Use the fields below to set minimum and maximum numbers for each class. Classes which haven't met the minimum yet will be filled first, the extra spots will be filled in order of response until the maximums are reached.";
380  
381 GroupCalendar_cViewByDate = "View by Date";
382 GroupCalendar_cViewByRank = "View by Rank";
383 GroupCalendar_cViewByName = "View by Name";
384 GroupCalendar_cViewByStatus = "View by Status";
385 GroupCalendar_cViewByClassRank = "View by Class and Rank";
386  
387 GroupCalendar_cMaxPartySizeLabel = "Maximum party size:";
388 GroupCalendar_cMinPartySizeLabel = "Minimum party size:";
389 GroupCalendar_cNoMinimum = "No minimum";
390 GroupCalendar_cNoMaximum = "No maximum";
391 GroupCalendar_cPartySizeFormat = "%d players";
392  
393 GroupCalendar_cInviteButtonTitle = "Invite Selected";
394 GroupCalendar_cAutoSelectButtonTitle = "Select Players...";
395 GroupCalendar_cAutoSelectWindowTitle = "Select Players";
396  
397 GroupCalendar_cNoSelection = "No players selected";
398 GroupCalendar_cSingleSelection = "1 player selected";
399 GroupCalendar_cMultiSelection = "%d players selected";
400  
401 GroupCalendar_cInviteNeedSelectionStatus = "Select players to be invited";
402 GroupCalendar_cInviteReadyStatus = "Ready to invite";
403 GroupCalendar_cInviteInitialInvitesStatus = "Sending initial invitations";
404 GroupCalendar_cInviteAwaitingAcceptanceStatus = "Waiting for initial acceptance";
405 GroupCalendar_cInviteConvertingToRaidStatus = "Converting to raid";
406 GroupCalendar_cInviteInvitingStatus = "Sending invitations";
407 GroupCalendar_cInviteCompleteStatus = "Invitations completed";
408 GroupCalendar_cInviteReadyToRefillStatus = "Ready to fill vacant slots";
409 GroupCalendar_cInviteNoMoreAvailableStatus = "No more players available to fill the group";
410 GroupCalendar_cRaidFull = "Raid full";
411  
412 GroupCalendar_cInviteWhisperFormat = "[GroupCalendar] You are being invited to the event '%s'. Please accept the invitation if you wish to join this event.";
413 GroupCalendar_cAlreadyGroupedWhisper = "[GroupCalendar] You are already in a group. Please /w back when you leave your group.";
414 GroupCalendar_cAlreadyGroupedSysMsg = "(.+) is already in a group";
415 GroupCalendar_cInviteDeclinedSysMsg = "(.+) declines your group invitation.";
416 GroupCalendar_cNoSuchPlayerSysMsg = "No player named '(.+)' is currently playing.";
417  
418 GroupCalendar_cJoinedGroupStatus = "Joined";
419 GropuCalendar_cInvitedGroupStatus = "Invited";
420 GropuCalendar_cReadyGroupStatus = "Ready";
421 GroupCalendar_cGroupedGroupStatus = "In another group";
422 GroupCalendar_cStandbyGroupStatus = "Standby";
423 GroupCalendar_cDeclinedGroupStatus = "Declined invitation";
424 GroupCalendar_cOfflineGroupStatus = "Offline";
425 GroupCalendar_cLeftGroupStatus = "Left group";
426  
427 GroupCalendar_cPriorityLabel = "Priority:";
428 GroupCalendar_cPriorityDate = "Date";
429 GroupCalendar_cPriorityRank = "Rank";
430  
431 GroupCalendar_cConfrimDeleteRSVP = "Remove %s from this event? They can't join again unless you add them back manually.";
432  
433 GroupCalendar_cConfirmSelfUpdateMsg = "%s";
434 GroupCalendar_cConfirmSelfUpdateParamFormat = "A newer copy of the events for $mUserName is available from $mSender. Do you want to update your events to the newer version? If you update then any events you've added or changed since logging in will be lost.";
435 GroupCalendar_cConfirmSelfRSVPUpdateParamFormat = "A newer copy of the attendance requests for %mUserName is available from $mSender. Do you wnat to update your attendance requests to the newer version? If you update then any unconfirmed attendance changes you've made since logging in will be lost.";
436 GroupCalendar_cUpdate = "Update";
437  
438 GroupCalendar_cConfirmClearWhispers = "Clear all recent whispers?";
439 GroupCalendar_cClear = "Clear";