Skip to content

Commit

Permalink
add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed May 8, 2023
1 parent 14a3451 commit 5691397
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions x86/CalliopeMini.Uploader/CodeTheCalliopeMini.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
<DelaySign>false</DelaySign>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>A205CEF16D50FD09E8D12F9413CF2EF341F0CF9A</ManifestCertificateThumbprint>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
Expand Down
8 changes: 4 additions & 4 deletions x86/CalliopeMini.Uploader/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ void handleFile(string fullPath)
}
if (drives.Count == 0)
{
this.updateStatus("no board found");
this.trayIcon.ShowBalloonTip(3000, "cancelled uploading...", "no board found", ToolTipIcon.None);
this.updateStatus("Kein mini gefunden");
this.trayIcon.ShowBalloonTip(3000, "Kopieren abgebrochen...", "Kein mini gefunden", ToolTipIcon.None);
return;
}

this.updateStatus("uploading .hex file");
this.trayIcon.ShowBalloonTip(3000, "uploading...", "uploading .hex file", ToolTipIcon.None);
this.updateStatus("kopiere .hex Datei");
this.trayIcon.ShowBalloonTip(3000, "Kopiere...", "Kopiere .hex Datei", ToolTipIcon.None);

// copy to all boards
copyFirmware(info.FullName, drives);
Expand Down
Binary file modified x86/CalliopeMini.Uploader/bin/Debug/CalliopeMiniUploader.exe
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified x86/CalliopeMini.Uploader/bin/Debug/CalliopeMiniUploader.pdb
Binary file not shown.
Binary file modified x86/CalliopeMini.Uploader/bin/Release/CalliopeMiniUploader.exe
Binary file not shown.
Binary file modified x86/CalliopeMini.Uploader/bin/Release/CalliopeMiniUploader.pdb
Binary file not shown.
Binary file modified x86/CalliopeMini.Uploader/obj/Debug/CalliopeMiniUploader.exe
Binary file not shown.
Binary file modified x86/CalliopeMini.Uploader/obj/Debug/CalliopeMiniUploader.pdb
Binary file not shown.
Binary file modified x86/CalliopeMini.Uploader/obj/Release/CalliopeMiniUploader.exe
Binary file not shown.
Binary file modified x86/CalliopeMini.Uploader/obj/Release/CalliopeMiniUploader.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5691397

Please # to comment.