annotate Locale.lua @ 58:0a9a6740ea5d
v2.1
- Discarded use of blizzard functions never meant for the wild (http://forums.wowace.com/showthread.php?t=20397)
- Fixed dock buttons not highlighting properly
- Fixed dock buttons not dropping after selection change
- Mouse input is disabled during player movement
author |
Nenue |
date |
Tue, 12 Jan 2016 04:50:37 -0500 |
parents |
0d2967941745 |
children |
516ceb31703d |
rev |
line source |
Nenue@57
|
1
|
Nenue@57
|
2 local L = Devian.L
|
Nenue@57
|
3 L['Devian loaded on standby'] = "%s%s. Work mode |cFFFFFF00off|r. /dvn help for info."
|
Nenue@57
|
4 L['Devian loaded in workspace'] = "%s%s. Work mode |cFF00FF00on|r. Profile #%d loaded."
|
Nenue@57
|
5
|
Nenue@57
|
6 L['Profile number saved'] = "Workspace profile #%d saved. Use |cFFFFFF00/dvn %s|r to activate it."
|
Nenue@57
|
7 L['Profile main saved'] = "Non-work profile saved."
|
Nenue@57
|
8 L['Switch to profile number'] = "Switch to profile #%d"
|
Nenue@57
|
9 L["Toggled to profile"] = "Quick-swapped to profile #%d"
|
Nenue@57
|
10
|
Nenue@57
|
11 L['Need devmode'] = "Workspace needs to be enabled to use this command."
|
Nenue@57
|
12 L['Not enough args'] = "Not enough arguments for command |cFFFFFF00%s|r"
|
Nenue@57
|
13 L['Invalid ID from arg'] = "|cFFFFFF00%d|r is not a valid channel."
|
Nenue@57
|
14 L['Invalid IDsig from arg'] = "|cFFFFFF00%d|r|cFF00FFFF/%s|r is not a valid channel."
|
Nenue@57
|
15 L['New channel created'] = 'Created channel |cFF88FFFF%s|r'
|
Nenue@57
|
16
|
Nenue@57
|
17 L['Command tag help'] = "Usage /dvn <prefix> <channel>"
|
Nenue@57
|
18 L['Tag removed from channel'] = 'Stopping |cFF88FFFF%s|r output to |cFFFFFF00%s:%s|r'
|
Nenue@57
|
19 L['Tag added to channel'] = 'Adding |cFF88FFFF%s|r output to |cFFFFFF00%s:%s|r' |