vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
if (GetLocale() == "deDE") then
----------------------
---Localised Globals--
----------------------

ATLASLOOT_BG_FRIENDLY = "Rufbelohnungen (Freundlich)";
ATLASLOOT_BG_HONORED = "Rufbelohnungen (Wohlwollend)";
ATLASLOOT_BG_REVERED = "Rufbelohnungen (Respektvoll)";
ATLASLOOT_BG_EXALTED = "Rufbelohnungen (Ehrf\195\188rchtig)";

ATLASLOOT_BG_STORMPIKE = "Stormpike";
ATLASLOOT_BG_FROSTWOLF = "Frostwolfklan";
ATLASLOOT_BG_SENTINELS = "Silverwing-Schildwache";
ATLASLOOT_BG_OUTRIDERS = "Warsong-Vorhut";
ATLASLOOT_BG_ARATHOR = "Bund von Arathor";
ATLASLOOT_BG_DEFILERS = "Die Entweihten";

------------
-- Layout --
------------
AtlasLootBattlegrounds = {

    AlteracValleyNorth = {
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "AVFriendly";
        "AVHonored";
        "AVRevered";
        "AVExalted";
        "PVPSET";
    };

    AlteracValleySouth = {
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "AVFriendly";
        "AVHonored";
        "AVRevered";
        "AVExalted";
        "PVPSET";
    };

    ArathiBasin = {
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "";
        "ABFriendly";
        "ABHonored";
        "ABRevered";
        "ABExalted";
        "PVPSET";
    };

    WarsongGulch = {
        "";
        "";
        "";
        "WSGFriendly";
        "WSGHonored";
        "WSGRevered";
        "WSGExalted";
        "PVPSET";
    };
};

end

Generated by GNU Enscript 1.6.5.90.