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: Localizable_Strings_Changelog.md
+117Lines changed: 117 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,123 @@ Thanks for checking it out!
19
19
20
20
## List of new strings by version
21
21
22
+
### v1.4.2:
23
+
24
+
#### English.ini:
25
+
26
+
The following two lines have been moved from `[ScanAllFMsBox]` to `[Global]`:
27
+
28
+
`SelectAll=Select all`
29
+
`SelectNone=Select none`
30
+
31
+
The rest of the differences follow:
32
+
33
+
```diff
34
+
[AlertMessages]
35
+
...
36
+
+ DeleteFMArchive=Delete FM archive
37
+
...
38
+
- WebSearchURL_IsInvalid=The specified site to search is not a valid URL.
39
+
...
40
+
- Play_GameIsRunning=Game is already running. Exit it first!
41
+
...
42
+
+ DeleteFM_UnableToDelete=The following FM archive could not be deleted:
43
+
```
44
+
45
+
```diff
46
+
+ [FMDeletion]
47
+
+ ArchiveNotFound=This FM's archive could not be found. To delete this FM permanently, simply uninstall it.
48
+
+ AboutToDelete=The following FM archive is about to be deleted from disk:
49
+
+ DuplicateArchivesFound=Multiple archives with the same name were found. Please choose which archives(s) you want to delete.
50
+
+ DeleteFM=Delete FM
51
+
+ DeleteFMs=Delete FM(s)
52
+
```
53
+
54
+
```diff
55
+
[FilterBar]
56
+
- ShowJunk=Show FMs marked as "unsupported game or non-FM archive"
57
+
+ ShowUnsupported=Show FMs marked as "unsupported game or non-FM archive"
58
+
```
59
+
60
+
```diff
61
+
[FMsList]
62
+
...
63
+
FMMenu_PlayFM=Play FM
64
+
FMMenu_PlayFM_Multiplayer=Play FM (multiplayer)
65
+
FMMenu_InstallFM=Install FM
66
+
FMMenu_UninstallFM=Uninstall FM
67
+
+ FMMenu_DeleteFM=Delete FM archive
68
+
FMMenu_OpenInDromEd=Open FM in DromEd
69
+
FMMenu_OpenInShockEd=Open FM in ShockEd
70
+
FMMenu_Rating=Rating
71
+
FMMenu_FinishedOn=Finished on
72
+
FMMenu_ConvertAudio=Convert audio
73
+
FMMenu_ScanFM=Scan FM
74
+
FMMenu_WebSearch=Web search
75
+
...
76
+
```
77
+
78
+
```diff
79
+
[ProgressBox]
80
+
...
81
+
Scanning=Scanning...
82
+
InstallingFM=Installing FM...
83
+
UninstallingFM=Uninstalling FM...
84
+
ConvertingFiles=Converting files...
85
+
CheckingInstalledFMs=Checking installed FMs...
86
+
ReportScanningFirst=Scanning
87
+
ReportScanningBetweenNumAndTotal= of
88
+
ReportScanningLast=...
89
+
CancelingInstall=Canceling install...
90
+
ImportingFromDarkLoader=Importing from DarkLoader...
91
+
ImportingFromNewDarkLoader=Importing from NewDarkLoader...
92
+
ImportingFromFMSel=Importing from FMSel...
93
+
CachingReadmeFiles=Caching readme files...
94
+
+ DeletingFMArchive=Deleting FM archive...
95
+
```
96
+
97
+
#### Documentation:
98
+
99
+
#### Images:
100
+
The following image has been **updated** to show the new "Delete FM archive" menu item:
101
+
`fm_right_click_menu.png`
102
+
103
+
#### AngelLoader documentation.html:
104
+
105
+
```diff
106
+
<h3><a name="mission_list" />Mission list</h3>
107
+
108
+
<p><img src="images/fms_list_960.png" /></p>
109
+
110
+
This is the main area where fan missions are displayed, sorted, and filtered. You can change the columns' size, <a href="#column_header_context_menu">visibility</a>, and order.
111
+
Drag a column left or right to change its order. Clicking on a column header will sort by that column. Click once to sort by ascending, and click again to sort by descending.
112
+
Double-click the size grip to the right of a column to auto-size that column to fit its content.
113
+
<p>Right-click on any column header or any blank space in the list to bring up the <a href="#column_header_context_menu">column header context menu</a>.</p>
114
+
<p>Right-click on an FM to bring up the <a href="#fm_context_menu">FM context menu</a>.</p>
115
+
<p>Double-click on a mission or press Enter when a mission is selected to play that mission. By default you will be asked for confirmation in this case; see <a href="#settings_play_on_dc_or_enter_ask">Play FM on double-click / Enter</a>.</p>
116
+
+
117
+
+ Press the Delete key while an FM is selected to delete that FM's archive from disk. You will be asked for confirmation first.
118
+
119
+
<p>You can zoom the FMs list either with the zoom buttons on the top bar, or with <code>Ctrl++</code>,<code>Ctrl+-</code>, and <code>Ctrl+0</code>, or with Ctrl+mousewheel.
Right-click on a fan mission in the list to bring up this menu.
125
+
126
+
<h4>Play FM</h4>
127
+
Plays the currently selected FM. If the FM is not installed, it will be installed automatically first.
128
+
129
+
<h4>Play FM (multiplayer)</h4>
130
+
This item will only appear if Thief2MP.exe was found in the Thief 2 directory. Clicking it will allow you to play the selected FM in multiplayer mode (requires NewDark 1.27 or later). If the FM is not installed, it will be installed automatically first.
131
+
132
+
<h4>Install / Uninstall FM</h4>
133
+
If the currently selected FM is not installed, this will install it; otherwise, it will uninstall it.
134
+
135
+
+ <h4>Delete FM archive</h4>
136
+
+ This will allow you to delete an FM's archive from disk. You can also press the Delete key while the FMs list is focused to achieve the same thing. In both cases, you will be asked for confirmation first.
0 commit comments