-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguage.txt
36 lines (27 loc) · 964 Bytes
/
language.txt
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
[enu default]
DPS_TITLE = "dps-widget Options";
DPS_MAX = "max";
DPS_AVERAGE = "avg";
DPS_TOTAL = "total";
DPS_COLOR = "Color";
DPS_COLOR_RESET = "Reset color";
DPS_ALPHA = "Alpha";
DPS_ALPHA_RESET = "Reset alpha";
DPS_SCALE = "Scale";
DPS_SCALE_RESET = "Reset scale";
DPS_X = "Horizontal position";
DPS_Y = "Vertical position";
DPS_X_RESET = "Reset horizontal position";
DPS_Y_RESET = "Reset vertical position";
DPS_SHOW_DPS = "Show damage per second";
DPS_SHOW_GRAPH = "Show graph";
DPS_SHOW_MAX = "Show maximal damage";
DPS_SHOW_AVG = "Show average damage";
DPS_SHOW_TOTAL = "Show total damage";
DPS_KEYSECTION = "dps-widget";
DPS_CONTROLS = "Controls";
DPS_SUMMON_TARGET = "Create an invulnerable target";
DPS_REMOVE_TARGET = "Remove targets";
DPS_CLEAR = "Clear history";
DPS_HISTORY = "History size, seconds";
DPS_HISTORY_RESET = "Reset history size";