ESOUI SVN TaosGroupUltimate

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

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.",
    TGU_OPTIONS_STYLE_LABEL =            "Choose style",
    TGU_OPTIONS_STYLE_TOOLTIP =          "Choose your style. Simple-List, Swimlane-List or Compact Swimlane-List",
    TGU_OPTIONS_STYLE_SIMPLE =           "Simple-List",
    TGU_OPTIONS_STYLE_SWIM =             "Swimlane-List",
    TGU_OPTIONS_STYLE_SHORT_SWIM =       "Compact Swimlane-List"
}

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

Go to most recent revision | Compare with Previous | Blame