Mercurial > wow > devian
comparison 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 |
comparison
equal
deleted
inserted
replaced
65:4148c90986e7 | 66:516ceb31703d |
---|---|
1 | 1 local _, D = ... |
2 local L = Devian.L | 2 local L = D.L |
3 L['Devian loaded on standby'] = "%s%s. Work mode |cFFFFFF00off|r. /dvn help for info." | 3 L['Devian loaded on standby'] = "%s%s. Work mode |cFFFFFF00off|r. /dvn help for info." |
4 L['Devian loaded in workspace'] = "%s%s. Work mode |cFF00FF00on|r. Profile #%d loaded." | 4 L['Devian loaded in workspace'] = "%s%s. Work mode |cFF00FF00on|r. Profile #%d loaded." |
5 | 5 |
6 L['Profile number saved'] = "Workspace profile #%d saved. Use |cFFFFFF00/dvn %s|r to activate it." | 6 L['Profile number saved'] = "Workspace profile #%d saved. Use |cFFFFFF00/dvn %s|r to activate it." |
7 L['Profile main saved'] = "Non-work profile saved." | 7 L['Profile main saved'] = "Non-work profile saved." |