vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ANS_SEPARATOR = "-----------------------------------";
2  
3 if (GetLocale() == "enUS" )then
4 ANS_NOTELLS = "You do not have any missed tells.";
5 ANS_MSG_HELP = "/answer msg changes your default away message\nSyntax: /answer msg <new away message>";
6 ANS_DEFAULT = "Default away message is now: ";
7 ANS_MISSED1 = "You have ";
8 ANS_MISSED2 = " missed tells.";
9  
10 ANS_ON = "on";
11 ANS_OFF = "off";
12 ANS_AWAY_MSG = "Your away message is: ";
13 ANS_FRAME_STATUS = "AnswerFrame is: ";
14 ANS_REC_AFK_STATUS = "Record while AFK: ";
15 ANS_REC_DND_STATUS = "Record while DND: ";
16 ANS_FRAME_HELP = "/answer frame toggles the frame on and off while AFK/DND\nSyntax: /answer frame ( on | off )";
17 ANS_REC_AFK_HELP = "/answer afk toggles recording while AFK\nSyntax: /answer afk ( on | off )";
18 ANS_REC_DND_HELP = "/answer dnd toggles recording while DND\nSyntax: /answer dnd ( on | off )";
19 end
20  
21 if (GetLocale() == "frFR" )then
22 ANS_NOTELLS = "Vous n\'avez rat\195\169 aucun message priv\195\169.";
23 ANS_MSG_HELP = "/answer msg permet de changer votre message d\'absence\nSyntaxe : /answer msg <Message>";
24 ANS_DEFAULT = "Votre message d\'absence est maintenant : ";
25 ANS_MISSED1 = "Vous avez manqu\195\169 ";
26 ANS_MISSED2 = " messages.";
27  
28 ANS_ON = "ON";
29 ANS_OFF = "OFF";
30 ANS_AWAY_MSG = "Votre message d\'absence est: ";
31 ANS_FRAME_STATUS = "La fen\195\170tre d\'Answer est: ";
32 ANS_REC_AFK_STATUS = "Enregistrement en ABS: ";
33 ANS_REC_DND_STATUS = "Enregistrement en NPD: ";
34 ANS_FRAME_HELP = "/answer frame [ON/OFF] la fen\195\170tre d\'\195\169tat ABS/NPD\nSyntaxe: /answer frame ( on | off )";
35 ANS_REC_AFK_HELP = "/answer afk [ON/OFF] Enregistrement en ABS\nSyntaxe: /answer afk ( on | off )";
36 ANS_REC_DND_HELP = "/answer dnd [ON/OFF] Enregistrement en NPD\nSyntaxe: /answer dnd ( on | off )";
37 end
38  
39 if (GetLocale() == "deDE" )then
40 ANS_NOTELLS = "Sie haben keine vers\195\164umten Nachrichten.";
41 ANS_MSG_HELP = "/answer msg <Nachricht> - \195\132ndert die Standard Abwesenheits-Nachricht.";
42 ANS_DEFAULT = "Standard Abwesenheits-Nachricht ist nun: ";
43 ANS_MISSED1 = "Sie haben ";
44 ANS_MISSED2 = " Nachrichten verpasst.";
45  
46 ANS_ON = "on";
47 ANS_OFF = "off";
48 ANS_AWAY_MSG = "Your away message is: ";
49 ANS_FRAME_STATUS = "AnswerFrame is: ";
50 ANS_REC_AFK_STATUS = "Record while AFK: ";
51 ANS_REC_DND_STATUS = "Record while DND: ";
52 ANS_FRAME_HELP = "/answer frame toggles the frame on and off while AFK/DND\nSyntax: /answer frame ( on | off )";
53 ANS_REC_AFK_HELP = "/answer afk toggles recording while AFK\nSyntax: /answer afk ( on | off )";
54 ANS_REC_DND_HELP = "/answer dnd toggles recording while DND\nSyntax: /answer dnd ( on | off )";
55 end