Mercurial > wow > devian
comparison Locale.lua @ 57:0d2967941745
localization internals
message prefix is forced to string before used on table lookups
author | Nenue |
---|---|
date | Fri, 08 Jan 2016 10:15:09 -0500 |
parents | |
children | 516ceb31703d |
comparison
equal
deleted
inserted
replaced
56:4b1b301cf8d4 | 57:0d2967941745 |
---|---|
1 | |
2 local L = Devian.L | |
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." | |
5 | |
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." | |
8 L['Switch to profile number'] = "Switch to profile #%d" | |
9 L["Toggled to profile"] = "Quick-swapped to profile #%d" | |
10 | |
11 L['Need devmode'] = "Workspace needs to be enabled to use this command." | |
12 L['Not enough args'] = "Not enough arguments for command |cFFFFFF00%s|r" | |
13 L['Invalid ID from arg'] = "|cFFFFFF00%d|r is not a valid channel." | |
14 L['Invalid IDsig from arg'] = "|cFFFFFF00%d|r|cFF00FFFF/%s|r is not a valid channel." | |
15 L['New channel created'] = 'Created channel |cFF88FFFF%s|r' | |
16 | |
17 L['Command tag help'] = "Usage /dvn <prefix> <channel>" | |
18 L['Tag removed from channel'] = 'Stopping |cFF88FFFF%s|r output to |cFFFFFF00%s:%s|r' | |
19 L['Tag added to channel'] = 'Adding |cFF88FFFF%s|r output to |cFFFFFF00%s:%s|r' |