An open API service indexing awesome lists of open source software.

https://github.com/slowscript/warpinator-windows

An unofficial implementation of Warpinator for Windows
https://github.com/slowscript/warpinator-windows

dotnet-framework file-sharing file-transfer windows-application

Last synced: 4 months ago
JSON representation

An unofficial implementation of Warpinator for Windows

Awesome Lists containing this project

README

        

# Warpinator for Windows (unofficial)

This is an unofficial reimplementation of Linux Mint's file sharing tool [Warpinator](https://github.com/linuxmint/warpinator) for Windows 7-11.

Transfer files between Linux, Windows and Android devices

## Download
Now available on the [Releases](https://github.com/slowscript/warpinator-windows/releases) page

Alternatively can be installed via winget:
`winget install slowscript.Warpinator`

## Building
Requires .NET SDK 4.6.2

Build with Visual Studio

### Screenshot
![screenshot](screenshot.png)

## Translating
You will need a recent version of Visual Studio
1) Create a new Resource file in the Resources folder called Strings.xx.resx where xx is code of the language you are translating to
2) Copy the entire table from Strings.resx and translate the values. Comments are only for context
3) Open Controls\TransferPanel, Form1, SettingsForm and TransferFrom in designer and repeat 4-6 on each of them
4) Select the toplevel element (whole window) and under Properties switch Language to your language
5) 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.
6) You can also move and resize the controls to fit the new strings and it will only affect the currently selected language