You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Locales/enUS.lua
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,11 @@ function Return_enUS()
312
312
["ttCHAR_groupSummon"] ="Teleports the specified character and his/her group to your location [[Parameters: $charactername]]",
313
313
["ttCHAR_teleportName"] ="Teleports the specified character to the specified location [[Parameters: $charactername $telename]]",
314
314
["ttCHAR_teleportGroup"] ="Teleports the **selected** character and his/her group to the specified location [[Parameters: $telename]]",
315
+
["ttCHAR_createGuild"] ="Creates a guild named with the specified name with the specified leader. Guild name must in quotes. [[Parameters: $GuildLeaderName $GuildName]]",
316
+
["ttCHAR_deleteGuild"] ="Deletes the specifies guild. Guild name must in quotes. [[Parameters: $GuildName]]",
317
+
["ttCHAR_inviteGuild"] ="Adds the specified character to the specified guild. Guild name must in quotes. [[Parameters: $charactername $guildname]]",
318
+
["ttCHAR_uninviteGuild"] ="Kicks the specified character from his/her guild [[Parameters: $charactername]]",
319
+
["ttCHAR_rankGuild"] ="Sets to the specified character the specified guild rank [[Parameters: $charactername #ranknumber]]",
315
320
316
321
--[[CHAR-Control-Labels]]
317
322
["labelCHAR_killButton"] ="Kill",
@@ -348,6 +353,11 @@ function Return_enUS()
348
353
["labelCHAR_groupSummonButton"] ="GroupSumm",
349
354
["labelCHAR_teleportNameButton"] ="TeleName",
350
355
["labelCHAR_teleportGroupButton"] ="TeleGroup",
356
+
["labelCHAR_createGuildButton"] ="G Create",
357
+
["labelCHAR_deleteGuildButton"] ="G Delete",
358
+
["labelCHAR_inviteGuildButton"] ="G Invite",
359
+
["labelCHAR_uninviteGuildButton"] ="G UnInv",
360
+
["labelCHAR_rankGuildButton"] ="G Rank",
351
361
352
362
--[[CHAR-Commands Output]]
353
363
["logCHAR_kill"] ="_T_ has been killed",
@@ -384,6 +394,11 @@ function Return_enUS()
384
394
["logCHAR_groupSummon"] ="Teleported _V1_ and his/her group to you",
385
395
["logCHAR_teleportName"] ="Teleported _V1_ to _V2_",
386
396
["logCHAR_teleportGroup"] ="Teleported _T_ and his/her group to _V1_",
397
+
["logCHAR_createGuild"] ="Created a guild named _V2_ lead by _V1_",
398
+
["logCHAR_deleteGuild"] ="Deleted the guild _V1_",
399
+
["logCHAR_inviteGuild"] ="Added _V1_ to the guild _V2_",
400
+
["logCHAR_uninviteGuild"] ="Kicked _V1_ from his/her guild",
401
+
["logCHAR_rankGuild"] ="Set rank _V2_ to _V1_",
387
402
388
403
["tt_RotateLeft"] ="Rotate left.",
389
404
["tt_RotateRight"] ="Rotate right.",
@@ -394,12 +409,7 @@ function Return_enUS()
394
409
["tt_resetbutton"] ="Reset the selected attribute",
395
410
["tt_modelzoominbutton"] ="Zoom in the selected model",
396
411
["tt_modelzoomoutbutton"] ="Zoom out the selected model",
397
-
["tt_createguildbutton"] ="Parameters= $GuildLeaderName $GuildName [[Creates a guild named $GuildName, with $GuildLeaderName as leader]]",
398
-
["tt_guildinvitebutton"] ="Parameters= $charactername $guildname [[Adds $charactername to the guild $guildname]]",
399
-
["tt_guildrankbutton"] ="Parameters= $charactername #ranknumber [[Sets the character specified to the rank specified in his/her guild]]",
400
412
401
-
["tt_guilddeletebutton"] ="Parameter= $guildname [[Deletes the specified Guild]]",
402
-
["tt_guilduninvitebutton"] ="Parameter= $charactername [[Kicks the specified character out of his/her guild]]",
403
413
["tt_mutebutton"] ="Parameters= $charactername #minutes [[Disables chat for $charactername's entire account for #minutes]]",
404
414
["tt_charaurabutton"] ="Parameters = #AuraID [[Enter the AuraID of the aura you want to apply]]",
405
415
["tt_charunaurabutton"] ="Parameters = #AuraID [[Enter the AuraID of the aura you want to remove]]",
0 commit comments