Mercurial > wow > mylilpony
comparison locales/enUS.lua @ 56:a7460baf79ae
Fixed to support loading working copy directly into game
| author | syzler |
|---|---|
| date | Sat, 07 Mar 2015 15:17:54 -0500 |
| parents | f7bb718955b6 |
| children |
comparison
equal
deleted
inserted
replaced
| 55:982c2ff5b369 | 56:a7460baf79ae |
|---|---|
| 38 -- This file is auto-generated using the Curse Localization App | 38 -- This file is auto-generated using the Curse Localization App |
| 39 ------------------------------------------------------------------------ | 39 ------------------------------------------------------------------------ |
| 40 | 40 |
| 41 L = {}; | 41 L = {}; |
| 42 | 42 |
| 43 @localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@ | 43 --@debug@ |
| 44 L["msgCountMatchingMountsForPattern"] = "(%i mounts found)" | |
| 45 L["msgHelpCommandAquatic"] = "Summons random aquatic mount" | |
| 46 L["msgHelpCommandAuto"] = "Summons a \"suitable\" mount" | |
| 47 L["msgHelpCommandExact"] = "Summons mount by exact name" | |
| 48 L["msgHelpCommandFlying"] = "Summons random flying mount" | |
| 49 L["msgHelpCommandGround"] = "Summons random ground mount" | |
| 50 L["msgHelpCommandId"] = "Summons mount by spell or buff ID" | |
| 51 L["msgHelpCommandList"] = "Lists mounts matching name" | |
| 52 L["msgHelpCommandMatch"] = "Summons same mount as specified unit" | |
| 53 L["msgHelpCommandName"] = "Summons random mount matching name" | |
| 54 L["msgHelpCommandRandom"] = "Summons random mount" | |
| 55 L["msgHelpCommandTarget"] = "Summons same mount as targeted unit" | |
| 56 L["msgNoMatchingMountsForId"] = "No matching mounts were found with ID=%s" | |
| 57 L["msgNoMatchingMountsForName"] = "No matching mounts were found with NAME='%s'" | |
| 58 L["msgNoMatchingMountsForPattern"] = "No matching mounts were found with NAME like '%s'" | |
| 59 L["msgNoMatchingMountsFound"] = "No matching mounts were found" | |
| 60 L["msgVersionLoaded"] = "Version %s loaded" | |
| 61 L["msgYouAreDead"] = "You are dead" | |
| 62 L["msgYouAreFlying"] = "You are already flying" | |
| 63 L["msgYouAreInCombat"] = "You are in combat" | |
| 64 L["msgYouAreMounted"] = "You are already mounted" | |
| 65 L["szCommandHelp"] = "Command Help" | |
| 66 L["szParamId"] = "<ID>" | |
| 67 L["szParamName"] = "<NAME>" | |
| 68 L["szParamUnitId"] = "<UNITID>" | |
| 69 --@end-debug@ | |
| 70 | |
| 71 --@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@ |
