-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLANGUAGE.default
30 lines (23 loc) · 1.03 KB
/
LANGUAGE.default
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
[default] //language code header
// Gameplay
RAREMONSTERSPAWNED = "You feel a powerful presence in this place.";
// Menu
RWMENU_DOOMABLOSETTINGS = "DOOMablo settings";
RWMENU_CUSTOMIZEDOOMABLO = "Customize DOOMablo";
RWMENU_INTERFACEOPTIONS_HEADER = "Interface options";
RWSETTINGS_AFFIXNAMES = "Show affixes' names in stats";
RWMENU_GAMEPLAYOPTIONS_HEADER = "Gameplay options";
RWSETTINGS_UNCLUMP = "Too closely dropped items jump from each other";
RWMENU_DIFFICULTYOPTIONS_HEADER = "Difficulty options";
RWSETTINGS_START_WITH_SHOTGUN = "Start with common Shotgun";
RWSETTINGS_START_WITH_SMG = "Start with common SMG";
RWSETTINGS_ENABLE_MBLINK = "Enable Blink affix for monsters";
RWSETTINGS_ENABLE_MREVENGE = "Enable Revenge affix for monsters";
RWSETTINGS_HP_SCALING_SPEED = "Monster HP scaling speed modifier";
RWMENU_CONTROLS_HEADER = "DOOMablo Controls";
RWSETTINGS_SCRAPITEMBTN = "Scrap item";
RWSETTINGS_SCRAPITEMTIME = "Item scrapping time (seconds)";
RWSETTINGS_CHARACTERSCREENBTN = "Open Character Screen";
// Generic
YES = "Yes";
NO = "No";