syzler@22: -- Copyright (c) 2011, Syzler syzler@22: -- All rights reserved. syzler@22: -- syzler@22: -- Redistribution and use in source and binary forms, with or without syzler@22: -- modification, are permitted provided that the following conditions syzler@22: -- are met: syzler@22: -- syzler@22: -- * Redistributions of source code must retain the above copyright syzler@22: -- notice, this list of conditions and the following disclaimer. syzler@22: -- * Redistributions in binary form must reproduce the above copyright syzler@22: -- notice, this list of conditions and the following disclaimer in syzler@22: -- the documentation and/or other materials provided with the syzler@22: -- distribution. syzler@22: -- * Neither the name of the MyLilPony Project nor the names of its syzler@22: -- contributors may be used to endorse or promote products derived syzler@22: -- from this software without specific prior written permission. syzler@22: -- syzler@22: -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS syzler@22: -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT syzler@22: -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS syzler@22: -- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE syzler@22: -- COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, syzler@22: -- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, syzler@22: -- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; syzler@22: -- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER syzler@22: -- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT syzler@22: -- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN syzler@22: -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE syzler@22: -- POSSIBILITY OF SUCH DAMAGE. syzler@22: syzler@22: ------------------------------------------------------------------------ syzler@22: -- Project: MyLilPony syzler@22: -- Project Version: @project-version@ syzler@22: -- Last Author: @file-author@ syzler@22: -- Last Updated: @file-date-iso@ syzler@22: -- syzler@33: -- en-US localizations for main addon syzler@22: -- This file is auto-generated using the Curse Localization App syzler@22: ------------------------------------------------------------------------ syzler@22: syzler@33: L = {}; syzler@33: syzler@56: --@debug@ syzler@56: L["msgCountMatchingMountsForPattern"] = "(%i mounts found)" syzler@56: L["msgHelpCommandAquatic"] = "Summons random aquatic mount" syzler@56: L["msgHelpCommandAuto"] = "Summons a \"suitable\" mount" syzler@56: L["msgHelpCommandExact"] = "Summons mount by exact name" syzler@56: L["msgHelpCommandFlying"] = "Summons random flying mount" syzler@56: L["msgHelpCommandGround"] = "Summons random ground mount" syzler@56: L["msgHelpCommandId"] = "Summons mount by spell or buff ID" syzler@56: L["msgHelpCommandList"] = "Lists mounts matching name" syzler@56: L["msgHelpCommandMatch"] = "Summons same mount as specified unit" syzler@56: L["msgHelpCommandName"] = "Summons random mount matching name" syzler@56: L["msgHelpCommandRandom"] = "Summons random mount" syzler@56: L["msgHelpCommandTarget"] = "Summons same mount as targeted unit" syzler@56: L["msgNoMatchingMountsForId"] = "No matching mounts were found with ID=%s" syzler@56: L["msgNoMatchingMountsForName"] = "No matching mounts were found with NAME='%s'" syzler@56: L["msgNoMatchingMountsForPattern"] = "No matching mounts were found with NAME like '%s'" syzler@56: L["msgNoMatchingMountsFound"] = "No matching mounts were found" syzler@56: L["msgVersionLoaded"] = "Version %s loaded" syzler@56: L["msgYouAreDead"] = "You are dead" syzler@56: L["msgYouAreFlying"] = "You are already flying" syzler@56: L["msgYouAreInCombat"] = "You are in combat" syzler@56: L["msgYouAreMounted"] = "You are already mounted" syzler@56: L["szCommandHelp"] = "Command Help" syzler@56: L["szParamId"] = "" syzler@56: L["szParamName"] = "" syzler@56: L["szParamUnitId"] = "" syzler@56: --@end-debug@ syzler@56: syzler@56: --@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@