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@33
|
43 @localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@
|