vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 if GetLocale() == "deDE" then
2 GroupCalendar_cTitle = "Group Calendar v%s";
3  
4 GroupCalendar_cSun = "So";
5 GroupCalendar_cMon = "Mo";
6 GroupCalendar_cTue = "Di";
7 GroupCalendar_cWed = "Mi";
8 GroupCalendar_cThu = "Do";
9 GroupCalendar_cFri = "Fr";
10 GroupCalendar_cSat = "Sa";
11  
12 GroupCalendar_cSunday = "Sonntag";
13 GroupCalendar_cMonday = "Montag";
14 GroupCalendar_cTuesday = "Dienstag";
15 GroupCalendar_cWednesday = "Mittwoch";
16 GroupCalendar_cThursday = "Donnerstag";
17 GroupCalendar_cFriday = "Freitag";
18 GroupCalendar_cSaturday = "Samstag";
19  
20 GroupCalendar_cSelfWillAttend = "%s wird teilnehmen";
21  
22 GroupCalendar_cMonthNames = {"Januar", "Februar", "M\195\164rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"};
23 GroupCalendar_cDayOfWeekNames = {GroupCalendar_cSunday, GroupCalendar_cMonday, GroupCalendar_cTuesday, GroupCalendar_cWednesday, GroupCalendar_cThursday, GroupCalendar_cFriday, GroupCalendar_cSaturday};
24  
25 GroupCalendar_cLoadMessage = "GroupCalendar geladen. Gib /calendar zur Anzeige ein";
26 GroupCalendar_cInitializingGuilded = "GroupCalendar: Initialisiere Einstellungen f\195\188r Gildenmitglieder";
27 GroupCalendar_cInitializingUnguilded = "GroupCalendar: Initialisiere Einstellungen f\195\188r andere Spieler";
28 GroupCalendar_cLocalTimeNote = "(%s lokal)";
29  
30 GroupCalendar_cOptions = "Setup...";
31  
32 GroupCalendar_cCalendar = "Kalender";
33 GroupCalendar_cChannel = "Channel";
34 GroupCalendar_cTrust = "Berechtigungen";
35 GroupCalendar_cAbout = "\195\156ber";
36  
37 GroupCalendar_cUseServerDateTime = "Benutze Server-Zeitformat";
38 GroupCalendar_cUseServerDateTimeDescription = "Aktivieren um Events im Server Zeitformat anzuzeigen. Deaktivieren um Events im lokalen Zeitformat anzuzeigen";
39  
40 GroupCalendar_cChannelConfigTitle = "Daten Channel Setup";
41 GroupCalendar_cChannelConfigDescription = "\195\156ber den Daten Channel tauscht GroupCalendar die Event Informationen zwischen den einzelnen Spielern aus. Jeder der diesen Channel betreten kann, ist in der Lage deine Eintragungen zu sehen. Man kann dem Channel ein Passwort geben um seinen Kalender privat zu halten.";
42 GroupCalendar_cAutoChannelConfig = "Automatische Channel Konfiguration";
43 GroupCalendar_cManualChannelConfig = "Manuelle Channel Konfiguration";
44 GroupCalendar_cStoreAutoConfig = "Autom. Konfig. Daten in Spieler Notizen sichern";
45 GroupCalendar_cAutoConfigPlayer = "Spieler Name:";
46 GroupCalendar_cApplyChannelChanges = "\195\156bernehmen";
47 GroupCalendar_cAutoConfigTipTitle = "Automatische Channel Konfiguration";
48 GroupCalendar_cAutoConfigTipDescription = "Event Daten werden automatisch \195\188ber die Gilden Notizen eines ausgew\195\164hlten Spielers ausgetauscht. Du musst dich in einer Gilde befinden und die Funktion muss vorher von einem Offizier aktiviert worden sein.";
49 GroupCalendar_cManualConfigTipDescription = "Manuelle Eingabe des Daten Channels und dessen Passwort.";
50 GroupCalendar_cStoreAutoConfigTipDescription = "Erlaubt es einem Offizier die Channel Konfiguration in den Notizen des angegebenen Gildenmitglieds zu speichern.";
51 GroupCalendar_cAutoConfigPlayerTipDescription = "Der Name des Gildenmitglieds das die Konfigurationsdaten speichert.";
52 GroupCalendar_cChannelNameTipTitle = "Channel Name";
53 GroupCalendar_cChannelNameTipDescription = "Der Name des Chat Channels in welchem die Kalender Daten zwischen den Spielern ausgetauscht werden";
54 GroupCalendar_cConnectChannel = "Verbinden";
55 GroupCalendar_cDisconnectChannel = "Trennen";
56 GroupCalendar_cChannelStatus =
57 {
58 Starting = {mText = "Status: Initialisiere...", mColor = {r = 1, g = 1, b = 0.3}},
59 Connected = {mText = "Status: Mit Daten Channel verbunden", mColor = {r = 0.3, g = 1, b = 0.3}},
60 Disconnected = {mText = "Status: Nicht mit Daten Channel verbunden.", mColor = {r = 1, g = 0.2, b = 0.4}},
61 Initializing = {mText = "Status: Verbinde mit Daten Channel...", mColor = {r = 1, g = 1, b = 0.3}},
62 Error = {mText = "Error: %s", mColor = {r = 1, g = 0.2, b = 0.4}},
63 };
64  
65 GroupCalendar_cConnected = "Verbunden";
66 GroupCalendar_cDisconnected = "Getrennt";
67 GroupCalendar_cTooManyChannels = "Man kann immer nur in h\195\182chstens 10 Channels gleichzeitig sein";
68 GroupCalendar_cJoinChannelFailed = "Fehler beim Betreten des Channels";
69 GroupCalendar_cWrongPassword = "Falsches Passwort";
70 GroupCalendar_cAutoConfigNotFound = "Keine Daten in Gilden Notizen gefunden";
71 GroupCalendar_cErrorAccessingNote = "Fehler beim empfangen der Konfigurationsdaten";
72  
73 GroupCalendar_cTrustConfigTitle = "Berechtigungen Setup";
74 GroupCalendar_cTrustConfigDescription = "Legt fest wer dir Events schicken darf. Es wird NICHT festgelegt wer Events in deinem Kalender sehen kann. Benutze ein Passwort f\195\188r den Daten Channel um zu verhindern das jeder deinen Kalender sehen kann.";
75 GroupCalendar_cTrustGroupLabel = "Berechtigt:";
76 GroupCalendar_cEvent = "Event";
77 GroupCalendar_cAttendance = "Anmeldungen";
78  
79 GroupCalendar_cAboutTitle = "\195\156ber GroupCalendar";
80 GroupCalendar_cTitleVersion = "GroupCalendar v"..gGroupCalendar_VersionString;
81 GroupCalendar_cAuthor = "Programmierung und Design von Baylord of Thunderlord";
82 GroupCalendar_cTestersTitle = "Beta Tester";
83 GroupCalendar_cTestersNames = "Agnosbear, Airmid, Allaric, Andrys, Chaz, Deathwave, Drizztt, Fizzlebang, Mistwalker, Ragdzar, Saracen, Thoros, Usps und Zya";
84 GroupCalendar_cSpecialThanksTitle = "Speziellen Dank an";
85 GroupCalendar_cSpecialThanksNames = "Agnosbear, Fizzlebang, Mistwalker und SFC Alliance";
86 GroupCalendar_cGuildURL = "http://www.starfleetclan.com";
87 GroupCalendar_cRebuildDatabase = "Datenbank erneuern";
88 GroupCalendar_cRebuildDatabaseDescription = "Erneuert den Event-Datenbestand deines Charakters. Dies kann Probleme beheben, wenn andere Spieler nicht alle deine Events sehen k\195\182nnen. Es besteht ein geringes Risiko das einige Anmeldungs-Best\195\164tigungen verloren gehen k\195\182nnen.";
89  
90 GroupCalendar_cTrustGroups =
91 {
92 "Jeder mit Zugriff auf den Daten Channel",
93 "Alle Gildenmitglieder",
94 "Nur Spieler aus der Berechtigungs Liste"
95 };
96  
97 GroupCalendar_cTrustAnyone = "Berechtigt jeden mit Zugriff auf den Daten Channel";
98 GroupCalendar_cTrustGuildies = "Berechtigt andere Mitglieder deiner Gilde";
99 GroupCalendar_cTrustMinRank = "Mindestrang:";
100 GroupCalendar_cTrustNobody = "Berechtigt nur Spieler die in der unteren Liste eingetragen sind";
101 GroupCalendar_cTrustedPlayers = "Berechtigte Spieler";
102 GroupCalendar_cExcludedPlayers = "Ausgeschlossene Spieler"
103 GroupCalendar_cPlayerName = "Spieler Name:";
104 GroupCalendar_cAddTrusted = "Berechtigen";
105 GroupCalendar_cRemoveTrusted = "Entfernen";
106 GroupCalendar_cAddExcluded = "Ausschlie\195\159en";
107  
108 CalendarEventViewer_cTitle = "Event Details";
109 CalendarEventViewer_cDone = "Fertig";
110  
111 CalendarEventViewer_cLevelRangeFormat = "Level %i bis %i";
112 CalendarEventViewer_cMinLevelFormat = "Ab Level %i";
113 CalendarEventViewer_cMaxLevelFormat = "Bis Level %i";
114 CalendarEventViewer_cAllLevels = "Alle Level";
115 CalendarEventViewer_cSingleLevel = "Nur Level %i";
116  
117 CalendarEventViewer_cYes = "Ja - Ich werde teilnehmen";
118 CalendarEventViewer_cNo = "Nein - Ich werde nicht teilnehmen";
119  
120 CalendarEventViewer_cResponseMessage =
121 {
122 "Status: Nichts gesendet",
123 "Status: Warte auf Best\195\164tigung",
124 "Status: Best\195\164tigung - Akzeptiert",
125 "Status: Best\195\164tigung - StandBy",
126 "Status: Best\195\164tigung - Abgelehnt",
127 };
128  
129 CalendarEventEditorFrame_cTitle = "Event Neu/Bearbeiten";
130 CalendarEventEditor_cDone = "Fertig";
131 CalendarEventEditor_cDelete = "L\195\182schen";
132  
133 CalendarEventEditor_cConfirmDeleteMsg = "L\195\182schen \"%s\"?"
134  
135 -- Event names
136  
137 GroupCalendar_cGeneralEventGroup = "Allgemein";
138 GroupCalendar_cDungeonEventGroup = "Dungeons";
139 GroupCalendar_cBattlegroundEventGroup = "Schlachtfelder";
140  
141 GroupCalendar_cMeetingEventName = "Treffen";
142 GroupCalendar_cBirthdayEventName = "Geburtstag";
143  
144 GroupCalendar_cAQREventName = "Ruinen von Ahn'Qiraj";
145 GroupCalendar_cAQTEventName = "Tempel von Ahn'Qiraj";
146 GroupCalendar_cBFDEventName = "Blackfathom Tiefen";
147 GroupCalendar_cBRDEventName = "Blackrocktiefen";
148 GroupCalendar_cUBRSEventName = "Obere Blackrockspitze";
149 GroupCalendar_cLBRSEventName = "Untere Blackrockspitze";
150 GroupCalendar_cBWLEventName = "Pechschwingenhort";
151 GroupCalendar_cDeadminesEventName = "Todesminen";
152 GroupCalendar_cDMEventName = "D\195\188sterbruch";
153 GroupCalendar_cGnomerEventName = "Gnomeregan";
154 GroupCalendar_cMaraEventName = "Maraudon";
155 GroupCalendar_cMCEventName = "Geschmolzener Kern";
156 GroupCalendar_cOnyxiaEventName = "Onyxia's Hort";
157 GroupCalendar_cRFCEventName = "Ragefireabgrund";
158 GroupCalendar_cRFDEventName = "H\195\188gel von Razorfen";
159 GroupCalendar_cRFKEventName = "Kral von Razorfen";
160 GroupCalendar_cSMEventName = "Scharlachrotes Kloster";
161 GroupCalendar_cScholoEventName = "Scholomance";
162 GroupCalendar_cSFKEventName = "Burg Shadowfang";
163 GroupCalendar_cStockadesEventName = "Verlies";
164 GroupCalendar_cStrathEventName = "Stratholme";
165 GroupCalendar_cSTEventName = "Versunkener Tempel";
166 GroupCalendar_cUldEventName = "Uldaman";
167 GroupCalendar_cWCEventName = "H\195\182hlen des Wehklagens";
168 GroupCalendar_cZFEventName = "Zul'Farrak";
169 GroupCalendar_cZGEventName = "Zul'Gurub";
170  
171 GroupCalendar_cABEventName = "Arathi Becken";
172 GroupCalendar_cAVEventName = "Alterac Tal";
173 GroupCalendar_cWSGEventName = "Warsong Schlucht";
174  
175 GroupCalendar_cZGResetEventName = "Zul'Gurub Resets";
176 GroupCalendar_cMCResetEventName = "Molten Core Resets";
177 GroupCalendar_cOnyxiaResetEventName = "Onyxia Resets";
178 GroupCalendar_cBWLResetEventName = "Blackwing Lair Resets";
179 GroupCalendar_cAQRResetEventName = "Ahn'Qiraj Ruins Resets";
180 GroupCalendar_cAQTResetEventName = "Ahn'Qiraj Temple Resets";
181  
182 GroupCalendar_cTransmuteCooldownEventName = "Transmute Available";
183 GroupCalendar_cSaltShakerCooldownEventName = "Salt Shaker Available";
184 GroupCalendar_cMoonclothCooldownEventName = "Mooncloth Available";
185 GroupCalendar_cSnowmasterCooldownEventName = "SnowMaster 9000 Available";
186  
187 GroupCalendar_cPersonalEventOwner = "Private";
188  
189 GroupCalendar_cRaidInfoMCName = GroupCalendar_cMCEventName;
190 GroupCalendar_cRaidInfoOnyxiaName = GroupCalendar_cOnyxiaEventName;
191 GroupCalendar_cRaidInfoZGName = GroupCalendar_cZGEventName;
192 GroupCalendar_cRaidInfoBWLName = GroupCalendar_cBWLEventName;
193 GroupCalendar_cRaidInfoAQRName = "Ahn'Qiraj";
194 GroupCalendar_cRaidInfoAQTName = GroupCalendar_cAQTEventName;
195  
196 -- Race names
197  
198 GroupCalendar_cDwarfRaceName = "Zwerg";
199 GroupCalendar_cGnomeRaceName = "Gnom";
200 GroupCalendar_cHumanRaceName = "Mensch";
201 GroupCalendar_cNightElfRaceName = "Nachtelf";
202 GroupCalendar_cOrcRaceName = "Ork";
203 GroupCalendar_cTaurenRaceName = "Tauren";
204 GroupCalendar_cTrollRaceName = "Troll";
205 GroupCalendar_cUndeadRaceName = "Untote";
206 GroupCalendar_cBloodElfRaceName = "Blutelf";
207 GroupCalendar_cDraeneiRaceName = "Draenei";
208  
209 -- Class names
210  
211 GroupCalendar_cDruidClassName = "Druide";
212 GroupCalendar_cHunterClassName = "J\195\164ger";
213 GroupCalendar_cMageClassName = "Magier";
214 GroupCalendar_cPaladinClassName = "Paladin";
215 GroupCalendar_cPriestClassName = "Priester";
216 GroupCalendar_cRogueClassName = "Schurke";
217 GroupCalendar_cShamanClassName = "Schamane";
218 GroupCalendar_cWarlockClassName = "Hexenmeister";
219 GroupCalendar_cWarriorClassName = "Krieger";
220  
221 -- Plural forms of class names
222  
223 GroupCalendar_cDruidsClassName = "Druiden";
224 GroupCalendar_cHuntersClassName = "J\195\164ger";
225 GroupCalendar_cMagesClassName = "Magier";
226 GroupCalendar_cPaladinsClassName = "Paladine";
227 GroupCalendar_cPriestsClassName = "Priester";
228 GroupCalendar_cRoguesClassName = "Schurken";
229 GroupCalendar_cShamansClassName = "Schamanen";
230 GroupCalendar_cWarlocksClassName = "Hexenmeister";
231 GroupCalendar_cWarriorsClassName = "Krieger";
232  
233 -- ClassColorNames are the indices for the RAID_CLASS_COLORS array found in FrameXML\Fonts.xml
234 -- in the English version of WoW these are simply the class names in caps, I don't know if that's
235 -- true of other languages so I'm putting them here in case they need to be localized
236  
237 GroupCalendar_cDruidClassColorName = "DRUID";
238 GroupCalendar_cHunterClassColorName = "HUNTER";
239 GroupCalendar_cMageClassColorName = "MAGE";
240 GroupCalendar_cPaladinClassColorName = "PALADIN";
241 GroupCalendar_cPriestClassColorName = "PRIEST";
242 GroupCalendar_cRogueClassColorName = "ROGUE";
243 GroupCalendar_cShamanClassColorName = "SHAMAN";
244 GroupCalendar_cWarlockClassColorName = "WARLOCK";
245 GroupCalendar_cWarriorClassColorName = "WARRIOR";
246  
247 -- Label forms of the class names for the attendance panel. Usually just the plural
248 -- form of the name followed by a colon
249  
250 GroupCalendar_cDruidsLabel = GroupCalendar_cDruidsClassName..":";
251 GroupCalendar_cHuntersLabel = GroupCalendar_cHuntersClassName..":";
252 GroupCalendar_cMagesLabel = GroupCalendar_cMagesClassName..":";
253 GroupCalendar_cPaladinsLabel = GroupCalendar_cPaladinsClassName..":";
254 GroupCalendar_cPriestsLabel = GroupCalendar_cPriestsClassName..":";
255 GroupCalendar_cRoguesLabel = GroupCalendar_cRoguesClassName..":";
256 GroupCalendar_cShamansLabel = GroupCalendar_cShamansClassName..":";
257 GroupCalendar_cWarlocksLabel = GroupCalendar_cWarlocksClassName..":";
258 GroupCalendar_cWarriorsLabel = GroupCalendar_cWarriorsClassName..":";
259  
260 GroupCalendar_cTimeLabel = "Uhrzeit:";
261 GroupCalendar_cDurationLabel = "Dauer:";
262 GroupCalendar_cEventLabel = "Event:";
263 GroupCalendar_cTitleLabel = "Titel:";
264 GroupCalendar_cLevelsLabel = "Level:";
265 GroupCalendar_cLevelRangeSeparator = "bis";
266 GroupCalendar_cDescriptionLabel = "Beschreibung:";
267 GroupCalendar_cCommentLabel = "Kommentar:";
268  
269 CalendarEditor_cNewEvent = "Neues Event...";
270 CalendarEditor_cEventsTitle = "Events";
271  
272 GroupCalendar_cGermanTranslation = "Deutsche \195\156bersetzung: Palyr - Silberne Hand (EU)";
273 GroupCalendar_cFrenchTranslation = "Franz\195\182sische \195\156bersetzung: Kisanth of Dalaran (EU)";
274 GroupCalendar_cChineseTranslation = "Chinesische \195\156bersetzung von Aska of Royaltia (HK)";
275 GroupCalendar_cKoreanTranslation = "Koreanische \195\156bersetzung: 기괴한황혼 of 듀로탄 (KR)";
276  
277 CalendarEventEditor_cNotAttending = "Nicht angemeldet";
278 CalendarEventEditor_cConfirmed = "Best\195\164tigt";
279 CalendarEventEditor_cDeclined = "Abgelehnt";
280 CalendarEventEditor_cStandby = "Auf Warteliste";
281 CalendarEventEditor_cPending = "Wartet...";
282 CalendarEventEditor_cUnknownStatus = "Unbekannt %s";
283  
284 GroupCalendar_cChannelNameLabel = "Channel Name:";
285 GroupCalendar_cPasswordLabel = "Passwort:";
286  
287 GroupCalendar_cTimeRangeFormat = "%s bis %s";
288  
289 GroupCalendar_cPluralMinutesFormat = "%d Minuten";
290 GroupCalendar_cSingularHourFormat = "%d Stunde";
291 GroupCalendar_cPluralHourFormat = "%d Stunden";
292 GroupCalendar_cSingularHourPluralMinutes = "%d Stunde %d Minuten";
293 GroupCalendar_cPluralHourPluralMinutes = "%d Stunden %d Minuten";
294  
295 GroupCalendar_cLongDateFormat = "$day. $month $year";
296 GroupCalendar_cLongDateFormatWithDayOfWeek = "$dow $day. $month $year";
297  
298 GroupCalendar_cNotAttending = "Abgemeldet";
299 GroupCalendar_cAttending = "Angemeldet";
300 GroupCalendar_cPendingApproval = "Anmeldung l\195\164uft";
301  
302 GroupCalendar_cQuestAttendanceNameFormat = "$name ($level $race)";
303 GroupCalendar_cMeetingAttendanceNameFormat = "$name ($level $class)";
304  
305 GroupCalendar_cNumAttendeesFormat = "%d Anmeldungen";
306  
307 BINDING_HEADER_GROUPCALENDAR_TITLE = "GroupCalendar";
308 BINDING_NAME_GROUPCALENDAR_TOGGLE = "GroupCalendar an/aus";
309  
310 -- Tradeskill cooldown items
311  
312 GroupCalendar_cHerbalismSkillName = "Kr\195\164uterkunde";
313 GroupCalendar_cAlchemySkillName = "Alchimie";
314 GroupCalendar_cEnchantingSkillName = "Verzauberkunst";
315 GroupCalendar_cLeatherworkingSkillName = "Lederverarbeitung";
316 GroupCalendar_cSkinningSkillName = "K\195\188rschnerei";
317 GroupCalendar_cTailoringSkillName = "Schneiderei";
318 GroupCalendar_cMiningSkillName = "Bergbau";
319 GroupCalendar_cBlacksmithingSkillName = "Schmiedekunst";
320 GroupCalendar_cEngineeringSkillName = "Ingenieurskunst";
321  
322 GroupCalendar_cTransmuteMithrilToTruesilver = "Transmutieren: Mithril in Echtsilber";
323 GroupCalendar_cTransmuteIronToGold = "Transmutieren: Eisen in Gold";
324 GroupCalendar_cTransmuteLifeToEarth = "Transmutieren: Leben zu Erde";
325 GroupCalendar_cTransmuteWaterToUndeath = "Transmutieren: Wasser zu Untod";
326 GroupCalendar_cTransmuteWaterToAir = "Transmutieren: Wasser zu Luft";
327 GroupCalendar_cTransmuteUndeathToWater = "Transmutieren: Untod zu Wasser";
328 GroupCalendar_cTransmuteFireToEarth = "Transmutieren: Feuer zu Erde";
329 GroupCalendar_cTransmuteEarthToLife = "Transmutieren: Erde zu Leben";
330 GroupCalendar_cTransmuteEarthToWater = "Transmutieren: Erde zu Wasser";
331 GroupCalendar_cTransmuteAirToFire = "Transmutieren: Luft zu Feuer";
332 GroupCalendar_cTransmuteArcanite = "Transmutieren: Arkanit";
333 GroupCalendar_cMooncloth = "Mondstoff";
334  
335 GroupCalendar_cCharactersLabel = "Character:";
336  
337 GroupCalendar_cConfirmed = "Accepted";
338 GroupCalendar_cStandby = "Standby";
339 GroupCalendar_cDeclined = "Declined";
340 GroupCalendar_cRemove = "Remove";
341 GroupCalendar_cEditPlayer = "Edit Player...";
342 GroupCalendar_cInviteNow = "Inivte to group";
343 GroupCalendar_cStatus = "Status";
344 GroupCalendar_cAddPlayerEllipses = "Add player...";
345  
346 GroupCalendar_cAddPlayer = "Add player";
347 GroupCalendar_cPlayerLevel = "Level:";
348 GroupCalendar_cPlayerClassLabel = "Class:";
349 GroupCalendar_cPlayerRaceLabel = "Race:";
350 GroupCalendar_cPlayerStatusLabel = "Status:";
351 GroupCalendar_cRankLabel = "Guild rank:";
352 GroupCalendar_cGuildLabel = "Guild:";
353 GroupCalendar_cSave = "Save";
354 GroupCalendar_cLastWhisper = "Last whisper:";
355 GroupCalendar_cReplyWhisper = "Whisper reply:";
356  
357 GroupCalendar_cUnknown = "Unknown";
358 GroupCalendar_cAutoConfirmationTitle = "Automatic Confirmations";
359 GroupCalendar_cEnableAutoConfirm = "Enable automatic confirmations";
360 GroupCalendar_cMinLabel = "min";
361 GroupCalendar_cMaxLabel = "max";
362  
363 GroupCalendar_cAddPlayerTitle = "Add...";
364 GroupCalendar_cAutoConfirmButtonTitle = "Settings...";
365  
366 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.";
367  
368 GroupCalendar_cViewByDate = "View by Date";
369 GroupCalendar_cViewByRank = "View by Rank";
370 GroupCalendar_cViewByName = "View by Name";
371 GroupCalendar_cViewByStatus = "View by Status";
372 GroupCalendar_cViewByClassRank = "View by Class and Rank";
373  
374 GroupCalendar_cMaxPartySizeLabel = "Maximum party size:";
375 GroupCalendar_cMinPartySizeLabel = "Minimum party size:";
376 GroupCalendar_cNoMinimum = "No minimum";
377 GroupCalendar_cNoMaximum = "No maximum";
378 GroupCalendar_cPartySizeFormat = "%d players";
379  
380 GroupCalendar_cInviteButtonTitle = "Invite Selected";
381 GroupCalendar_cAutoSelectButtonTitle = "Select Players...";
382 GroupCalendar_cAutoSelectWindowTitle = "Select Players";
383  
384 GroupCalendar_cNoSelection = "No players selected";
385 GroupCalendar_cSingleSelection = "1 player selected";
386 GroupCalendar_cMultiSelection = "%d players selected";
387  
388 GroupCalendar_cInviteNeedSelectionStatus = "Select players to be invited";
389 GroupCalendar_cInviteReadyStatus = "Ready to invite";
390 GroupCalendar_cInviteInitialInvitesStatus = "Sending initial invitations";
391 GroupCalendar_cInviteAwaitingAcceptanceStatus = "Waiting for initial acceptance";
392 GroupCalendar_cInviteConvertingToRaidStatus = "Converting to raid";
393 GroupCalendar_cInviteInvitingStatus = "Sending invitations";
394 GroupCalendar_cInviteCompleteStatus = "Invitations completed";
395 GroupCalendar_cInviteReadyToRefillStatus = "Ready to fill vacant slots";
396 GroupCalendar_cInviteNoMoreAvailableStatus = "No more players available to fill the group";
397 GroupCalendar_cRaidFull = "Raid full";
398  
399 GroupCalendar_cInviteWhisperFormat = "[GroupCalendar] You are being invited to the event '%s'. Please accept the invitation if you wish to join this event.";
400 GroupCalendar_cAlreadyGroupedWhisper = "[GroupCalendar] You are already in a group. Please /w back when you leave your group.";
401 GroupCalendar_cAlreadyGroupedSysMsg = "(.+) is already in a group";
402 GroupCalendar_cInviteDeclinedSysMsg = "(.+) declines your group invitation.";
403 GroupCalendar_cNoSuchPlayerSysMsg = "No player named '(.+)' is currently playing.";
404  
405 GroupCalendar_cJoinedGroupStatus = "Joined";
406 GropuCalendar_cInvitedGroupStatus = "Invited";
407 GropuCalendar_cReadyGroupStatus = "Ready";
408 GroupCalendar_cGroupedGroupStatus = "In another group";
409 GroupCalendar_cStandbyGroupStatus = "Standby";
410 GroupCalendar_cDeclinedGroupStatus = "Declined invitation";
411 GroupCalendar_cOfflineGroupStatus = "Offline";
412 GroupCalendar_cLeftGroupStatus = "Left group";
413  
414 GroupCalendar_cPriorityLabel = "Priority:";
415 GroupCalendar_cPriorityDate = "Date";
416 GroupCalendar_cPriorityRank = "Rank";
417  
418 GroupCalendar_cConfrimDeleteRSVP = "Remove %s from this event? They can't join again unless you add them back manually.";
419  
420 GroupCalendar_cConfirmSelfUpdateMsg = "%s";
421 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.";
422 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.";
423 GroupCalendar_cUpdate = "Update";
424  
425 GroupCalendar_cConfirmClearWhispers = "Clear all recent whispers?";
426 GroupCalendar_cClear = "Clear";
427 end