Go to most recent revision | Compare with Previous | Blame | View Log
-- Taos AP Session french 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