ESOUI SVN TaosGroupUltimate

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

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."
}

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

Go to most recent revision | Compare with Previous | Blame