diff 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
line wrap: on
line diff
--- a/locales/enUS.lua	Sat Mar 07 14:28:01 2015 -0500
+++ b/locales/enUS.lua	Sat Mar 07 15:17:54 2015 -0500
@@ -40,4 +40,32 @@
 
 L = {};
 
-@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@
+--@debug@
+L["msgCountMatchingMountsForPattern"] = "(%i mounts found)"
+L["msgHelpCommandAquatic"] = "Summons random aquatic mount"
+L["msgHelpCommandAuto"] = "Summons a \"suitable\" mount"
+L["msgHelpCommandExact"] = "Summons mount by exact name"
+L["msgHelpCommandFlying"] = "Summons random flying mount"
+L["msgHelpCommandGround"] = "Summons random ground mount"
+L["msgHelpCommandId"] = "Summons mount by spell or buff ID"
+L["msgHelpCommandList"] = "Lists mounts matching name"
+L["msgHelpCommandMatch"] = "Summons same mount as specified unit"
+L["msgHelpCommandName"] = "Summons random mount matching name"
+L["msgHelpCommandRandom"] = "Summons random mount"
+L["msgHelpCommandTarget"] = "Summons same mount as targeted unit"
+L["msgNoMatchingMountsForId"] = "No matching mounts were found with ID=%s"
+L["msgNoMatchingMountsForName"] = "No matching mounts were found with NAME='%s'"
+L["msgNoMatchingMountsForPattern"] = "No matching mounts were found with NAME like '%s'"
+L["msgNoMatchingMountsFound"] = "No matching mounts were found"
+L["msgVersionLoaded"] = "Version %s loaded"
+L["msgYouAreDead"] = "You are dead"
+L["msgYouAreFlying"] = "You are already flying"
+L["msgYouAreInCombat"] = "You are in combat"
+L["msgYouAreMounted"] = "You are already mounted"
+L["szCommandHelp"] = "Command Help"
+L["szParamId"] = "<ID>"
+L["szParamName"] = "<NAME>"
+L["szParamUnitId"] = "<UNITID>"
+--@end-debug@
+
+--@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@