ESOUI SVN TaosGroupUltimate

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

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

-- Taos Group Ultimate english localization file

-- Options
local strings = {
    TGU_OPTIONS_HEADER =                 "Options",
    TGU_OPTIONS_DRAG_LABEL =             "Drag elements",
    TGU_OPTIONS_DRAG_TOOLTIP =           "If activated, you can drag all elements."
}

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

Go to most recent revision | Compare with Previous | Blame