This is an unofficial reimplementation of Linux Mint's file sharing tool Warpinator for Windows 7-11.
Transfer files between Linux, Windows and Android devices
Now available on the Releases page
Alternatively can be installed via winget:
winget install slowscript.Warpinator
Requires .NET SDK 4.6.2
Build with Visual Studio
You will need a recent version of Visual Studio
- Create a new Resource file in the Resources folder called Strings.xx.resx where xx is code of the language you are translating to
- Copy the entire table from Strings.resx and translate the values. Comments are only for context
- Open Controls\TransferPanel, Form1, SettingsForm and TransferFrom in designer and repeat 4-6 on each of them
- Select the toplevel element (whole window) and under Properties switch Language to your language
- Select controls with text on them (buttons, labels, menus) and translate their "Text" property. You don't need to translate obvious placeholders that will be replaced at runtime. Can be verified by simply running the application (green play arrow in toolbar). Also, two buttons on TransferPanel are hidden below the other two.
- You can also move and resize the controls to fit the new strings and it will only affect the currently selected language