Compare with Previous | Blame | View Log
-- Taos Follow Leader english localization file
-- Options
local strings = {
TFL_OPTIONS_HEADER = "Options",
TFL_OPTIONS_ICONS_LABEL = "Choose Icons",
TFL_OPTIONS_ICONS_TOOLTIP = "Choose your favorite Icon",
TFL_OPTIONS_ICONS_DEFAULT = "Default",
TFL_OPTIONS_ICONS_OUROSBOROS = "Ourosboros",
TFL_OPTIONS_ICONS_CP = "Champion Point",
TFL_OPTIONS_ICONS_SKILL = "Skill",
TFL_OPTIONS_ICONS_STORE = "Crown Store",
TFL_OPTIONS_ICONS_CROWN = "Crown Crates",
TFL_OPTIONS_ICONS_EMP = "Emperor",
TFL_OPTIONS_ICONS_CS = "Cross Swords",
TFL_OPTIONS_ICONS_SB = "Sword and Board",
TFL_OPTIONS_ICONS_QUEST = "Quest",
TFL_OPTIONS_ICONS_ARCH = "Archievement",
TFL_OPTIONS_ICONS_INTEREST = "Eye",
TFL_OPTIONS_ICONS_GB = "Group Boss",
TFL_OPTIONS_ICONS_FG = "Fighters Guild",
TFL_OPTIONS_ICONS_MG = "Mages Guild",
TFL_OPTIONS_ICONS_AD = "Aldmeri",
TFL_OPTIONS_ICONS_DC = "Daggerfall",
TFL_OPTIONS_ICONS_EP = "Ebonheart",
TFL_OPTIONS_SIZE_LABEL = "Icon-Size",
TFL_OPTIONS_SIZE_TOOLTIP = "Choose your favorite Icon-Size"
}
for stringId, stringValue in pairs(strings) do
ZO_CreateStringId(stringId, stringValue)
SafeAddVersion(stringId, 1)
end