forked from ST-Apps/CS-ParallelRoadTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.xml
59 lines (55 loc) · 4.74 KB
/
en.xml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<NameList
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
name="PRT_en">
<strings>
<LocalizedString identifier="PRT_TOOLTIPS" key="SnappingToggleButton">Toggle snapping for existing nodes</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="ToolToggleButton">Toggle Parallel Road Tool</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="TutorialToggleButton">Toggle tutorial screen</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="ReverseToggleButton">Toggle reverse direction for this road</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="RemoveNetworkButton">Remove network</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="AddNetworkButton">Add network</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="SaveButton">Save preset</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="LoadButton">Load preset</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="DeleteButton">Delete preset</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="ExportButton">Export presets</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="ImportButton">Import presets</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="OverwriteButton">Overwrite preset</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="HorizontalOffset">Horizontal distance from previous segment</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="VerticalOffset">Vertical distance from previous segment</LocalizedString>
<LocalizedString identifier="PRT_TOOLTIPS" key="SearchButton">Search networks</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="SameAsSelectedLabel">Same as selected</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="DecreaseHorizontalOffsetOption">Decrease horizontal offset of parallel networks</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="IncreaseHorizontalOffsetOption">Increase horizontal offset of parallel networks</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="DecreaseVerticalOffsetOption">Decrease vertical offset of parallel networks</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="IncreaseVerticalOffsetOption">Increase vertical offset of parallel networks</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="ExportButton">Export</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="ImportButton">Import</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="OverwriteButton">Overwrite</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="OverwriteConfirmationMessage">File '{0}.xml' already exists, do you want to overwrite it?</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="ExportFailedTitle">Export failed</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="ExportFailedMessage">Failed exporting networks to {0} because:\r\n{1}</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="ImportFailedTitle">Import failed</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="ImportFailedMessage">Failed importing networks from {0} because:\r\n{1}</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="DeleteFailedTitle">Delete failed</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="DeleteFailedMessage">Failed deleting networks from {0} because:\r\n{1}</LocalizedString>
<LocalizedString identifier="PRT_TEXTS" key="DeleteConfirmationMessage">Are you sure to delete '{0}.xml'?</LocalizedString>
<LocalizedString identifier="TUTORIAL_ADVISER_TITLE" key="ParallelRoadTool">Parallel Road Tool</LocalizedString>
<LocalizedString identifier="TUTORIAL_ADVISER" key="ParallelRoadTool">
(if you don't see the image above, please close and reopen the tutorial)
1) Adds the currently selected network to your list
2) Allows you to change the selected network to another one
3) Reverses the direction for the network
4) Horizontal distance between the network and the first one
5) Vertical distance between the network and the first one
6) Removes the network from the list
7) Toggles snapping to all existing nodes.
Off: snaps only to the last segments drawn when the mod was on.
On : will try to snap to the closer segment available.
Negative values are allowed for both vertical and horizontal distances.
A negative horizontal distance will place the road on the opposite side.
A negative vertical distance will place the road below terrain level.
</LocalizedString>
</strings>
</NameList>