ESOUI SVN TaosGroupUltimate

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

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

-- Taos AP Session german localization file

-- Options
local strings = {
    TAS_OPTIONS_HEADER =                 "Optionen",
    TAS_OPTIONS_DRAG_LABEL =             "Fenster verschieben"
}

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

Go to most recent revision | Compare with Previous | Blame