annotate 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
rev   line source
syzler@22 1 -- Copyright (c) 2011, Syzler
syzler@22 2 -- All rights reserved.
syzler@22 3 --
syzler@22 4 -- Redistribution and use in source and binary forms, with or without
syzler@22 5 -- modification, are permitted provided that the following conditions
syzler@22 6 -- are met:
syzler@22 7 --
syzler@22 8 -- * Redistributions of source code must retain the above copyright
syzler@22 9 -- notice, this list of conditions and the following disclaimer.
syzler@22 10 -- * Redistributions in binary form must reproduce the above copyright
syzler@22 11 -- notice, this list of conditions and the following disclaimer in
syzler@22 12 -- the documentation and/or other materials provided with the
syzler@22 13 -- distribution.
syzler@22 14 -- * Neither the name of the MyLilPony Project nor the names of its
syzler@22 15 -- contributors may be used to endorse or promote products derived
syzler@22 16 -- from this software without specific prior written permission.
syzler@22 17 --
syzler@22 18 -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
syzler@22 19 -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
syzler@22 20 -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
syzler@22 21 -- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
syzler@22 22 -- COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
syzler@22 23 -- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
syzler@22 24 -- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
syzler@22 25 -- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
syzler@22 26 -- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
syzler@22 27 -- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
syzler@22 28 -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
syzler@22 29 -- POSSIBILITY OF SUCH DAMAGE.
syzler@22 30
syzler@22 31 ------------------------------------------------------------------------
syzler@22 32 -- Project: MyLilPony
syzler@22 33 -- Project Version: @project-version@
syzler@22 34 -- Last Author: @file-author@
syzler@22 35 -- Last Updated: @file-date-iso@
syzler@22 36 --
syzler@33 37 -- en-US localizations for main addon
syzler@22 38 -- This file is auto-generated using the Curse Localization App
syzler@22 39 ------------------------------------------------------------------------
syzler@22 40
syzler@33 41 L = {};
syzler@33 42
syzler@56 43 --@debug@
syzler@56 44 L["msgCountMatchingMountsForPattern"] = "(%i mounts found)"
syzler@56 45 L["msgHelpCommandAquatic"] = "Summons random aquatic mount"
syzler@56 46 L["msgHelpCommandAuto"] = "Summons a \"suitable\" mount"
syzler@56 47 L["msgHelpCommandExact"] = "Summons mount by exact name"
syzler@56 48 L["msgHelpCommandFlying"] = "Summons random flying mount"
syzler@56 49 L["msgHelpCommandGround"] = "Summons random ground mount"
syzler@56 50 L["msgHelpCommandId"] = "Summons mount by spell or buff ID"
syzler@56 51 L["msgHelpCommandList"] = "Lists mounts matching name"
syzler@56 52 L["msgHelpCommandMatch"] = "Summons same mount as specified unit"
syzler@56 53 L["msgHelpCommandName"] = "Summons random mount matching name"
syzler@56 54 L["msgHelpCommandRandom"] = "Summons random mount"
syzler@56 55 L["msgHelpCommandTarget"] = "Summons same mount as targeted unit"
syzler@56 56 L["msgNoMatchingMountsForId"] = "No matching mounts were found with ID=%s"
syzler@56 57 L["msgNoMatchingMountsForName"] = "No matching mounts were found with NAME='%s'"
syzler@56 58 L["msgNoMatchingMountsForPattern"] = "No matching mounts were found with NAME like '%s'"
syzler@56 59 L["msgNoMatchingMountsFound"] = "No matching mounts were found"
syzler@56 60 L["msgVersionLoaded"] = "Version %s loaded"
syzler@56 61 L["msgYouAreDead"] = "You are dead"
syzler@56 62 L["msgYouAreFlying"] = "You are already flying"
syzler@56 63 L["msgYouAreInCombat"] = "You are in combat"
syzler@56 64 L["msgYouAreMounted"] = "You are already mounted"
syzler@56 65 L["szCommandHelp"] = "Command Help"
syzler@56 66 L["szParamId"] = "<ID>"
syzler@56 67 L["szParamName"] = "<NAME>"
syzler@56 68 L["szParamUnitId"] = "<UNITID>"
syzler@56 69 --@end-debug@
syzler@56 70
syzler@56 71 --@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@