ESOUI SVN TaosGroupUltimate

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

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

-- Taos AP Session english localization file

-- Options
local strings = {
    TAS_OPTIONS_HEADER =                 "Options",
    TAS_OPTIONS_DRAG_LABEL =             "Drag window",
    TAS_OPTIONS_DRAG_TOOLTIP =           "If activated, you can drag the window."
}

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

Go to most recent revision | Compare with Previous | Blame