bruce965 / warpinator-windows

An unofficial implementation of Warpinator for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warpinator for Windows (unofficial)

This is an unofficial reimplementation of Linux Mint's file sharing tool Warpinator for Windows 7-10.

Transfer files between Linux, Windows and Android devices

Download

Now available on the Releases page

Building

Requires .NET SDK 4.6.2

Build with Visual Studio

Screenshot

screenshot

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

About

An unofficial implementation of Warpinator for Windows

License:GNU General Public License v3.0


Languages

Language:C# 100.0%