vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --English |
2 | |||
3 | SAO_STR_NAN = "NOT A NUMBER!"; |
||
4 | SAO_STR_MIN = "Min: "; |
||
5 | SAO_STR_MAX = ", Max: "; |
||
6 | |||
7 | --General options frame |
||
8 | --Alert Types names |
||
9 | SAO_STR_DAMAGE = "Damage"; |
||
10 | SAO_STR_HEAL = "Heal"; |
||
11 | SAO_STR_BUFFGAIN = "Buff Gain"; |
||
12 | SAO_STR_BUFFGONE = "Buff Gone"; |
||
13 | SAO_STR_TOTEM = "Totem"; |
||
14 | SAO_STR_EMOTE = "Emote"; |
||
15 | SAO_STR_PERIODIC = "Periodic"; |
||
16 | SAO_STR_INSTANT = "Instant"; |
||
17 | SAO_STR_CC = "CC"; |
||
18 | SAO_STR_MISC = "Misc"; |
||
19 | |||
20 | SAO_STR_GENERAL = "General"; |
||
21 | SAO_STR_ON = "On"; |
||
22 | SAO_STR_OFFONREST = "OffOnRest"; |
||
23 | SAO_STR_TO = "TO"; |
||
24 | SAO_STR_SHORT = "Short"; |
||
25 | |||
26 | SAO_STR_ON_TT = "Turn SA On/Off"; |
||
27 | SAO_STR_OFFONREST_TT = "Turn off SA while resting (inns and capitals)"; |
||
28 | SAO_STR_TO_TT = "Display this alert type for current Target Only"; |
||
29 | SAO_STR_SHORT_TT = "Display this alert in short form, ex. \"245 Health (Bob)\" instead of \"Bob gains 245 Health from Alice's Renew.\""; |
||
30 | |||
31 | --AlertX frames |
||
32 | SAO_STR_ALERT1 = "Alert1"; |
||
33 | SAO_STR_ALERT2 = "Alert2"; |
||
34 | SAO_STR_ALERT3 = "Alert3"; |
||
35 | SAO_STR_LOCK = "Lock"; |
||
36 | SAO_STR_UNLOCK = "Unlock"; |
||
37 | SAO_STR_SIZE = "Font Size"; |
||
38 | SAO_STR_HT = "Time before Fade"; |
||
39 | SAO_STR_FT = "Fade Duration"; |
||
40 | SAO_STR_LINES = "Number of Lines"; |
||
41 | SAO_STR_ALPHA = "Alpha"; |
||
42 | SAO_STR_OUTLINE = "Font Outline"; |
||
43 | SAO_STR_SPACE = "Line Spacing"; |
||
44 | SAO_STR_GOTO = "Check the Alert Types you want to bind to this AlertFrame"; |