-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
46 lines (43 loc) · 2.58 KB
/
Copy pathstrings.xml
File metadata and controls
46 lines (43 loc) · 2.58 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Please see the LICENSE.txt file included with this distribution for
attribution and copyright information.
-->
<root>
<!-- Windows -->
<string name="prone_title">Prone</string>
<string name="query_msg_1">You are Prone.</string>
<string name="query_msg_2">Would you like to expend half your speed in movement to stand up?</string>
<string name="query_msg_pfrpg2">Would you like to expend an action to stand up?</string>
<string name="query_msg_nocost">Would you like to stand up?</string>
<string name="query_msg_athlete">Would you like expend 5 feet of movement to hop up?</string>
<string name="speed_title">Speed</string>
<string name="speed_current_title">Current Speed</string>
<string name="speed_effects_title">Effects Affecting Your Speed</string>
<string name="tooltip_dclick_swindow">Double click to open speed window</string>
<!-- Chat Messages -->
<string name="msg_NotConnected">Player not connected. Query available on host.</string>
<!-- Options -->
<string name="option_header_WtW">Walk this Way (GM)</string>
<string name="option_WtW_On">Enable Prone Reminder Window funcationality</string>
<string name="option_label_WESC">Enable SPEED effect calculations</string>
<string name="option_WtW_Allow_Player_Choice">Allow players to turn prone reminder windows on or off (requires restart)</string>
<string name="option_WtW_On_Player_Choice">Reminder window to stand when you are prone</string>
<string name="option_WtW_On_DM_Choice">Prone reminder windows for characters not owned by players</string>
<string name="option_label_AOSW">Auto-open speed details window on turn start</string>
<string name="option_label_ACSW">Auto-close speed details window on turn end</string>
<string name="option_label_ADEC">Automatically kill character that reaches 6 stacks of exhaustion</string>
<string name="option_label_check_item_str">Check that characters meet strength requirements of items</string>
<!-- <string name="option_label_encumbrance_tracking">Auto-apply encumbrance speed rules</string> -->
<string name="option_label_speed_rounding">Creature Speed Rounding</string>
<!-- Common -->
<string name="option_label_DDLU">Units for displaying Speed</string>
<string name="option_val_meters">Meters</string>
<string name="option_val_inches">Inches</string>
<string name="option_val_tiles">Tiles</string>
<string name="option_val_feet">Feet</string>
<string name="option_val_grid">Grid</string>
<string name="option_val_hgrid">Half Grid</string>
<string name="option_val_whole">Integer</string>
<string name="option_val_tenth">1 Decimal</string>
</root>