Skip to content

Commit 56b5e13

Browse files
committed
Cleanup loc text and update diffs
1 parent 02a3b84 commit 56b5e13

File tree

5 files changed

+7084
-8
lines changed

5 files changed

+7084
-8
lines changed

AngelLoader/Common/DataClasses/LocalizationData.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ internal sealed class AlertMessages_Class
191191
internal readonly string DeleteFMArchives = "Delete FM archives";
192192
[FenGenBlankLine]
193193
internal readonly string DontAskAgain = "Don't ask again";
194-
internal readonly string DontShowAgain = "Don't show again";
195194
[FenGenBlankLine]
196195
internal readonly string AppClosing_OperationInProgress = "An operation is in progress. Please cancel or wait for it to finish.";
197196
[FenGenBlankLine]
@@ -301,9 +300,6 @@ internal sealed class AlertMessages_Class
301300
internal readonly string NoWriteAccessToGameDir_Play = "AngelLoader does not have write access to the game directory. Unable to play.";
302301
internal readonly string GameDirInsideProgramFiles_Explanation = "A common reason for this is the game directory being located inside Program Files. If this is the case, you'll need to move it to another location.";
303302
internal readonly string NoWriteAccessToInstalledFMsDir = "AngelLoader does not have write access to the installed FMs directory.";
304-
[FenGenBlankLine]
305-
internal readonly string Wine_DllUpgradeMessage1 = "For the best experience on Wine, it's recommended to install the following winetricks packages:";
306-
internal readonly string Wine_DllUpgradeMessage2 = "This will greatly improve app visuals and RTF readme display.";
307303
}
308304

309305
internal sealed class MainMenu_Class

AngelLoader/Languages/English.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ DeleteFMArchive=Delete FM archive
100100
DeleteFMArchives=Delete FM archives
101101

102102
DontAskAgain=Don't ask again
103-
DontShowAgain=Don't show again
104103
105104
AppClosing_OperationInProgress=An operation is in progress. Please cancel or wait for it to finish.
106105
@@ -202,9 +201,6 @@ NoWriteAccessToGameDir_Play=AngelLoader does not have write access to the game d
202201
GameDirInsideProgramFiles_Explanation=A common reason for this is the game directory being located inside Program Files. If this is the case, you'll need to move it to another location.
203202
NoWriteAccessToInstalledFMsDir=AngelLoader does not have write access to the installed FMs directory.
204203
205-
Wine_DllUpgradeMessage1=For the best experience on Wine, it's recommended to install the following winetricks packages:
206-
Wine_DllUpgradeMessage2=This will greatly improve app visuals and RTF readme display.
207-
208204
[MainMenu]
209205
MainMenuToolTip=Main menu
210206
GameVersions=Game versions...

Localizable_Strings_Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ If you want to update a translation from several versions back and don't want to
66

77
## List of localization-related changes by version
88

9+
### v1.11.0:
10+
11+
#### [English.ini changes](https://fenphoenix.github.io/AngelLoader/english_1.10.1_1.11.0.html)
12+
13+
#### [AngelLoader documentation.html changes](https://fenphoenix.github.io/AngelLoader/doc_1.9.7_1.11.0.html)
14+
15+
New images:
16+
`settings_audio_files_tab.png`
17+
18+
Updated images:
19+
`setup_io_threading_tab.png`
20+
`setup_other_tab.png`
21+
`setup_paths_tab.png`
22+
`setup_thief_buddy_tab.png`
23+
`setup_update_tab.png`
24+
925
### v1.10.2:
1026

1127
No localizable text changes.

0 commit comments

Comments
 (0)