You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: player-counter/lang/en/query.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
'type' => 'Type',
7
7
'port_offset' => 'Query Port Offset',
8
8
'no_offset' => 'No Offset',
9
+
'port_offset_hint' => 'The offset that will be added to the allocation port. Usually empty/0 or 1.',
10
+
'port_variable' => 'Query Port Variable',
11
+
'no_variable' => 'No Variable',
12
+
'port_variable_hint' => 'The env name of the startup variable that will be used to get the query port, e.g. "QUERY_PORT". When a value is set the query port offset will be ignored! Leave empty to use the allocation port and offset.',
0 commit comments