Mercurial > wow > devian
view Locale.lua @ 66:516ceb31703d
New profile system that stores channel and tag settings for each saved AddOn list.
A boatload of structural revisions, making better use of the built-in table, and hopefully making console command issues easier to pick up.
author | Nenue |
---|---|
date | Sat, 05 Mar 2016 13:35:51 -0500 |
parents | 0d2967941745 |
children |
line wrap: on
line source
local _, D = ... local L = D.L L['Devian loaded on standby'] = "%s%s. Work mode |cFFFFFF00off|r. /dvn help for info." L['Devian loaded in workspace'] = "%s%s. Work mode |cFF00FF00on|r. Profile #%d loaded." L['Profile number saved'] = "Workspace profile #%d saved. Use |cFFFFFF00/dvn %s|r to activate it." L['Profile main saved'] = "Non-work profile saved." L['Switch to profile number'] = "Switch to profile #%d" L["Toggled to profile"] = "Quick-swapped to profile #%d" L['Need devmode'] = "Workspace needs to be enabled to use this command." L['Not enough args'] = "Not enough arguments for command |cFFFFFF00%s|r" L['Invalid ID from arg'] = "|cFFFFFF00%d|r is not a valid channel." L['Invalid IDsig from arg'] = "|cFFFFFF00%d|r|cFF00FFFF/%s|r is not a valid channel." L['New channel created'] = 'Created channel |cFF88FFFF%s|r' L['Command tag help'] = "Usage /dvn <prefix> <channel>" L['Tag removed from channel'] = 'Stopping |cFF88FFFF%s|r output to |cFFFFFF00%s:%s|r' L['Tag added to channel'] = 'Adding |cFF88FFFF%s|r output to |cFFFFFF00%s:%s|r'