-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAltMLocalization.fr.lua
67 lines (57 loc) · 2.37 KB
/
AltMLocalization.fr.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
ALTM_SLASH_HELP = "help"
ALTM_SLASH_ADD = "add"
ALTM_SLASH_ADD_ALT = "alt"
ALTM_SLASH_ADD_MAIN = "main"
ALTM_SLASH_DEL = "del"
ALTM_SLASH_DEL_ALT = "alt"
ALTM_SLASH_DEL_MAIN = "main"
ALTM_SLASH_CHG = "change"
ALTM_SLASH_CHG_ALT = "alt"
ALTM_SLASH_CHG_MAIN = "main"
ALTM_SLASH_EMOTE = "emote"
ALTM_SLASH_ON = "on"
ALTM_SLASH_OFF = "off"
ALTM_SLASH_EXTRACT = "extract"
ALTM_SLASH_VERBOSE = "verbose"
ALTM_SLASH_GUILD = "guild"
ALTM_SLASH_MAINON = "mainon"
ALTM_SLASH_MAINOFF = "mainoff"
ALTM_DEFAULT_MAINTAG = "(Main)"
ALTM_MSG_VARS_LOADED = "AltMinder Variables Loaded."
ALTM_MSG_BASE_SLASH = "AltMinder: /altm <cmd> <args>"
ALTM_MSG_BASE_SLASH2 = "AltMinder: /altm help for help"
ALTM_MSG_CMD = "/altm"
ALTM_MSG_HELP = "<help>"
ALTM_MSG_ADD_MAIN = "<add> main <name> <list>"
ALTM_MSG_ADD_ALT = "<add> alt <alt> <main>"
ALTM_MSG_CHG_MAIN = "<change> main <name> <new>"
ALTM_MSG_CHG_ALT = "<change> alt <name> <new>"
ALTM_MSG_DEL = "<del> <main|alt> <name>"
ALTM_MSG_ONOFF = "<on|off>"
ALTM_MSG_EMOTE = "<emote> <on|off>"
ALTM_MSG_EXTRACT = "<extract> <guild> <verbose>"
ALTM_MSG_MAIN_ON = "<mainon> <main-tag>"
ALTM_MSG_MAIN_OFF = "<mainoff>"
ALTM_MSG_DEL_MAIN = "del main <name>"
ALTM_MSG_DEL_ALT = "del alt <name>"
ALTM_MSG_NEED_MAIN_NAME = "name of main must be provided"
ALTM_MSG_NEED_BOTHNAMES = "name of alt and main must be provided"
ALTM_MSG_MAIN_NOT_FOUND = "was not found as a main in AltMinder."
ALTM_MSG_TRY_MAIN = "Try /altm add main "
ALTM_MSG_UNKNOWN_COMMAND= "Unknown command:"
ALTM_MSG_EXTRACT_VRBOP = "verbose is optional, turns on alt/main additions"
ALTM_MSG_EXTRACT_BEGIN = "Beginning the Extraction Process."
ALTM_MSG_EXTRACT_END = "Extraction Process is now complete."
ALTM_MSG_OUT_ADD_MAIN = " has been added as a main"
ALTM_MSG_OUT_ADD_ALT = " has been added as an alt of "
ALTM_MSG_OUT_DEL_MAIN = " has been removed as a main"
ALTM_MSG_OUT_DEL_ALT = " has been removed as an alt"
ALTM_MSG_OUT_CHG_NAME = " has been changed to "
ALTM_MSG_OUT_EMOTE_NO = "Emotes are not being modified."
ALTM_MSG_OUT_EMOTE_YES = "Emotes are being modified."
ALTM_MSG_OUT_EMOTE_UNK = "Emotes state is unknown"
ALTM_MSG_OFF = "Messages will no longer be changed."
ALTM_MSG_ON = "Messages will now be changed."
ALTM_MSG_OUT_MAIN_ON = "Messages from mains will now be tagged"
ALTM_MSG_OUT_MAIN_OFF = "Messages from mains will not be tagged"
ALTM_MSG_OUT_MAIN_SET = "The new (MAIN) tag will be:"