ESOUI SVN TaosGroupUltimate

[/] [trunk/] [TaosGroupUltimate/] [i18n/] [de.lua] - Rev 19

Go to most recent revision | Compare with Previous | Blame | View Log

-- Taos Group Ultimate german localization file

-- Options
local strings = {
    TGU_OPTIONS_HEADER =                 "Optionen",
    TGU_OPTIONS_DRAG_LABEL =             "Elemente verschieben",
    TGU_OPTIONS_DRAG_TOOLTIP =           "Wenn die Option aktiviert ist, können alle Elemente verschoben werden.",
    TGU_OPTIONS_STYLE_LABEL =            "Style auswählen",
    TGU_OPTIONS_STYLE_TOOLTIP =          "Wähle den gewünschten Style aus. Simple-Liste, Schwimmbahn-Liste oder Kompakte Schwimmbahn-Liste",
    TGU_OPTIONS_STYLE_SIMPLE =           "Simple-Liste",
    TGU_OPTIONS_STYLE_SWIM =             "Schwimmbahn-Liste",
    TGU_OPTIONS_STYLE_SHORT_SWIM =       "Kompakte Schwimmbahn-Liste"
}

for stringId, stringValue in pairs(strings) do
        ZO_CreateStringId(stringId, stringValue)
        SafeAddVersion(stringId, 1)
end

Go to most recent revision | Compare with Previous | Blame