Skip to content

Commit

Permalink
Merge pull request #574 from Leo-Corporation/vNext
Browse files Browse the repository at this point in the history
Version 8.3.1.2405
  • Loading branch information
lpeyr authored May 25, 2024
2 parents 6a65ad7 + a7e5533 commit 61fcfaf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public static class Global
#if NIGHTLY
private static DateTime Date => System.IO.File.GetLastWriteTime(System.Reflection.Assembly.GetEntryAssembly().Location);

public static string Version => $"8.3.0.2405-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.3.1.2405-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "8.3.0.2405";
public static string Version => "8.3.1.2405";
#endif
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt";
internal static string SynethiaPath => $@"{FileSys.AppDataPath}\Léo Corporation\InternetTest Pro\NewSynethiaConfig.json";
Expand Down
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/InternetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<Version>8.3.0.2405</Version>
<Version>8.3.1.2405</Version>
<Copyright>© 2024</Copyright>
<Company>Léo Corporation</Company>
<Description>Taking you to another level. InternetTest can locate IP addresses, send ping request, recover your WiFi passwords and more!</Description>
Expand Down
30 changes: 15 additions & 15 deletions InternetTest/InternetTest/Properties/Resources.it-IT.resx
Original file line number Diff line number Diff line change
Expand Up @@ -997,48 +997,48 @@ Assolutamente NESSUN dato verrà inviato a Léo Corporation.</value>
<value>Cookie</value>
</data>
<data name="Maximize" xml:space="preserve">
<value>Massimizzare</value>
<value>Massimizza</value>
</data>
<data name="Minimize" xml:space="preserve">
<value>Ridurre al minimo</value>
<value>Minimizza</value>
</data>
<data name="Restore" xml:space="preserve">
<value>Ripristino</value>
<value>Ripristina</value>
</data>
<data name="ExpandCollapse" xml:space="preserve">
<value>Espandi/Crolla</value>
<value>Espandi/riduci</value>
</data>
<data name="EnableConfidential" xml:space="preserve">
<value>Abilita la modalità riservata</value>
<value>Abilita modo confidenziale</value>
</data>
<data name="DisableConfidential" xml:space="preserve">
<value>Disattivare la modalità riservata</value>
<value>Disabilita modo confidenziale</value>
</data>
<data name="Pin" xml:space="preserve">
<value>Spillo</value>
<value>Aggancia</value>
</data>
<data name="Unpin" xml:space="preserve">
<value>Spillare</value>
<value>Sgancia</value>
</data>
<data name="Delete" xml:space="preserve">
<value>Cancellare</value>
<value>Elimina</value>
</data>
<data name="RunTest" xml:space="preserve">
<value>Eseguire il test</value>
<value>Esegui test</value>
</data>
<data name="ShareWithQrCode" xml:space="preserve">
<value>Condividere con un codice QR</value>
<value>Condividi con codice QR</value>
</data>
<data name="Clear" xml:space="preserve">
<value>Eliminazione</value>
<value>Azzera</value>
</data>
<data name="CopyKey" xml:space="preserve">
<value>Chiave di copia</value>
<value>Copia chiave</value>
</data>
<data name="ShowHideKey" xml:space="preserve">
<value>Mostra/nascondi la chiave segreta</value>
<value>Visualizza/nascondi chiave segreta</value>
</data>
<data name="GitHubRepo" xml:space="preserve">
<value>Accesso al repository GitHub</value>
<value>Accesso repository GitHub</value>
</data>
</root>

0 comments on commit 61fcfaf

Please sign in to comment.